- abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Abandons the unfinished operation identified in the provided abandon
request.
- abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
Abandon operations are not supported because operations are performed
synchronously and the ID of the request to be abandoned cannot be
determined.
- abandonAsync(AbandonRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Abandons the unfinished operation identified in the provided abandon
request.
- abandonAsync(AbandonRequest) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Abandons the unfinished operation identified in the provided abandon request.
- abandonAsync(AbandonRequest) - Method in class org.opends.server.protocols.http.SdkConnectionAdapter
-
- abandonID - Variable in class org.opends.dsml.protocol.AbandonRequest
-
- AbandonOperation - Interface in org.opends.server.core
-
This class defines an operation that may be used to abandon an operation that
may already be in progress in the Directory Server.
- AbandonOperationBasis - Class in org.opends.server.core
-
This class defines an operation that may be used to abandon an operation
that may already be in progress in the Directory Server.
- AbandonOperationBasis(ClientConnection, long, int, List<Control>, int) - Constructor for class org.opends.server.core.AbandonOperationBasis
-
Creates a new abandon operation with the provided information.
- AbandonOperationWrapper - Class in org.opends.server.core
-
This abstract class wraps/decorates a given abandon operation.
- AbandonOperationWrapper(AbandonOperation) - Constructor for class org.opends.server.core.AbandonOperationWrapper
-
Creates a new abandon operation wrapper based on the provided abandon
operation.
- abandonRequest(int, AbandonRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- abandonRequest(int, AbandonRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP abandon request message.
- AbandonRequest - Interface in org.forgerock.opendj.ldap.requests
-
The Abandon operation allows a client to request that the server abandon an
uncompleted operation.
- AbandonRequest - Class in org.opends.dsml.protocol
-
Java class for AbandonRequest complex type.
- AbandonRequest() - Constructor for class org.opends.dsml.protocol.AbandonRequest
-
- AbandonRequestProtocolOp - Class in org.opends.server.protocols.ldap
-
This class defines the structures and methods for an LDAP abandon request
protocol op, which is used to indicate that the server should stop processing
a previously requested operation.
- AbandonRequestProtocolOp(int) - Constructor for class org.opends.server.protocols.ldap.AbandonRequestProtocolOp
-
Creates a new abandon request protocol op to abandon the specified
operation.
- abort(Executor) - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- abort(CancelRequest) - Method in class org.opends.server.core.OperationWrapper
-
- abort(CancelRequest) - Method in class org.opends.server.core.SearchOperationBasis
-
- abort(CancelRequest) - Method in class org.opends.server.types.AbstractOperation
-
- abort(CancelRequest) - Method in interface org.opends.server.types.Operation
-
Attempts to abort this operation before processing has
completed.
- AbortedChangelogCursorException - Exception in org.opends.server.replication.server.changelog.api
-
This exception is thrown when a cursor that has been aborted is used.
- AbortedChangelogCursorException(LocalizableMessage) - Constructor for exception org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException
-
Creates a new exception with the provided message.
- AbortedChangelogCursorException(Throwable) - Constructor for exception org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException
-
Creates a new exception with the provided cause.
- AbortedChangelogCursorException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.replication.server.changelog.api.AbortedChangelogCursorException
-
Creates a new exception with the provided message and cause.
- abortStart(LocalizableMessage) - Method in class org.opends.server.replication.server.ServerHandler
-
Abort a start procedure currently establishing.
- AbsoluteInheritedDefaultBehaviorProvider<T> - Class in org.forgerock.opendj.config
-
A default behavior provider which retrieves default values from a managed
object in an absolute location.
- AbsoluteInheritedDefaultBehaviorProvider(String, String) - Constructor for class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
-
Create an absolute inherited default behavior provider associated with
the managed object at the specified absolute location.
- AbstractASN1Reader - Class in org.forgerock.opendj.io
-
An abstract ASN1Reader which can be used as the basis for
implementing new ASN1 reader implementations.
- AbstractASN1Reader() - Constructor for class org.forgerock.opendj.io.AbstractASN1Reader
-
Creates a new abstract ASN.1 reader.
- AbstractASN1Writer - Class in org.forgerock.opendj.io
-
An abstract ASN1Writer which can be used as the basis for
implementing new ASN1 writer implementations.
- AbstractASN1Writer() - Constructor for class org.forgerock.opendj.io.AbstractASN1Writer
-
Creates a new abstract ASN.1 writer.
- AbstractAsynchronousConnection - Class in org.forgerock.opendj.ldap
-
An abstract connection whose synchronous methods are implemented in terms of
asynchronous methods.
- AbstractAsynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
-
Creates a new abstract asynchronous connection.
- AbstractAttribute - Class in org.forgerock.opendj.ldap
-
This class provides a skeletal implementation of the Attribute
interface, to minimize the effort required to implement this interface.
- AbstractAttribute() - Constructor for class org.forgerock.opendj.ldap.AbstractAttribute
-
Sole constructor.
- AbstractAttribute - Class in org.opends.server.types
-
An abstract base class for implementing new types of
Attribute.
- AbstractAttribute() - Constructor for class org.opends.server.types.AbstractAttribute
-
Creates a new abstract attribute.
- AbstractBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Constructor for class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
-
Create a property definition builder.
- AbstractBuilder(AbstractManagedObjectDefinition<?, ?>, String, AbstractManagedObjectDefinition<C, S>) - Constructor for class org.forgerock.opendj.config.RelationDefinition.AbstractBuilder
-
Create a property definition builder.
- AbstractConnection - Class in org.forgerock.opendj.ldap
-
This class provides a skeletal implementation of the Connection
interface, to minimize the effort required to implement this interface.
- AbstractConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractConnection
-
Creates a new abstract connection.
- AbstractConnectionWrapper<C extends Connection> - Class in org.forgerock.opendj.ldap
-
An abstract base class from which connection wrappers may be easily
implemented.
- AbstractConnectionWrapper(C) - Constructor for class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Creates a new connection wrapper.
- AbstractDataProvider - Class in org.forgerock.opendj.server.core
-
This class provides a skeletal implementation of the
DataProvider
interface, to minimize the effort required to implement this interface.
- AbstractDataProvider() - Constructor for class org.forgerock.opendj.server.core.AbstractDataProvider
-
Creates a new abstract data provider.
- AbstractEntry - Class in org.forgerock.opendj.ldap
-
This class provides a skeletal implementation of the Entry interface,
to minimize the effort required to implement this interface.
- AbstractEntry() - Constructor for class org.forgerock.opendj.ldap.AbstractEntry
-
Sole constructor.
- AbstractExtendedRequest<R extends ExtendedRequest<S>,S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.requests
-
An abstract Extended request which can be used as the basis for implementing
new Extended operations.
- AbstractExtendedRequest() - Constructor for class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
Creates a new abstract extended request.
- AbstractExtendedRequest(ExtendedRequest<S>) - Constructor for class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
Creates a new extended request that is an exact copy of the provided
request.
- AbstractExtendedResult<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.responses
-
An abstract Extended result which can be used as the basis for implementing
new Extended operations.
- AbstractExtendedResult(ExtendedResult) - Constructor for class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
-
Creates a new extended result that is an exact copy of the provided
result.
- AbstractExtendedResult(ResultCode) - Constructor for class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
-
Creates a new extended result using the provided result code.
- AbstractExtendedResultDecoder<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.responses
-
This class provides a skeletal implementation of the
ExtendedResultDecoder interface, to minimize the effort required to
implement this interface.
- AbstractExtendedResultDecoder() - Constructor for class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
-
Creates a new abstract extended result decoder.
- AbstractFilterVisitor<R,P> - Class in org.forgerock.opendj.ldap
-
- AbstractFilterVisitor() - Constructor for class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Default constructor.
- AbstractIndexDescriptor - Class in org.opends.guitools.controlpanel.datamodel
-
Abstract class used to describe the configuration of an index.
- AbstractIndexDescriptor(String, BackendDescriptor) - Constructor for class org.opends.guitools.controlpanel.datamodel.AbstractIndexDescriptor
-
Constructor.
- AbstractIndexTableModel - Class in org.opends.guitools.controlpanel.datamodel
-
Table Model used to store information about indexes.
- AbstractIndexTableModel() - Constructor for class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
- AbstractIndexTreeNode - Class in org.opends.guitools.controlpanel.ui.nodes
-
Abstract class with some common methods for all the nodes in the 'Manage Index' tree.
- AbstractIndexTreeNode(String) - Constructor for class org.opends.guitools.controlpanel.ui.nodes.AbstractIndexTreeNode
-
Constructor.
- AbstractIntermediateResponse<S extends IntermediateResponse> - Class in org.forgerock.opendj.ldap.responses
-
An abstract Intermediate response which can be used as the basis for
implementing new Intermediate responses.
- AbstractIntermediateResponse() - Constructor for class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
-
Creates a new intermediate response.
- AbstractIntermediateResponse(IntermediateResponse) - Constructor for class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
-
Creates a new intermediate response that is an exact copy of the provided
response.
- AbstractLDAPMessageHandler - Class in org.forgerock.opendj.io
-
This class provides a skeletal implementation of the
LDAPMessageHandler interface, in order to minimize the effort
required to implement this interface.
- AbstractLDAPMessageHandler() - Constructor for class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
Default constructor.
- AbstractLogger<P extends LogPublisher<C>,C extends LogPublisherCfg> - Class in org.opends.server.loggers
-
This class defines the wrapper that will invoke all registered loggers for
each type of request received or response sent.
- AbstractLogger.LoggerStorage<P extends LogPublisher<C>,C extends LogPublisherCfg> - Class in org.opends.server.loggers
-
The storage designed to store log publishers.
- AbstractManagedObject<T extends ConfigurationClient> - Class in org.forgerock.opendj.config.client.spi
-
An abstract managed object implementation.
- AbstractManagedObject(ManagedObjectDefinition<T, ? extends Configuration>, ManagedObjectPath<T, ? extends Configuration>, PropertySet, boolean, PropertyDefinition<?>) - Constructor for class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
Creates a new abstract managed object.
- AbstractManagedObjectDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
-
Defines the structure of an abstract managed object.
- AbstractManagedObjectDefinition(String, AbstractManagedObjectDefinition<? super C, ? super S>) - Constructor for class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Create a new abstract managed object definition.
- AbstractNewEntryPanel - Class in org.opends.guitools.controlpanel.ui
-
Abstract class used to re-factor some code among the different panels that
are used to create a new entry.
- AbstractNewEntryPanel() - Constructor for class org.opends.guitools.controlpanel.ui.AbstractNewEntryPanel
-
- AbstractNodeTask - Class in org.opends.guitools.controlpanel.browser
-
This is an abstract class that is extended to search for nodes or
to refresh the contents of the nodes.
- AbstractNodeTask(BasicNode) - Constructor for class org.opends.guitools.controlpanel.browser.AbstractNodeTask
-
The constructor of the node searcher.
- AbstractOperation - Class in org.opends.server.types
-
This class defines a generic operation that may be processed by the
Directory Server.
- AbstractOperation(ClientConnection, long, int, List<Control>) - Constructor for class org.opends.server.types.AbstractOperation
-
Creates a new operation with the provided information.
- AbstractRequestHandler - Class in org.forgerock.opendj.rest2ldap
-
An abstract base class from which request handlers may be easily implemented.
- AbstractRequestHandler() - Constructor for class org.forgerock.opendj.rest2ldap.AbstractRequestHandler
-
Creates a new AbstractRequestHandler.
- AbstractSynchronousConnection - Class in org.forgerock.opendj.ldap
-
An abstract connection whose asynchronous methods are implemented in terms of
synchronous methods.
- AbstractSynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
Creates a new abstract synchronous connection.
- accept(V) - Method in interface com.forgerock.reactive.Consumer
-
Consumes a value.
- accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.ACIPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, String, P) - Method in class org.forgerock.opendj.config.ACIPropertyDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, String, P) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
- accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.AliasDefaultBehaviorProvider
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.AttributeTypePropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, AttributeType, P) - Method in class org.forgerock.opendj.config.AttributeTypePropertyDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.BooleanPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, Boolean, P) - Method in class org.forgerock.opendj.config.BooleanPropertyDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.ClassPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, String, P) - Method in class org.forgerock.opendj.config.ClassPropertyDefinition
-
- accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.DefaultBehaviorProvider
-
Apply a visitor to this default behavior provider.
- accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.DefinedDefaultBehaviorProvider
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.DNPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, DN, P) - Method in class org.forgerock.opendj.config.DNPropertyDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, Long, P) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.EnumPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, E, P) - Method in class org.forgerock.opendj.config.EnumPropertyDefinition
-
- accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, Integer, P) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.IPAddressMaskPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, AddressMask, P) - Method in class org.forgerock.opendj.config.IPAddressMaskPropertyDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.IPAddressPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, InetAddress, P) - Method in class org.forgerock.opendj.config.IPAddressPropertyDefinition
-
- accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.OptionalRelationDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Apply a visitor to this property definition.
- accept(PropertyValueVisitor<R, P>, T, P) - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Apply a visitor to a property value associated with this property
definition.
- accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.RelationDefinition
-
Apply a visitor to this relation definition.
- accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
-
- accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.SetRelationDefinition
-
- accept(RelationDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.SingletonRelationDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.SizePropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, Long, P) - Method in class org.forgerock.opendj.config.SizePropertyDefinition
-
- accept(PropertyDefinitionVisitor<R, P>, P) - Method in class org.forgerock.opendj.config.StringPropertyDefinition
-
- accept(PropertyValueVisitor<R, P>, String, P) - Method in class org.forgerock.opendj.config.StringPropertyDefinition
-
- accept(DefaultBehaviorProviderVisitor<T, R, P>, P) - Method in class org.forgerock.opendj.config.UndefinedDefaultBehaviorProvider
-
- accept(FilterVisitor<R, P>, P) - Method in class org.forgerock.opendj.ldap.Filter
-
Applies a FilterVisitor to this Filter.
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
-
Applies a ChangeRecordVisitor to this ChangeRecord.
- accept(File) - Method in class org.opends.quicksetup.util.ExtensionFileFilter
-
- accept(File, String) - Method in class org.opends.server.util.SchemaUtils.SchemaFileFilter
-
- acceptCertificate(X509Certificate[], String, String) - Method in class org.opends.admin.ads.util.ApplicationTrustManager
-
This method is called when the user accepted a certificate.
- acceptCertificate(X509Certificate[]) - Static method in class org.opends.quicksetup.util.UIKeyStore
-
Updates the Key Store with the provided certificate chain.
- acceptCertificateForException(UserDataCertificateException, boolean) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Updates the list of certificates accepted by the user in the trust manager
based on the information stored in the UserDataCertificateException we got
when trying to connect in secure mode.
- acceptLicenseArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "acceptLicense" boolean argument.
- AcceptRejectWarn - Enum in org.opends.server.types
-
This class implements an enumeration that may be used for
configuration items that may have three possible values: accept,
reject, or warn.
- AccessControlConfigManager - Class in org.opends.server.core
-
This class manages the application-wide access-control configuration.
- AccessControlHandler<T extends AccessControlHandlerCfg> - Class in org.opends.server.api
-
This class defines the set of methods and structures that must be
implemented by a Directory Server access control handler.
- AccessControlHandler() - Constructor for class org.opends.server.api.AccessControlHandler
-
- AccessControlHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Access Control Handler
settings.
- AccessControlHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Access Control
Handler settings.
- AccessControlHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Access Control Handler managed object
definition meta information.
- AccessControlMessages - Class in org.opends.messages
-
This file contains localizable message descriptors having the resource
name org.opends.messages.access_control.
- accessDsApplIfOpsTable() - Method in class org.opends.server.snmp.DsMIB
-
Access the "DsApplIfOpsTable" variable.
- accessDsApplIfOpsTable() - Method in interface org.opends.server.snmp.DsMIBMBean
-
Access the "DsApplIfOpsTable" variable.
- accessDsIntTable() - Method in class org.opends.server.snmp.DsMIB
-
Access the "DsIntTable" variable.
- accessDsIntTable() - Method in interface org.opends.server.snmp.DsMIBMBean
-
Access the "DsIntTable" variable.
- accessDsTable() - Method in class org.opends.server.snmp.DsMIB
-
Access the "DsTable" variable.
- accessDsTable() - Method in interface org.opends.server.snmp.DsMIBMBean
-
Access the "DsTable" variable.
- AccessibleTableHeaderRenderer - Class in org.opends.guitools.controlpanel.ui.renderer
-
Class used to have components that provide a valid accessible name.
- AccessibleTableHeaderRenderer(TableCellRenderer) - Constructor for class org.opends.guitools.controlpanel.ui.renderer.AccessibleTableHeaderRenderer
-
Constructor of the renderer.
- AccessLogFilteringCriteriaCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Access Log Filtering Criteria
settings.
- AccessLogFilteringCriteriaCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Access Log
Filtering Criteria settings.
- AccessLogFilteringCriteriaCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Access Log Filtering Criteria managed
object definition meta information.
- AccessLogFilteringCriteriaCfgDefn.LogRecordType - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "log-record-type" property.
- AccessLogger - Class in org.opends.server.loggers
-
This class defines the wrapper that will invoke all registered access loggers
for each type of request received or response sent.
- AccessLogPublisher<T extends AccessLogPublisherCfg> - Class in org.opends.server.loggers
-
This class defines the set of methods and structures that must be
implemented for a Directory Server access log publisher.
- AccessLogPublisher() - Constructor for class org.opends.server.loggers.AccessLogPublisher
-
- AccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Access Log Publisher settings.
- AccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Access Log
Publisher settings.
- AccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Access Log Publisher managed object
definition meta information.
- AccessLogPublisherCfgDefn.FilteringPolicy - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "filtering-policy" property.
- AccessMode - Enum in org.opends.server.backends.pluggable.spi
-
Defines access modes of a Storage.
- AccordionElementBorder - Class in org.opends.guitools.controlpanel.ui.border
-
The border specific to the accordion element.
- AccordionElementBorder() - Constructor for class org.opends.guitools.controlpanel.ui.border.AccordionElementBorder
-
Default constructor.
- AccountStatusNotification - Class in org.opends.server.types
-
This class defines a data type for storing information associated
with an account status notification.
- AccountStatusNotification(AccountStatusNotificationType, Entry, LocalizableMessage, Map<AccountStatusNotificationProperty, List<String>>) - Constructor for class org.opends.server.types.AccountStatusNotification
-
Creates a new account status notification object with the
provided information.
- AccountStatusNotificationHandler<T extends AccountStatusNotificationHandlerCfg> - Class in org.opends.server.api
-
This class defines the set of methods that must be implemented for
an account status notification handler.
- AccountStatusNotificationHandler() - Constructor for class org.opends.server.api.AccountStatusNotificationHandler
-
- AccountStatusNotificationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Account Status Notification
Handler settings.
- AccountStatusNotificationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Account Status
Notification Handler settings.
- AccountStatusNotificationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Account Status Notification Handler
managed object definition meta information.
- AccountStatusNotificationHandlerConfigManager - Class in org.opends.server.core
-
This class defines a utility that will be used to manage the set of account
status notification handlers defined in the Directory Server.
- AccountStatusNotificationHandlerConfigManager(ServerContext) - Constructor for class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
-
Creates a new instance of this account status notification handler config
manager.
- AccountStatusNotificationProperty - Enum in org.opends.server.types
-
This class implements an enumeration that holds the possible set of
additional properties that can be included in an account status
notification.
- AccountStatusNotificationType - Enum in org.opends.server.types
-
This class implements an enumeration that holds the possible event
types that can trigger an account status notification.
- AccountUsabilityRequestControl - Class in com.forgerock.opendj.ldap.controls
-
The Sun-defined account usability request control.
- AccountUsabilityResponseControl - Class in com.forgerock.opendj.ldap.controls
-
The Sun-defined account usability response control.
- AccountUsableRequestControl - Class in org.opends.server.controls
-
This class implements the Sun-defined account usable request control.
- AccountUsableRequestControl() - Constructor for class org.opends.server.controls.AccountUsableRequestControl
-
Creates a new instance of the account usable request control with the default settings.
- AccountUsableRequestControl(boolean) - Constructor for class org.opends.server.controls.AccountUsableRequestControl
-
Creates a new instance of the account usable request control with the
default settings.
- AccountUsableResponseControl - Class in org.opends.server.controls
-
This class implements the account usable response control.
- AccountUsableResponseControl(int) - Constructor for class org.opends.server.controls.AccountUsableResponseControl
-
Creates a new account usability response control that may be used to
indicate that the account is available and provide the number of seconds
until expiration.
- AccountUsableResponseControl(boolean, int) - Constructor for class org.opends.server.controls.AccountUsableResponseControl
-
Creates a new account usability response control that may be used to
indicate that the account is available and provide the number of seconds
until expiration.
- AccountUsableResponseControl(boolean, boolean, boolean, boolean, int, boolean, int) - Constructor for class org.opends.server.controls.AccountUsableResponseControl
-
Creates a new account usability response control that may be used to
indicate that the account is not available and provide information about
the underlying reason.
- AccountUsableResponseControl(boolean, boolean, boolean, int, boolean, int) - Constructor for class org.opends.server.controls.AccountUsableResponseControl
-
Creates a new account usability response control that may be used to
indicate that the account is not available and provide information about
the underlying reason.
- Aci - Class in org.opends.server.authorization.dseecompat
-
The Aci class represents ACI strings.
- ACI_ADD - Static variable in class org.opends.server.authorization.dseecompat.Aci
-
ACI_ADD is used to set the container rights for a LDAP add operation.
- ACI_EXT_OP - Static variable in class org.opends.server.authorization.dseecompat.Aci
-
Used by the extended operation access check.
- ACI_PROXY - Static variable in class org.opends.server.authorization.dseecompat.Aci
-
ACI_PROXY is used for the PROXY right.
- ACI_SELF - Static variable in class org.opends.server.authorization.dseecompat.Aci
-
ACI_SELF is used for the SELFWRITE right.
- ACI_SKIP_PROXY_CHECK - Static variable in class org.opends.server.authorization.dseecompat.Aci
-
ACI_SKIP_PROXY_CHECK is used to bypass the proxy access check.
- ACI_STATEMENT_SEPARATOR - Static variable in class org.opends.server.authorization.dseecompat.Aci
-
Regular expression matching a ACL statement separator.
- ACI_WRITE_DELETE - Static variable in class org.opends.server.authorization.dseecompat.Aci
-
ACI_WRITE_DELETE is used by the LDAP modify operation.
- AciBody - Class in org.opends.server.authorization.dseecompat
-
This class represents the body of an ACI.
- AciEffectiveRights - Class in org.opends.server.authorization.dseecompat
-
This class implements the dseecompat geteffectiverights evaluation.
- AciEffectiveRights() - Constructor for class org.opends.server.authorization.dseecompat.AciEffectiveRights
-
- AciEvalContext - Interface in org.opends.server.authorization.dseecompat
-
Interface that provides a view of the AciContainer that is
used by the ACI evaluation code to evaluate an ACI.
- AciException - Exception in org.opends.server.authorization.dseecompat
-
The AciException class defines an exception that may be thrown
either during ACI syntax verification of an "aci" attribute type value
or during evaluation of an LDAP operation using a set of applicable
ACIs.
- AciException() - Constructor for exception org.opends.server.authorization.dseecompat.AciException
-
Constructs a new exception with null as its detail message.
- AciException(LocalizableMessage) - Constructor for exception org.opends.server.authorization.dseecompat.AciException
-
Creates a new ACI exception with the provided message.
- AciException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.authorization.dseecompat.AciException
-
Creates a new ACI exception with the provided message and root
cause.
- AciHandler - Class in org.opends.server.authorization.dseecompat
-
The AciHandler class performs the main processing for the dseecompat package.
- AciHandler() - Constructor for class org.opends.server.authorization.dseecompat.AciHandler
-
Creates a new DSEE-compatible access control handler.
- AciLDAPOperationContainer - Class in org.opends.server.authorization.dseecompat
-
The AciLDAPOperationContainer is an AciContainer
extended class that wraps each LDAP operation being
evaluated or tested for target matched of an ACI.
- AciLDAPOperationContainer(Operation, int, Entry) - Constructor for class org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
-
Constructor interface for all currently supported LDAP operations.
- AciLDAPOperationContainer(LocalBackendCompareOperation, int) - Constructor for class org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
-
Constructor interface for the compare operation.
- AciLDAPOperationContainer(Operation, Entry, AuthenticationInfo, int) - Constructor for class org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
-
Constructor interface for evaluation general purpose Operation, entry and
rights..
- AciLDAPOperationContainer(Operation, Entry, Control, int) - Constructor for class org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
-
Constructor interface for evaluation of a control.
- AciLDAPOperationContainer(ExtendedOperation, Entry, int) - Constructor for class org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
-
Constructor interface for evaluation of the extended operation.
- AciLDAPOperationContainer(LocalBackendAddOperation, int) - Constructor for class org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
-
Constructor interface for the add operation.
- AciLDAPOperationContainer(LocalBackendDeleteOperation, int) - Constructor for class org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
-
Constructor interface for the delete operation.
- AciLDAPOperationContainer(LocalBackendModifyOperation, int) - Constructor for class org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
-
Constructor interface for the modify operation.
- AciLDAPOperationContainer(ModifyDNOperation, int, Entry) - Constructor for class org.opends.server.authorization.dseecompat.AciLDAPOperationContainer
-
Constructor interface for the modify DN operation.
- AciList - Class in org.opends.server.authorization.dseecompat
-
The AciList class performs caching of the ACI attribute values
using the entry DN as the key.
- AciList(DN) - Constructor for class org.opends.server.authorization.dseecompat.AciList
-
Constructor to create an ACI list to cache ACI attribute types.
- AciListenerManager - Class in org.opends.server.authorization.dseecompat
-
The AciListenerManager updates an ACI list after each modification
operation.
- AciListenerManager(AciList, DN) - Constructor for class org.opends.server.authorization.dseecompat.AciListenerManager
-
Save the list created by the AciHandler routine.
- ACIPropertyDefinition - Class in org.forgerock.opendj.config
-
ACI property definition.
- ACIPropertyDefinition.Builder - Class in org.forgerock.opendj.config
-
An interface for incrementally constructing ACI property definitions.
- AciTargetMatchContext - Interface in org.opends.server.authorization.dseecompat
-
The AciTargetMatchContext interface provides a
view of an AciContainer that exposes information to be
used by the Aci.isApplicable() method to determine if
an ACI is applicable (targets matched) to the LDAP operation,
operation rights and entry and attributes having access
checked on.
- AciTargets - Class in org.opends.server.authorization.dseecompat
-
This class represents target part of an ACI's syntax.
- AckMsg - Class in org.opends.server.replication.protocol
-
AckMsg messages are used for acknowledging an update that has been sent
requesting an ack: update sent in Assured Mode, either safe data or safe
read sub mode.
- AckMsg(CSN) - Constructor for class org.opends.server.replication.protocol.AckMsg
-
Creates a new AckMsg from a CSN (no errors).
- AckMsg(CSN, boolean, boolean, boolean, List<Integer>) - Constructor for class org.opends.server.replication.protocol.AckMsg
-
Creates a new AckMsg from a CSN (with specified error info).
- acquire() - Method in class com.forgerock.opendj.util.ReferenceCountedObject
-
Returns a reference to the reference counted object.
- acquireExclusiveLock(String, StringBuilder) - Static method in class org.opends.server.core.LockFileManager
-
Attempts to acquire an exclusive lock on the specified file.
- acquireIfNull(T) - Method in class com.forgerock.opendj.util.ReferenceCountedObject
-
Returns a reference to the provided object or, if it is null, a
reference to the reference counted object.
- acquireMemory(long) - Method in class org.opends.server.core.MemoryQuota
-
Reserves the requested amount of memory in OldGen.
- acquireSharedLock(String, StringBuilder) - Static method in class org.opends.server.core.LockFileManager
-
Attempts to acquire a shared lock on the specified file.
- Action - Interface in com.forgerock.reactive
-
A functional interface similar to Runnable but allows throwing a checked exception.
- Action - Enum in org.forgerock.opendj.rest2ldap
-
Represents an action that may be performed against a resource.
- Action - Class in org.opends.guitools.controlpanel.datamodel
-
The class that is used by the different action buttons on the left side of
the main ControlPanel dialog.
- Action() - Constructor for class org.opends.guitools.controlpanel.datamodel.Action
-
- ActionButton - Class in org.opends.guitools.controlpanel.ui.components
-
A basic extension of a button that changes its rendering so that the looks
are more similar to a row in a list.
- ActionButton(Action) - Constructor for class org.opends.guitools.controlpanel.ui.components.ActionButton
-
Creates a button associated with the provided action.
- actionPerformed(ActionEvent) - Method in class org.opends.guitools.controlpanel.event.BrowseActionListener
-
ActionListener implementation.
- actionPerformed(ActionEvent) - Method in class org.opends.guitools.controlpanel.ui.components.ActionButton
-
Callback when an action has been performed.
- actionPerformed(ActionEvent) - Method in class org.opends.quicksetup.event.BrowseActionListener
-
ActionListener implementation.
- adaptDecodeException(DecodeException) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
-
- adaptDecodeException(DecodeException) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResultDecoder
-
Creates a new extended operation error result using the provided decoding
exception.
- adaptErrorResult(Result) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Sets the result associated to this promise as an error result.
- Adapters - Class in org.forgerock.opendj.adapter.server3x
-
This class provides a connection factory and an adapter for the OpenDJ 2.x server.
- adaptExtendedResultHandler(ExtendedRequest<R>, LdapResultHandler<? super R>, DecodeOptions) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
-
- adaptExtendedResultHandler(ExtendedRequest<R>, LdapResultHandler<? super R>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResultDecoder
-
Adapts the provided extended result handler into a result handler which
is compatible with this extended result decoder.
- adaptIllegalManagedObjectNameException(IllegalManagedObjectNameException, AbstractManagedObjectDefinition<?, ?>) - Static method in class org.forgerock.opendj.config.dsconfig.ArgumentExceptionFactory
-
Creates a ClientException exception from an illegal managed object name exception.
- adaptInputException(Throwable) - Static method in exception com.forgerock.opendj.cli.ClientException
-
Adapts any exception that may have occurred whilst reading input from the
console.
- adaptPropertyException(PropertyException, AbstractManagedObjectDefinition<?, ?>) - Static method in class org.forgerock.opendj.config.dsconfig.ArgumentExceptionFactory
-
Creates an argument exception from a property exception.
- adaptSchemaForValidation(Schema) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns a strict view of the provided schema if the this policy is
configured to check attributes and object class, or a non-strict view of
the schema if not.
- add(E) - Method in class com.forgerock.opendj.util.SmallSet
-
- add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
-
- add(ByteString) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- add(Object...) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Adds an entry to the Directory Server using the provided add request.
- add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Adds the provided entry to the Directory Server.
- add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Adds an entry to the Directory Server using the provided lines of LDIF.
- add(ByteString) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds value to this attribute if it is not already present
(optional operation).
- add(Object...) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds all of the provided attribute values to this attribute if they are
not already present (optional operation).
- add(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Adds an entry to the Directory Server using the provided add request.
- add(Entry) - Method in interface org.forgerock.opendj.ldap.Connection
-
Adds the provided entry to the Directory Server.
- add(String...) - Method in interface org.forgerock.opendj.ldap.Connection
-
Adds an entry to the Directory Server using the provided lines of LDIF.
- add(ByteString) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
- ADD - Static variable in class org.forgerock.opendj.ldap.ModificationType
-
Add the values listed in the modification to the attribute, creating the
attribute if necessary.
- add(AddRequest) - Method in class org.opends.guitools.controlpanel.browser.ConnectionWithControls
-
Adds with the provided request.
- add(BackupDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.BackupTableModel
-
Adds a backup to the model.
- add(T) - Method in class org.opends.guitools.controlpanel.datamodel.SortableListModel
-
Adds a value to the list model.
- add(Component, Object) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
The components are not added directly to the panel but to the main panel.
- add(JLabel[], Component[], JLabel[], Container, GridBagConstraints) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Commodity method used to add lines, where each line contains a label, a
component and an inline help label.
- add(String, Object) - Method in class org.opends.server.api.MonitorData
-
Adds an attribute with the provided name and value.
- add(String, Collection<?>) - Method in class org.opends.server.api.MonitorData
-
Adds an attribute with the provided name and values.
- add(UpdateMsg) - Method in class org.opends.server.replication.server.MsgQueue
-
Add an UpdateMsg to this MessageQueue.
- add(String) - Method in class org.opends.server.types.AttributeBuilder
-
Adds the specified attribute value to this attribute builder if
it is not already present.
- add(ByteString) - Method in class org.opends.server.types.AttributeBuilder
-
Adds the specified attribute value to this attribute builder if it is not
already present.
- addAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
-
Register to be notified when this Access Log Publisher is changed.
- addAccessLogFilteringCriteriaAddListener(ConfigurationAddListener<AccessLogFilteringCriteriaCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
-
Registers to be notified when new Access Log Filtering Criteria are added.
- addAccessLogFilteringCriteriaDeleteListener(ConfigurationDeleteListener<AccessLogFilteringCriteriaCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
-
Registers to be notified when existing Access Log Filtering Criteria are deleted.
- addAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Account Status Notification Handlers are added.
- addAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Account Status Notification Handlers are deleted.
- addAci(List<? extends Entry>, LinkedList<LocalizableMessage>) - Method in class org.opends.server.authorization.dseecompat.AciList
-
Add all the ACI from a set of entries to the ACI list.
- addAci(DN, SortedSet<Aci>) - Method in class org.opends.server.authorization.dseecompat.AciList
-
Add a set of ACIs to the ACI list.
- addAci(Entry, boolean, boolean, List<LocalizableMessage>) - Method in class org.opends.server.authorization.dseecompat.AciList
-
Add all of an entry's ACI (global or regular) attribute values to the
ACI list.
- addActionListener(ActionListener) - Method in class org.opends.guitools.controlpanel.ui.components.FilterTextField
-
- addActionListener(ActionListener) - Method in class org.opends.quicksetup.ui.CustomHTMLEditorKit
-
Adds an action listener.
- addAdditionalAuthParam(String, String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Adds the provided additional authentication parameter to the list of
parameters to be passed to the underlying mechanism implementation.
- addAdditionalAuthParam(String, String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Adds the provided additional authentication parameter to the list of
parameters to be passed to the underlying mechanism implementation.
- addAdditionalLogItem(AdditionalLogItem) - Method in class org.opends.server.core.OperationWrapper
-
- addAdditionalLogItem(AdditionalLogItem) - Method in class org.opends.server.types.AbstractOperation
-
- addAdditionalLogItem(AdditionalLogItem) - Method in interface org.opends.server.types.Operation
-
Adds an additional log item to this operation, which should be written to
the log but not included in the response to the client.
- addAdditionalLogItem(AdditionalLogItem) - Method in interface org.opends.server.types.operation.InProgressOperation
-
Adds an additional log item to this operation, which should be written to
the log but not included in the response to the client.
- addAdditionalLogItem(AdditionalLogItem) - Method in interface org.opends.server.types.operation.PostOperationOperation
-
Adds an additional log item to this operation, which should be written to
the log but not included in the response to the client.
- addAdditionalLogItem(AdditionalLogItem) - Method in interface org.opends.server.types.operation.PreOperationOperation
-
Adds an additional log item to this operation, which should be written to
the log but not included in the response to the client.
- addAdditionalLogItem(AdditionalLogItem) - Method in interface org.opends.server.types.operation.PreParseOperation
-
Adds an additional log item to this operation, which should be written to
the log but not included in the response to the client.
- addAdditionalMonitoring(MonitorData) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
-
- addAdditionalMonitoring(MonitorData) - Method in class org.opends.server.replication.service.ReplicationDomain
-
Subclasses should use this method to add additional monitoring information
in the ReplicationDomain.
- addAdminEndpointChangeListener(ConfigurationChangeListener<AdminEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.AdminEndpointCfg
-
Register to be notified when this Admin Endpoint is changed.
- addAESChangeListener(ConfigurationChangeListener<AESPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.AESPasswordStorageSchemeCfg
-
Register to be notified when this AES Password Storage Scheme is changed.
- addAlertGenerator(AlertGenerator) - Method in class org.opends.server.config.JMXMBean
-
Adds the provided alert generator to the set of alert generators associated
with this JMX MBean.
- addAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Alert Handlers are added.
- addAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Alert Handlers are deleted.
- addAll(Collection<? extends E>) - Method in class com.forgerock.opendj.util.SmallSet
-
- addAll(Collection<? extends ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- addAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- addAll(Collection<? extends ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds all of the attribute values contained in values to this
attribute if they are not already present (optional operation).
- addAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds all of the attribute values contained in values to this
attribute if they are not already present (optional operation).
- addAll(Collection<T>) - Method in class org.opends.guitools.controlpanel.datamodel.SortableListModel
-
Adds all the elements in the collection to the list model.
- addAll(Attribute) - Method in class org.opends.server.types.AttributeBuilder
-
Adds all the values from the specified attribute to this
attribute builder if they are not already present.
- addAll(Collection<ByteString>) - Method in class org.opends.server.types.AttributeBuilder
-
Adds the specified attribute values to this attribute builder if
they are not already present.
- addAllStrings(Collection<? extends Object>) - Method in class org.opends.server.types.AttributeBuilder
-
Adds the specified attribute values to this attribute builder
if they are not already present.
- addAnonymousChangeListener(ConfigurationChangeListener<AnonymousSASLMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AnonymousSASLMechanismHandlerCfg
-
Register to be notified when this Anonymous SASL Mechanism Handler is changed.
- addArgument(Argument) - Method in class com.forgerock.opendj.cli.ArgumentGroup
-
Adds an argument to this group.
- addArgument(Argument) - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Adds the provided argument to the set of arguments handled by this
parser.
- addArgument(Argument, ArgumentGroup) - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Adds the provided argument to the set of arguments handled by this
parser.
- addArgument(Argument) - Method in class com.forgerock.opendj.cli.CommandBuilder
-
Adds an argument to the list of the command builder.
- addArgument(Argument) - Method in class com.forgerock.opendj.cli.SubCommand
-
Adds the provided argument for use with this subcommand.
- addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously adds an entry to the Directory Server using the provided
add request.
- addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously adds an entry to the Directory Server using the provided
add request.
- addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
- addAsync(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously adds an entry to the Directory Server using the provided
add request.
- addAsync(AddRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously adds an entry to the Directory Server using the provided
add request.
- addAsync(AddRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Asynchronously adds an entry to the Directory Server using the provided add request.
- addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.opends.server.protocols.http.SdkConnectionAdapter
-
- addAttachment(MimeBodyPart) - Method in class org.opends.server.util.EMailMessage
-
Adds the provided attachment to this mail message.
- addAttachment(String) - Method in class org.opends.server.util.EMailMessage
-
Adds an attachment to this mail message with the provided text.
- addAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- addAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- addAttribute(String...) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Adds the provided attribute name(s) to the list of attributes to be
included with each entry that matches the search criteria.
- addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- addAttribute(String...) - Method in class org.opends.server.protocols.internal.SearchRequest
-
To be removed.
- addAttribute(Collection<String>) - Method in class org.opends.server.protocols.internal.SearchRequest
-
- addAttribute(String, String) - Method in class org.opends.server.replication.protocol.AddMsg
-
Add the specified attribute/attribute value in the entry contained
in this AddMsg.
- addAttribute(Attribute, Collection<? super ByteString>) - Method in class org.opends.server.types.Entry
-
Ensures that this entry contains the provided attribute and its
values.
- addAttribute(Attribute, List<ByteString>) - Method in class org.opends.server.types.Entry
-
Deprecated.
- addAttributeCleanupChangeListener(ConfigurationChangeListener<AttributeCleanupPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
-
Register to be notified when this Attribute Cleanup Plugin is changed.
- addAttributeType(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided attribute type definition to this schema builder.
- addAttributeValueChangeListener(ConfigurationChangeListener<AttributeValuePasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
-
Register to be notified when this Attribute Value Password Validator is changed.
- addAuthenticationFailureTime(Date) - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Adds the provided authentication failure time to this request.
- addBackendAddListener(ConfigurationAddListener<BackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Backends are added.
- addBackendDeleteListener(ConfigurationDeleteListener<BackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Backends are deleted.
- addBackendIndexAddListener(ConfigurationAddListener<BackendIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Registers to be notified when new Backend Indexes are added.
- addBackendIndexDeleteListener(ConfigurationDeleteListener<BackendIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Registers to be notified when existing Backend Indexes are deleted.
- addBackendPopulatedListener(BackendPopulatedListener) - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Adds a backend populated listener.
- addBackendVLVIndexAddListener(ConfigurationAddListener<BackendVLVIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Registers to be notified when new Backend VLV Indexes are added.
- addBackendVLVIndexDeleteListener(ConfigurationDeleteListener<BackendVLVIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Registers to be notified when existing Backend VLV Indexes are deleted.
- addBackOption(boolean) - Method in class com.forgerock.opendj.cli.MenuBuilder
-
Creates a "back" menu option.
- addBackup(BackupInfo) - Method in class org.opends.server.types.BackupDirectory
-
Adds information about the provided backup to this backup directory.
- addBackupChangeListener(ConfigurationChangeListener<BackupBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackupBackendCfg
-
Register to be notified when this Backup Backend is changed.
- addBackupCreatedListener(BackupCreatedListener) - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Adds a backup creation listener.
- addBase64ChangeListener(ConfigurationChangeListener<Base64PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.Base64PasswordStorageSchemeCfg
-
Register to be notified when this Base64 Password Storage Scheme is changed.
- addBaseDN(DN) - Method in class org.opends.server.tools.dsreplication.ReplicationUserData
-
Adds the provided base DN to the base DNs to replicate if not already present.
- addBaseDNsToSearch(Collection<DN>) - Method in class org.opends.admin.ads.TopologyCacheFilter
-
Adds all the base DNs we must search for.
- addBaseDNToSearch(DN) - Method in class org.opends.admin.ads.TopologyCacheFilter
-
Adds one of the base DNs we must search for.
- addBaseEntryArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "addbaseentry" boolean argument.
- addBcryptChangeListener(ConfigurationChangeListener<BcryptPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
-
Register to be notified when this Bcrypt Password Storage Scheme is changed.
- addBean(Object, String) - Method in class org.opends.server.api.MonitorData
-
Adds all the properties from the provided bean as attributes, prepending the provided prefix.
- addBlindChangeListener(ConfigurationChangeListener<BlindTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.BlindTrustManagerProviderCfg
-
Register to be notified when this Blind Trust Manager Provider is changed.
- addBlowfishChangeListener(ConfigurationChangeListener<BlowfishPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.BlowfishPasswordStorageSchemeCfg
-
Register to be notified when this Blowfish Password Storage Scheme is changed.
- addBottomGlue(GridBagConstraints) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Adds a bottom glue to the main panel with the provided constraints.
- addBrowserEventListener(BrowserEventListener) - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Add a BrowserEventListener to this controller.
- addButtonActionListener(ButtonActionListener) - Method in class org.opends.quicksetup.ui.ButtonsPanel
-
Adds a button listener.
- addButtonActionListener(ButtonActionListener) - Method in class org.opends.quicksetup.ui.CurrentStepPanel
-
Adds a button listener.
- addButtonActionListener(ButtonActionListener) - Method in class org.opends.quicksetup.ui.QuickSetupDialog
-
Adds a button listener.
- addButtonActionListener(ButtonActionListener) - Method in class org.opends.quicksetup.ui.QuickSetupErrorPanel
-
Adds a button listener.
- addButtonActionListener(ButtonActionListener) - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Adds a button listener.
- addCancelChangeListener(ConfigurationChangeListener<CancelExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.CancelExtendedOperationHandlerCfg
-
Register to be notified when this Cancel Extended Operation Handler is changed.
- addCancelOption(boolean) - Method in class com.forgerock.opendj.cli.MenuBuilder
-
Creates a "cancel" menu option.
- addCancelRequestListener(CancelRequestListener) - Method in interface org.forgerock.opendj.ldap.RequestContext
-
Registers the provided cancellation listener with this request context so
that it can be notified if a cancellation request is received and
processing of the request should be aborted if possible.
- addCASChangeListener(ConfigurationChangeListener<CASBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.CASBackendCfg
-
Register to be notified when this CAS Backend is changed.
- addCell(String) - Method in class com.forgerock.opendj.cli.TableSerializer
-
Prints a table cell.
- addCertificate(String, File) - Method in class org.opends.server.util.CertificateManager
-
Adds the provided certificate to the key store.
- addCertificate(KeyStore, String, String, String, char[], String) - Static method in class org.opends.server.util.Platform
-
Add the certificate in the specified path to the provided keystore;
creating the keystore with the provided type and path if it doesn't exist.
- addCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Certificate Mappers are added.
- addCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Certificate Mappers are deleted.
- addChangeListener(ConfigurationChangeListener<AccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessControlHandlerCfg
-
Register to be notified when this Access Control Handler is changed.
- addChangeListener(ConfigurationChangeListener<AccessLogFilteringCriteriaCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Register to be notified when this Access Log Filtering Criteria is changed.
- addChangeListener(ConfigurationChangeListener<AccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AccountStatusNotificationHandlerCfg
-
Register to be notified when this Account Status Notification Handler is changed.
- addChangeListener(ConfigurationChangeListener<AdministrationConnectorCfg>) - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Register to be notified when this Administration Connector is changed.
- addChangeListener(ConfigurationChangeListener<AlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
-
Register to be notified when this Alert Handler is changed.
- addChangeListener(ConfigurationChangeListener<AuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.AuthenticationPolicyCfg
-
Register to be notified when this Authentication Policy is changed.
- addChangeListener(ConfigurationChangeListener<BackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
-
Register to be notified when this Backend is changed.
- addChangeListener(ConfigurationChangeListener<BackendIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
-
Register to be notified when this Backend Index is changed.
- addChangeListener(ConfigurationChangeListener<BackendVLVIndexCfg>) - Method in interface org.forgerock.opendj.server.config.server.BackendVLVIndexCfg
-
Register to be notified when this Backend VLV Index is changed.
- addChangeListener(ConfigurationChangeListener<CertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.CertificateMapperCfg
-
Register to be notified when this Certificate Mapper is changed.
- addChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
-
Register to be notified when this Connection Handler is changed.
- addChangeListener(ConfigurationChangeListener<CryptoManagerCfg>) - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Register to be notified when this Crypto Manager is changed.
- addChangeListener(ConfigurationChangeListener<DebugTargetCfg>) - Method in interface org.forgerock.opendj.server.config.server.DebugTargetCfg
-
Register to be notified when this Debug Target is changed.
- addChangeListener(ConfigurationChangeListener<EntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
-
Register to be notified when this Entry Cache is changed.
- addChangeListener(ConfigurationChangeListener<ExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExtendedOperationHandlerCfg
-
Register to be notified when this Extended Operation Handler is changed.
- addChangeListener(ConfigurationChangeListener<ExternalChangelogDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalChangelogDomainCfg
-
Register to be notified when this External Changelog Domain is changed.
- addChangeListener(ConfigurationChangeListener<GlobalCfg>) - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Register to be notified when this Global Configuration is changed.
- addChangeListener(ConfigurationChangeListener<GroupImplementationCfg>) - Method in interface org.forgerock.opendj.server.config.server.GroupImplementationCfg
-
Register to be notified when this Group Implementation is changed.
- addChangeListener(ConfigurationChangeListener<HTTPAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPAuthorizationMechanismCfg
-
Register to be notified when this HTTP Authorization Mechanism is changed.
- addChangeListener(ConfigurationChangeListener<HTTPEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPEndpointCfg
-
Register to be notified when this HTTP Endpoint is changed.
- addChangeListener(ConfigurationChangeListener<IdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.IdentityMapperCfg
-
Register to be notified when this Identity Mapper is changed.
- addChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.KeyManagerProviderCfg
-
Register to be notified when this Key Manager Provider is changed.
- addChangeListener(ConfigurationChangeListener<LogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.LogPublisherCfg
-
Register to be notified when this Log Publisher is changed.
- addChangeListener(ConfigurationChangeListener<LogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.LogRetentionPolicyCfg
-
Register to be notified when this Log Retention Policy is changed.
- addChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.LogRotationPolicyCfg
-
Register to be notified when this Log Rotation Policy is changed.
- addChangeListener(ConfigurationChangeListener<MonitorProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.MonitorProviderCfg
-
Register to be notified when this Monitor Provider is changed.
- addChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordGeneratorCfg
-
Register to be notified when this Password Generator is changed.
- addChangeListener(ConfigurationChangeListener<PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordStorageSchemeCfg
-
Register to be notified when this Password Storage Scheme is changed.
- addChangeListener(ConfigurationChangeListener<PasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordValidatorCfg
-
Register to be notified when this Password Validator is changed.
- addChangeListener(ConfigurationChangeListener<PluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
-
Register to be notified when this Plugin is changed.
- addChangeListener(ConfigurationChangeListener<PluginRootCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Register to be notified when this Plugin Root is changed.
- addChangeListener(ConfigurationChangeListener<ReplicationDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Register to be notified when this Replication Domain is changed.
- addChangeListener(ConfigurationChangeListener<ReplicationServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Register to be notified when this Replication Server is changed.
- addChangeListener(ConfigurationChangeListener<RootDNCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootDNCfg
-
Register to be notified when this Root DN is changed.
- addChangeListener(ConfigurationChangeListener<RootDNUserCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootDNUserCfg
-
Register to be notified when this Root DN User is changed.
- addChangeListener(ConfigurationChangeListener<RootDSEBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootDSEBackendCfg
-
Register to be notified when this Root DSE Backend is changed.
- addChangeListener(ConfigurationChangeListener<SASLMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SASLMechanismHandlerCfg
-
Register to be notified when this SASL Mechanism Handler is changed.
- addChangeListener(ConfigurationChangeListener<SchemaProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.SchemaProviderCfg
-
Register to be notified when this Schema Provider is changed.
- addChangeListener(ConfigurationChangeListener<ServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
-
Register to be notified when this Service Discovery Mechanism is changed.
- addChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.SynchronizationProviderCfg
-
Register to be notified when this Synchronization Provider is changed.
- addChangeListener(ConfigurationChangeListener<TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.TrustManagerProviderCfg
-
Register to be notified when this Trust Manager Provider is changed.
- addChangeListener(ConfigurationChangeListener<VirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
-
Register to be notified when this Virtual Attribute is changed.
- addChangeListener(ConfigurationChangeListener<WorkQueueCfg>) - Method in interface org.forgerock.opendj.server.config.server.WorkQueueCfg
-
Register to be notified when this Work Queue is changed.
- addChangeListener(ConfigurationChangeListener<BackendCfg>) - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
-
- addChangeNumberControlChangeListener(ConfigurationChangeListener<ChangeNumberControlPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.ChangeNumberControlPluginCfg
-
Register to be notified when this Change Number Control Plugin is changed.
- AddChangeRecordEntry - Class in org.opends.server.util
-
This class defines a data structure for a change record entry for
an add operation.
- AddChangeRecordEntry(DN, Map<AttributeType, List<Attribute>>) - Constructor for class org.opends.server.util.AddChangeRecordEntry
-
Creates a new entry with the provided information.
- addCharacterSetChangeListener(ConfigurationChangeListener<CharacterSetPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
-
Register to be notified when this Character Set Password Validator is changed.
- addCharOption(LocalizableMessage, LocalizableMessage, MenuCallback<T>) - Method in class com.forgerock.opendj.cli.MenuBuilder
-
Adds a menu choice to the menu which will have a single letter as its key.
- addCharOption(LocalizableMessage, LocalizableMessage, MenuResult<T>) - Method in class com.forgerock.opendj.cli.MenuBuilder
-
Adds a menu choice to the menu which will have a single letter as its key and which returns the provided result.
- addCleanIndex(String) - Method in class org.opends.server.backends.VerifyConfig
-
Add the name of an index to those indexes to be verified for cleanliness.
- addClearChangeListener(ConfigurationChangeListener<ClearPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.ClearPasswordStorageSchemeCfg
-
Register to be notified when this Clear Password Storage Scheme is changed.
- addClickTooltipListener(JComponent) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Adds a click tool tip listener to the provided component.
- addClientConnectionChangeListener(ConfigurationChangeListener<ClientConnectionMonitorProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.ClientConnectionMonitorProviderCfg
-
Register to be notified when this Client Connection Monitor Provider is changed.
- addCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
-
Register to be notified when this Collective Attribute Subentries Virtual Attribute is changed.
- addColumn(int) - Method in class com.forgerock.opendj.cli.TableSerializer
-
Defines a column in the table.
- addCompletedTask(Task) - Method in class org.opends.server.backends.task.TaskScheduler
-
Adds the provided task to the set of completed tasks associated with the
scheduler.
- addCompleteIndex(String) - Method in class org.opends.server.backends.VerifyConfig
-
Add the name of an index to those indexes to be verified for completeness.
- addConfigChangeListener(ConfigChangeListener) - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Adds a configuration change listener.
- addConfigurationElementCreatedListener(ConfigurationElementCreatedListener) - Method in class org.opends.guitools.controlpanel.task.Task
-
Adds a configuration element created listener.
- addConfigurationElementCreatedListener(ConfigurationElementCreatedListener) - Method in class org.opends.guitools.controlpanel.ui.SchemaBrowserRightPanel
-
Adds a configuration element created listener.
- addConfigurationElementCreatedListener(ConfigurationElementCreatedListener) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Adds a configuration element created listener.
- addConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Registers the provided connection event listener so that it will be
notified when this connection is closed by the application, receives an
unsolicited notification, or experiences a fatal error.
- addConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.Connection
-
Registers the provided connection event listener so that it will be
notified when this connection is closed by the application, receives an
unsolicited notification, or experiences a fatal error.
- addConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Registers the provided connection event listener so that it will be
notified when this connection is closed by the application, receives an
unsolicited notification, or experiences a fatal error.
- addConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Registers the provided connection event listener so that it will be notified when this connection is closed by
the application, receives an unsolicited notification, or experiences a fatal error.
- addConnectionEventListener(ConnectionEventListener) - Method in class org.opends.server.protocols.http.SdkConnectionAdapter
-
- addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Connection Handlers are added.
- addConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Connection Handlers are deleted.
- addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.opends.server.protocols.jmx.OpendsJmxConnector
- AddContext - Class in org.opends.server.replication.protocol
-
This class describes the context that is attached to Add Operation.
- AddContext(CSN, String, String) - Constructor for class org.opends.server.replication.protocol.AddContext
-
Creates a new AddContext with the provided information.
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.Request
-
Adds the provided control to this request.
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.UnbindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.Response
-
Adds the provided control to this response.
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- addControl(Control) - Method in class org.opends.server.protocols.internal.SearchRequest
-
- addControl(Collection<Control>) - Method in class org.opends.server.protocols.internal.SearchRequest
-
- addCoreSchemaChangeListener(ConfigurationChangeListener<CoreSchemaCfg>) - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
-
Register to be notified when this Core Schema is changed.
- addCramMD5ChangeListener(ConfigurationChangeListener<CramMD5SASLMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.CramMD5SASLMechanismHandlerCfg
-
Register to be notified when this Cram MD5 SASL Mechanism Handler is changed.
- addCryptChangeListener(ConfigurationChangeListener<CryptPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.CryptPasswordStorageSchemeCfg
-
Register to be notified when this Crypt Password Storage Scheme is changed.
- addCsvFileAccessChangeListener(ConfigurationChangeListener<CsvFileAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Register to be notified when this Csv File Access Log Publisher is changed.
- addCsvFileHTTPAccessChangeListener(ConfigurationChangeListener<CsvFileHTTPAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Register to be notified when this Csv File HTTP Access Log Publisher is changed.
- addDebugChangeListener(ConfigurationChangeListener<DebugLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.DebugLogPublisherCfg
-
Register to be notified when this Debug Log Publisher is changed.
- addDebugTargetAddListener(ConfigurationAddListener<DebugTargetCfg>) - Method in interface org.forgerock.opendj.server.config.server.DebugLogPublisherCfg
-
Registers to be notified when new Debug Targets are added.
- addDebugTargetDeleteListener(ConfigurationDeleteListener<DebugTargetCfg>) - Method in interface org.forgerock.opendj.server.config.server.DebugLogPublisherCfg
-
Registers to be notified when existing Debug Targets are deleted.
- addDefaultArgument(Argument) - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Adds the provided argument to the set of arguments handled by this parser
and puts the argument in the default group.
- addDeleteActionListener(ActionListener) - Method in class org.opends.guitools.controlpanel.ui.components.BinaryCellPanel
-
Adds an action listener to this panel.
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.opendj.rest2ldap.AbstractRequestHandler
-
- addDescriptorListener(Describable.Listener) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
-
- addDictionaryChangeListener(ConfigurationChangeListener<DictionaryPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
-
Register to be notified when this Dictionary Password Validator is changed.
- addDigestMD5ChangeListener(ConfigurationChangeListener<DigestMD5SASLMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.DigestMD5SASLMechanismHandlerCfg
-
Register to be notified when this Digest MD5 SASL Mechanism Handler is changed.
- addDITContentRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided DIT content rule definition to this schema builder.
- addDITStructureRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided DIT structure rule definition to this schema builder.
- addDomain(DN, ServerState) - Method in class org.opends.server.replication.server.changelog.file.MultiDomainDBCursor
-
Adds a replication domain for this cursor to iterate over.
- addDseeCompatChangeListener(ConfigurationChangeListener<DseeCompatAccessControlHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.DseeCompatAccessControlHandlerCfg
-
Register to be notified when this Dsee Compat Access Control Handler is changed.
- addDSInfos(List<DSInfo>) - Method in class org.opends.server.replication.server.ReplicationServerHandler
-
Add the DSinfos of the connected Directory Servers
to the List of DSInfo provided as a parameter.
- addDynamicChangeListener(ConfigurationChangeListener<DynamicGroupImplementationCfg>) - Method in interface org.forgerock.opendj.server.config.server.DynamicGroupImplementationCfg
-
Register to be notified when this Dynamic Group Implementation is changed.
- addEditActionListener(ActionListener) - Method in class org.opends.guitools.controlpanel.ui.components.BinaryCellPanel
-
Adds an action listener to this panel.
- addEditActionListener(ActionListener) - Method in class org.opends.guitools.controlpanel.ui.components.ObjectClassCellPanel
-
Adds an action listener to this panel.
- addedOrRenamedAfter(CSN) - Method in class org.opends.server.replication.plugin.EntryHistorical
-
Indicates if the Entry was renamed or added after the CSN that is given as
a parameter.
- addEnabledCipherSuite(String...) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Adds the cipher suites enabled for secure connections with the Directory
Server.
- addEnabledCipherSuite(Collection<String>) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Adds the cipher suites enabled for secure connections with the Directory
Server.
- addEnabledProtocol(String...) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Adds the protocol versions enabled for secure connections with the
Directory Server.
- addEnabledProtocol(Collection<String>) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Adds the protocol versions enabled for secure connections with the
Directory Server.
- addEntityTagChangeListener(ConfigurationChangeListener<EntityTagVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
-
Register to be notified when this Entity Tag Virtual Attribute is changed.
- addEntry(Entry, AddOperation) - Method in class org.opends.server.api.LocalBackend
-
Adds the provided entry to this backend.
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.BackupBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.ChangelogBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.ConfigurationBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.LDIFBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.MemoryBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.MonitorBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.NullBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.RootDSEBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.SchemaBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.task.TaskBackend
-
- addEntry(Entry, AddOperation) - Method in class org.opends.server.backends.TrustStoreBackend
-
- addEntry(Entry) - Method in class org.opends.server.config.ConfigurationHandler
-
Add a configuration entry.
- addEntry(SnmpOid, ObjectName, Object) - Method in class org.opends.server.snmp.DsApplIfOpsTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class org.opends.server.snmp.DsIntTableMeta
-
- addEntry(SnmpOid, ObjectName, Object) - Method in class org.opends.server.snmp.DsTableMeta
-
- addEntry(DsApplIfOpsEntryMBean) - Method in class org.opends.server.snmp.TableDsApplIfOpsTable
-
Add a new entry to the table.
- addEntry(DsApplIfOpsEntryMBean, ObjectName) - Method in class org.opends.server.snmp.TableDsApplIfOpsTable
-
Add a new entry to the table.
- addEntry(DsIntEntryMBean) - Method in class org.opends.server.snmp.TableDsIntTable
-
Add a new entry to the table.
- addEntry(DsIntEntryMBean, ObjectName) - Method in class org.opends.server.snmp.TableDsIntTable
-
Add a new entry to the table.
- addEntry(DsTableEntryMBean) - Method in class org.opends.server.snmp.TableDsTable
-
Add a new entry to the table.
- addEntry(DsTableEntryMBean, ObjectName) - Method in class org.opends.server.snmp.TableDsTable
-
Add a new entry to the table.
- addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Entry Caches are added.
- addEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryCacheMonitorProviderCfg
-
Register to be notified when this Entry Cache Monitor Provider is changed.
- addEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Entry Caches are deleted.
- addEntryDNChangeListener(ConfigurationChangeListener<EntryDNVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryDNVirtualAttributeCfg
-
Register to be notified when this Entry DN Virtual Attribute is changed.
- addEntryReadListener(EntryReadListener) - Method in class org.opends.guitools.controlpanel.util.LDAPEntryReader
-
Adds an EntryReadListener.
- addEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryUUIDPluginCfg
-
Register to be notified when this Entry UUID Plugin is changed.
- addEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.EntryUUIDVirtualAttributeCfg
-
Register to be notified when this Entry UUID Virtual Attribute is changed.
- addEnumerationSyntax(String, String, boolean, String...) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided enumeration syntax definition to this schema builder.
- addErrorChangeListener(ConfigurationChangeListener<ErrorLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
-
Register to be notified when this Error Log Publisher is changed.
- addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
-
Register to be notified when this Error Log Account Status Notification Handler is changed.
- addErrorMessage(ConfigChangeResult, LocalizableMessage) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
-
Adds the provided message to the provided config change result.
- addErrorMessageIfArgumentsConflict(Collection<LocalizableMessage>, Argument, Argument) - Static method in class com.forgerock.opendj.cli.Utils
-
Adds a
LocalizableMessage to the provided
Collection
if both provided
Argument are presents in the command line arguments.
- addErrorPane(GridBagConstraints) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Creates and adds an error pane.
- addErrorPane(Container, GridBagConstraints) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Adds an error pane to the provided container.
- addExactMatchChangeListener(ConfigurationChangeListener<ExactMatchIdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
-
Register to be notified when this Exact Match Identity Mapper is changed.
- addExampleChangeListener(ConfigurationChangeListener<ExamplePluginCfg>) - Method in interface com.example.opendj.server.ExamplePluginCfg
-
Register to be notified when this Example Plugin is changed.
- addExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Extended Operation Handlers are added.
- addExtendedOperationHandlerDeleteListener(ConfigurationDeleteListener<ExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Extended Operation Handlers are deleted.
- addExternalAccessChangeListener(ConfigurationChangeListener<ExternalAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
-
Register to be notified when this External Access Log Publisher is changed.
- addExternalChangeListener(ConfigurationChangeListener<ExternalSASLMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalSASLMechanismHandlerCfg
-
Register to be notified when this External SASL Mechanism Handler is changed.
- addExternalHTTPAccessChangeListener(ConfigurationChangeListener<ExternalHTTPAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.ExternalHTTPAccessLogPublisherCfg
-
Register to be notified when this External HTTP Access Log Publisher is changed.
- addExtraLine(TemplateLine) - Method in class org.opends.server.tools.makeldif.Branch
-
Adds the provided template line to the set of extra lines for this branch.
- addFIFOChangeListener(ConfigurationChangeListener<FIFOEntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.FIFOEntryCacheCfg
-
Register to be notified when this FIFO Entry Cache is changed.
- addFileBasedAccessChangeListener(ConfigurationChangeListener<FileBasedAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Register to be notified when this File Based Access Log Publisher is changed.
- addFileBasedAuditChangeListener(ConfigurationChangeListener<FileBasedAuditLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Register to be notified when this File Based Audit Log Publisher is changed.
- addFileBasedChangeListener(ConfigurationChangeListener<FileBasedKeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
-
Register to be notified when this File Based Key Manager Provider is changed.
- addFileBasedChangeListener(ConfigurationChangeListener<FileBasedTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
-
Register to be notified when this File Based Trust Manager Provider is changed.
- addFileBasedDebugChangeListener(ConfigurationChangeListener<FileBasedDebugLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Register to be notified when this File Based Debug Log Publisher is changed.
- addFileBasedErrorChangeListener(ConfigurationChangeListener<FileBasedErrorLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Register to be notified when this File Based Error Log Publisher is changed.
- addFileBasedHTTPAccessChangeListener(ConfigurationChangeListener<FileBasedHTTPAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Register to be notified when this File Based HTTP Access Log Publisher is changed.
- addFileCountChangeListener(ConfigurationChangeListener<FileCountLogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.FileCountLogRetentionPolicyCfg
-
Register to be notified when this File Count Log Retention Policy is changed.
- addFingerprintChangeListener(ConfigurationChangeListener<FingerprintCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
-
Register to be notified when this Fingerprint Certificate Mapper is changed.
- addFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.FixedTimeLogRotationPolicyCfg
-
Register to be notified when this Fixed Time Log Rotation Policy is changed.
- addFractionalLDIFImportChangeListener(ConfigurationChangeListener<FractionalLDIFImportPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.FractionalLDIFImportPluginCfg
-
Register to be notified when this Fractional LDIF Import Plugin is changed.
- addFreeDiskSpaceChangeListener(ConfigurationChangeListener<FreeDiskSpaceLogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.FreeDiskSpaceLogRetentionPolicyCfg
-
Register to be notified when this Free Disk Space Log Retention Policy is changed.
- addGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.GetConnectionIdExtendedOperationHandlerCfg
-
Register to be notified when this Get Connection Id Extended Operation Handler is changed.
- addGetSymmetricKeyChangeListener(ConfigurationChangeListener<GetSymmetricKeyExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.GetSymmetricKeyExtendedOperationHandlerCfg
-
Register to be notified when this Get Symmetric Key Extended Operation Handler is changed.
- addGlobalArgument(Argument) - Method in class com.forgerock.opendj.cli.SubCommandArgumentParser
-
Adds the provided argument to the set of global arguments handled by this parser.
- addGlobalArgument(Argument, ArgumentGroup) - Method in class com.forgerock.opendj.cli.SubCommandArgumentParser
-
Adds the provided argument to the set of global arguments handled by this parser.
- addGoverningStructureRuleChangeListener(ConfigurationChangeListener<GoverningStructureRuleVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
-
Register to be notified when this Governing Structure Rule Virtual Attribute is changed.
- addGraceLoginUseTime(Date) - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Adds the provided grace login use time to this request.
- addGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Group Implementations are added.
- addGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Group Implementations are deleted.
- addGSSAPIChangeListener(ConfigurationChangeListener<GSSAPISASLMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Register to be notified when this GSSAPI SASL Mechanism Handler is changed.
- addHasSubordinatesChangeListener(ConfigurationChangeListener<HasSubordinatesVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
-
Register to be notified when this Has Subordinates Virtual Attribute is changed.
- addHeading(String) - Method in class com.forgerock.opendj.cli.TableSerializer
-
Prints a column heading.
- addHelpOption(HelpCallback) - Method in class com.forgerock.opendj.cli.MenuBuilder
-
Creates a "help" menu option which will use the provided help call-back to display help relating to the other
menu options.
- addHTTPAccessChangeListener(ConfigurationChangeListener<HTTPAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPAccessLogPublisherCfg
-
Register to be notified when this HTTP Access Log Publisher is changed.
- addHTTPAnonymousAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPAnonymousAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPAnonymousAuthorizationMechanismCfg
-
Register to be notified when this HTTP Anonymous Authorization Mechanism is changed.
- addHTTPAuthorizationMechanismAddListener(ConfigurationAddListener<HTTPAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new HTTP Authorization Mechanisms are added.
- addHTTPAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HTTPAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing HTTP Authorization Mechanisms are deleted.
- addHTTPBasicAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPBasicAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPBasicAuthorizationMechanismCfg
-
Register to be notified when this HTTP Basic Authorization Mechanism is changed.
- addHTTPChangeListener(ConfigurationChangeListener<HTTPConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Register to be notified when this HTTP Connection Handler is changed.
- addHTTPEndpointAddListener(ConfigurationAddListener<HTTPEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new HTTP Endpoints are added.
- addHTTPEndpointDeleteListener(ConfigurationDeleteListener<HTTPEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing HTTP Endpoints are deleted.
- addHTTPOauth2AuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPOauth2AuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2AuthorizationMechanismCfg
-
Register to be notified when this HTTP Oauth2 Authorization Mechanism is changed.
- addHTTPOauth2CtsAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPOauth2CtsAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2CtsAuthorizationMechanismCfg
-
Register to be notified when this HTTP Oauth2 Cts Authorization Mechanism is changed.
- addHTTPOauth2FileAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPOauth2FileAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2FileAuthorizationMechanismCfg
-
Register to be notified when this HTTP Oauth2 File Authorization Mechanism is changed.
- addHTTPOauth2OpenamAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPOauth2OpenamAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2OpenamAuthorizationMechanismCfg
-
Register to be notified when this HTTP Oauth2 Openam Authorization Mechanism is changed.
- addHTTPOauth2TokenIntrospectionAuthorizationMechanismChangeListener(ConfigurationChangeListener<HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Register to be notified when this HTTP Oauth2 Token Introspection Authorization Mechanism is changed.
- addIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Identity Mappers are added.
- addIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Identity Mappers are deleted.
- addIfNotNull(String, Object) - Method in class org.opends.server.api.MonitorData
-
Adds an attribute with the provided name and value if the value is not null.
- addIndexModifiedListener(IndexModifiedListener) - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Adds an index modification listener.
- addIndexSelectionListener(IndexSelectionListener) - Method in class org.opends.guitools.controlpanel.ui.IndexBrowserRightPanel
-
Adds an index selection listener.
- addInstanceOf(String) - Method in class org.forgerock.opendj.config.ClassPropertyDefinition.Builder
-
Add an class name which property values must implement.
- addIsMemberOfChangeListener(ConfigurationChangeListener<IsMemberOfVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
-
Register to be notified when this Is Member Of Virtual Attribute is changed.
- AdditionalLogItem - Class in org.opends.server.types
-
An additional log item for an operation which may be processed in the access
log.
- addJDBCChangeListener(ConfigurationChangeListener<JDBCBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.JDBCBackendCfg
-
Register to be notified when this JDBC Backend is changed.
- addJEChangeListener(ConfigurationChangeListener<JEBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Register to be notified when this JE Backend is changed.
- addJMXChangeListener(ConfigurationChangeListener<JMXAlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.JMXAlertHandlerCfg
-
Register to be notified when this JMX Alert Handler is changed.
- addJMXChangeListener(ConfigurationChangeListener<JMXConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.JMXConnectionHandlerCfg
-
Register to be notified when this JMX Connection Handler is changed.
- addJsonFileAccessChangeListener(ConfigurationChangeListener<JsonFileAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
-
Register to be notified when this Json File Access Log Publisher is changed.
- addJsonFileHTTPAccessChangeListener(ConfigurationChangeListener<JsonFileHTTPAccessLogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonFileHTTPAccessLogPublisherCfg
-
Register to be notified when this Json File HTTP Access Log Publisher is changed.
- addJsonSchemaChangeListener(ConfigurationChangeListener<JsonSchemaCfg>) - Method in interface org.forgerock.opendj.server.config.server.JsonSchemaCfg
-
Register to be notified when this Json Schema is changed.
- addJsonSyntaxesAndMatchingRulesToSchema(SchemaBuilder) - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
-
Adds the syntaxes and matching rules required by for JSON attribute support to the provided schema builder.
- addKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Key Manager Providers are added.
- addKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Key Manager Providers are deleted.
- addLastModChangeListener(ConfigurationChangeListener<LastModPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.LastModPluginCfg
-
Register to be notified when this Last Mod Plugin is changed.
- addLDAPAttributeDescriptionListChangeListener(ConfigurationChangeListener<LDAPAttributeDescriptionListPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.LDAPAttributeDescriptionListPluginCfg
-
Register to be notified when this LDAP Attribute Description List Plugin is changed.
- addLDAPChangeListener(ConfigurationChangeListener<LDAPConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Register to be notified when this LDAP Connection Handler is changed.
- addLDAPChangeListener(ConfigurationChangeListener<LDAPKeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.LDAPKeyManagerProviderCfg
-
Register to be notified when this LDAP Key Manager Provider is changed.
- addLDAPChangeListener(ConfigurationChangeListener<LDAPTrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.LDAPTrustManagerProviderCfg
-
Register to be notified when this LDAP Trust Manager Provider is changed.
- addLdapConnectionArgument(Argument) - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Adds the provided argument to the set of arguments handled by this parser
and puts the argument in the LDAP connection group.
- addLdapConnectionArgument(Argument) - Method in class com.forgerock.opendj.cli.SubCommandArgumentParser
-
Adds the provided argument to the set of arguments handled by this parser and puts the argument in the LDAP
connection group.
- addLDAPEntryChangedListener(LDAPEntryChangedListener) - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Adds an LDAP entry change listener.
- addLDAPPassThroughChangeListener(ConfigurationChangeListener<LDAPPassThroughAuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Register to be notified when this LDAP Pass Through Authentication Policy is changed.
- addLDIFChangeListener(ConfigurationChangeListener<LDIFBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.LDIFBackendCfg
-
Register to be notified when this LDIF Backend is changed.
- addLDIFChangeListener(ConfigurationChangeListener<LDIFConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.LDIFConnectionHandlerCfg
-
Register to be notified when this LDIF Connection Handler is changed.
- addLengthBasedChangeListener(ConfigurationChangeListener<LengthBasedPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
-
Register to be notified when this Length Based Password Validator is changed.
- addListener(LDAPClientContextEventListener) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Register a listener which will be notified when this
LDAPClientContext changes state.
- addListener(TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutChecker
-
Registers a timeout event listener for timeout notification.
- addListener(PrintStreamListener) - Method in class org.opends.guitools.controlpanel.util.ApplicationPrintStream
-
Adds a print stream listener.
- addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.LocalBackendCfg
-
Register to be notified when this Local Backend is changed.
- addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg>) - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
-
- addLogMessage(Severity, LocalizableMessage) - Method in class org.opends.server.backends.task.Task
-
Adds a log message to the set of messages logged by this task.
- addLogMessage(Severity, LocalizableMessage, Throwable) - Method in class org.opends.server.backends.task.Task
-
Adds a log message to the set of messages logged by this task.
- addLogPublisher(P) - Method in class org.opends.server.loggers.AbstractLogger
-
Add a log publisher to the logger.
- addLogPublisher(P) - Method in class org.opends.server.loggers.AbstractLogger.LoggerStorage
-
Add a log publisher to the logger.
- addLogPublisher(AccessLogPublisher<AccessLogPublisherCfg>) - Method in class org.opends.server.loggers.AccessLogger
-
- addLogPublisher(DebugLogPublisher<DebugLogPublisherCfg>) - Method in class org.opends.server.loggers.DebugLogger
-
- addLogPublisher(ErrorLogPublisher<ErrorLogPublisherCfg>) - Method in class org.opends.server.loggers.ErrorLogger
-
- addLogPublisher(HTTPAccessLogPublisher<HTTPAccessLogPublisherCfg>) - Method in class org.opends.server.loggers.HTTPAccessLogger
-
- addLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Log Publishers are added.
- addLogPublisherDeleteListener(ConfigurationDeleteListener<LogPublisherCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Log Publishers are deleted.
- addLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Log Retention Policies are added.
- addLogRetentionPolicyDeleteListener(ConfigurationDeleteListener<LogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Log Retention Policies are deleted.
- addLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Log Rotation Policies are added.
- addLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Log Rotation Policies are deleted.
- addMatchingRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided matching rule definition to this schema builder.
- addMatchingRuleUse(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided matching rule use definition to this schema builder.
- addMD5ChangeListener(ConfigurationChangeListener<MD5PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.MD5PasswordStorageSchemeCfg
-
Register to be notified when this MD5 Password Storage Scheme is changed.
- addMember(Entry) - Method in class org.opends.server.api.Group
-
Attempts to add the provided user as a member of this group.
- addMember(Entry) - Method in class org.opends.server.extensions.DynamicGroup
-
- addMember(Entry) - Method in class org.opends.server.extensions.StaticGroup
-
- addMember(Entry) - Method in class org.opends.server.extensions.VirtualStaticGroup
-
- addMemberChangeListener(ConfigurationChangeListener<MemberVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
-
Register to be notified when this Member Virtual Attribute is changed.
- addMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
-
Register to be notified when this Memory Backend is changed.
- addMemoryUsageChangeListener(ConfigurationChangeListener<MemoryUsageMonitorProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.MemoryUsageMonitorProviderCfg
-
Register to be notified when this Memory Usage Monitor Provider is changed.
- addMenus() - Method in class org.opends.guitools.controlpanel.ui.MainMenuBar
-
Method that can be overwritten to set specific menus.
- addMessage(LocalizableMessage) - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
-
Adds the provided message to the set of messages for this config change
result.
- addModification(Modification) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Appends the provided modification to the list of modifications included
with this modify request.
- addModification(ModificationType, String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Appends the provided modification to the list of modifications included
with this modify request.
- addModification(Modification) - Method in interface org.opends.server.core.ModifyDNOperation
-
Adds the provided modification to the set of modifications to be applied
as part of the update.
- addModification(Modification) - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- addModification(Modification) - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- addModification(Modification) - Method in interface org.opends.server.core.ModifyOperation
-
Adds the provided modification to the set of modifications to this modify
operation.
- addModification(Modification) - Method in class org.opends.server.core.ModifyOperationBasis
-
- addModification(Modification) - Method in class org.opends.server.core.ModifyOperationWrapper
-
- addModification(Modification) - Method in class org.opends.server.replication.plugin.FakeModifyOperation
-
Add a modification to the list of modification included
in this fake operation.
- addModification(Modification) - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Adds the provided modification to the set of modifications to be
applied as part of the update.
- addModification(Modification) - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
-
Adds the provided modification to the set of modifications to
this modify operation.
- addModification(Modification) - Method in class org.opends.server.workflowelement.localbackend.LocalBackendModifyOperation
-
Adds the provided modification to the set of modifications to this modify operation.
- addMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.MonitorBackendCfg
-
Register to be notified when this Monitor Backend is changed.
- addMonitorProvider(MonitorProvider<? extends MonitorProviderCfg>) - Method in class org.opends.server.config.JMXMBean
-
Adds the given monitor provider to the set of components associated with
this JMX MBean.
- addMonitorProviderAddListener(ConfigurationAddListener<MonitorProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Monitor Providers are added.
- addMonitorProviderDeleteListener(ConfigurationDeleteListener<MonitorProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Monitor Providers are deleted.
- addMouseListener(MouseListener) - Method in class org.opends.guitools.controlpanel.ui.components.CustomTree
-
- addMsadChangeListener(ConfigurationChangeListener<MsadPluginCfg>) - Method in interface opendj.server.MsadPluginCfg
-
Register to be notified when this Msad Plugin is changed.
- AddMsg - Class in org.opends.server.replication.protocol
-
This class is used to exchange Add operation between LDAP servers
and replication servers.
- AddMsg(CSN, DN, String, String, Map<ObjectClass, String>, Map<AttributeType, List<Attribute>>, Map<AttributeType, List<Attribute>>) - Constructor for class org.opends.server.replication.protocol.AddMsg
-
Creates a new AddMessage.
- AddMsg(CSN, DN, String, String, Attribute, Iterable<Attribute>, Iterable<Attribute>) - Constructor for class org.opends.server.replication.protocol.AddMsg
-
Creates a new AddMessage.
- AddMsg(byte[]) - Constructor for class org.opends.server.replication.protocol.AddMsg
-
Creates a new Add message from a byte[].
- addNameForm(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided name form definition to this schema builder.
- addNestedGroup(DN) - Method in class org.opends.server.api.Group
-
Attempts to add the provided group DN as a nested group within
this group.
- addNestedGroup(DN) - Method in class org.opends.server.extensions.DynamicGroup
-
- addNestedGroup(DN) - Method in class org.opends.server.extensions.StaticGroup
-
- addNestedGroup(DN) - Method in class org.opends.server.extensions.VirtualStaticGroup
-
- addNewManagedObject() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
Adds this new managed object.
- addNodeUnderRoot(DN) - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Add an LDAP suffix to this controller.
- addNullChangeListener(ConfigurationChangeListener<NullBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
-
Register to be notified when this Null Backend is changed.
- addNumberedOption(LocalizableMessage, MenuCallback<T>, LocalizableMessage...) - Method in class com.forgerock.opendj.cli.MenuBuilder
-
Adds a menu choice to the menu which will have a numeric key.
- addNumberedOption(LocalizableMessage, MenuResult<T>, LocalizableMessage...) - Method in class com.forgerock.opendj.cli.MenuBuilder
-
Adds a menu choice to the menu which will have a numeric key and which returns the provided result.
- addNumSubordinatesChangeListener(ConfigurationChangeListener<NumSubordinatesVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
-
Register to be notified when this Num Subordinates Virtual Attribute is changed.
- addObfuscatedArgument(Argument) - Method in class com.forgerock.opendj.cli.CommandBuilder
-
Adds an argument whose values must be obfuscated (passwords for instance).
- addObjectClass(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided object class definition to this schema builder.
- addObjectClass(ObjectClass, String) - Method in interface org.opends.server.core.AddOperation
-
Adds the provided objectclass to the entry to add.
- addObjectClass(ObjectClass, String) - Method in class org.opends.server.core.AddOperationBasis
-
- addObjectClass(ObjectClass, String) - Method in class org.opends.server.core.AddOperationWrapper
-
- addObjectClass(ObjectClass) - Method in class org.opends.server.types.Entry
-
Adds the provided objectClass to this entry.
- addObjectClass(ObjectClass, String) - Method in interface org.opends.server.types.operation.PreOperationAddOperation
-
Adds the provided objectclass to the entry to add.
- addOfflineReplica(DN, CSN) - Method in class org.opends.server.replication.server.ChangelogState
-
Adds the following replica information to the offline list.
- addOpenDJProviderSchema(SchemaBuilder) - Static method in class org.forgerock.opendj.security.OpenDJProviderSchema
-
Adds the schema elements required by the OpenDJ security provider to the provided schema builder.
- addOpenidmChangeListener(ConfigurationChangeListener<OpenidmAccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Register to be notified when this Openidm Account Status Notification Handler is changed.
- addOperation(PasswordPolicyStateOperation) - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
- addOperation(PasswordPolicyStateOperation) - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedResult
-
- AddOperation - Interface in org.opends.server.core
-
This interface defines an operation that may be used to add a new entry to
the Directory Server.
- AddOperationBasis - Class in org.opends.server.core
-
This class defines an operation that may be used to add a new entry to the
Directory Server.
- AddOperationBasis(ClientConnection, long, int, List<Control>, ByteString, List<RawAttribute>) - Constructor for class org.opends.server.core.AddOperationBasis
-
Creates a new add operation with the provided information.
- AddOperationBasis(ClientConnection, long, int, List<Control>, Entry) - Constructor for class org.opends.server.core.AddOperationBasis
-
Creates a new add operation with the provided information.
- AddOperationWrapper - Class in org.opends.server.core
-
This abstract class wraps/decorates a given add operation.
- AddOperationWrapper(AddOperation) - Constructor for class org.opends.server.core.AddOperationWrapper
-
Creates a new add operation based on the provided add operation.
- addOrReplace(E) - Method in class com.forgerock.opendj.util.SmallSet
-
Adds an element to this small set or replaces the existing element's value with the provided
one.
- addOrUpdatePublisher(LogPublisherCfg) - Method in class org.opends.server.loggers.CommonAudit
-
Adds or updates the publisher corresponding to the provided configuration to common audit.
- addParallelChangeListener(ConfigurationChangeListener<ParallelWorkQueueCfg>) - Method in interface org.forgerock.opendj.server.config.server.ParallelWorkQueueCfg
-
Register to be notified when this Parallel Work Queue is changed.
- addParentObjectClassesChangedListener(SuperiorObjectClassesChangedListener) - Method in class org.opends.guitools.controlpanel.ui.components.SuperiorObjectClassesEditor
-
Adds a listener that will receive events when a change is made in the
displayed superior object classes.
- addPasswordExpirationTimeChangeListener(ConfigurationChangeListener<PasswordExpirationTimeVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
-
Register to be notified when this Password Expiration Time Virtual Attribute is changed.
- addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Password Generators are added.
- addPasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Password Generators are deleted.
- addPasswordModifyChangeListener(ConfigurationChangeListener<PasswordModifyExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
-
Register to be notified when this Password Modify Extended Operation Handler is changed.
- addPasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Password Policies are added.
- addPasswordPolicyChangeListener(ConfigurationChangeListener<PasswordPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Register to be notified when this Password Policy is changed.
- addPasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Password Policies are deleted.
- addPasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
-
Register to be notified when this Password Policy Import Plugin is changed.
- addPasswordPolicyStateChangeListener(ConfigurationChangeListener<PasswordPolicyStateExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyStateExtendedOperationHandlerCfg
-
Register to be notified when this Password Policy State Extended Operation Handler is changed.
- addPasswordPolicySubentryChangeListener(ConfigurationChangeListener<PasswordPolicySubentryVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
-
Register to be notified when this Password Policy Subentry Virtual Attribute is changed.
- addPasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Password Storage Schemes are added.
- addPasswordStorageSchemeDeleteListener(ConfigurationDeleteListener<PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Password Storage Schemes are deleted.
- addPasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Password Validators are added.
- addPasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Password Validators are deleted.
- addPatternSyntax(String, String, Pattern, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided pattern syntax definition to this schema builder.
- addPBKDF2ChangeListener(ConfigurationChangeListener<PBKDF2PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PBKDF2PasswordStorageSchemeCfg
-
Register to be notified when this PBKDF2 Password Storage Scheme is changed.
- addPBKDF2HmacSHA256ChangeListener(ConfigurationChangeListener<PBKDF2HmacSHA256PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PBKDF2HmacSHA256PasswordStorageSchemeCfg
-
Register to be notified when this PBKDF2 Hmac SHA256 Password Storage Scheme is changed.
- addPBKDF2HmacSHA512ChangeListener(ConfigurationChangeListener<PBKDF2HmacSHA512PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PBKDF2HmacSHA512PasswordStorageSchemeCfg
-
Register to be notified when this PBKDF2 Hmac SHA512 Password Storage Scheme is changed.
- addPDBChangeListener(ConfigurationChangeListener<PDBBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Register to be notified when this PDB Backend is changed.
- addPKCS11ChangeListener(ConfigurationChangeListener<PKCS11KeyManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.PKCS11KeyManagerProviderCfg
-
Register to be notified when this PKCS11 Key Manager Provider is changed.
- addPKCS11ChangeListener(ConfigurationChangeListener<PKCS11TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.PKCS11TrustManagerProviderCfg
-
Register to be notified when this PKCS11 Trust Manager Provider is changed.
- addPKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.PKCS5S2PasswordStorageSchemeCfg
-
Register to be notified when this PKCS5S2 Password Storage Scheme is changed.
- addPlainChangeListener(ConfigurationChangeListener<PlainSASLMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.PlainSASLMechanismHandlerCfg
-
Register to be notified when this Plain SASL Mechanism Handler is changed.
- addPluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Register to be notified when this Pluggable Backend is changed.
- addPluginAddListener(ConfigurationAddListener<PluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Registers to be notified when new Plugins are added.
- addPluginDeleteListener(ConfigurationDeleteListener<PluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Registers to be notified when existing Plugins are deleted.
- addPrintStreamListeners(ApplicationPrintStream, ApplicationPrintStream) - Method in class org.opends.guitools.controlpanel.ui.ProgressDialog
-
Adds two print stream listeners.
- addProfilerChangeListener(ConfigurationChangeListener<ProfilerPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.ProfilerPluginCfg
-
Register to be notified when this Profiler Plugin is changed.
- addProgressUpdateListener(ProgressUpdateListener) - Method in class org.opends.quicksetup.Application
-
Adds a ProgressUpdateListener that will be notified of updates in
the install progress.
- addProgressUpdateListener(ProgressUpdateListener) - Method in interface org.opends.quicksetup.event.ProgressNotifier
-
Adds a listener to the list of those that are
notified about the progress state change of
an application.
- addProgressUpdateListener(ProgressUpdateListener) - Method in class org.opends.quicksetup.ProgressUpdateListenerDelegate
-
Adds a ProgressUpdateListener that will be notified of updates in
the install progress.
- addProperty(PropertyDefinition<T>, Collection<T>, Collection<T>) - Method in class org.forgerock.opendj.config.client.spi.PropertySet
-
Creates a property with the provided sets of pre-validated default and
active values.
- addPublisherIfRequired(TextWriter) - Method in class org.opends.server.loggers.DebugLogger
-
Adds a text debug log publisher that will print all messages to the
provided writer, based on debug target(s) defined through system
properties.
- addQOP(String...) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Adds the provided quality of protection (QOP) values to the ordered list
of QOP values that the client is willing to accept.
- addQOP(String...) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Adds the provided quality of protection (QOP) values to the ordered list
of QOP values that the client is willing to accept.
- addQuitOption() - Method in class com.forgerock.opendj.cli.MenuBuilder
-
Creates a "quit" menu option.
- addRandomChangeListener(ConfigurationChangeListener<RandomPasswordGeneratorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
-
Register to be notified when this Random Password Generator is changed.
- AddRate - Class in com.forgerock.opendj.ldap.tools
-
A load generation tool that can be used to load a Directory Server with Add
and Delete requests using one or more LDAP connections.
- addRawAttribute(RawAttribute) - Method in interface org.opends.server.core.AddOperation
-
Adds the provided attribute to the set of raw attributes for this add
operation.
- addRawAttribute(RawAttribute) - Method in class org.opends.server.core.AddOperationBasis
-
- addRawAttribute(RawAttribute) - Method in class org.opends.server.core.AddOperationWrapper
-
- addRawAttribute(RawAttribute) - Method in interface org.opends.server.types.operation.PreParseAddOperation
-
Adds the provided attribute to the set of raw attributes for this
add operation.
- addRawModification(RawModification) - Method in interface org.opends.server.core.ModifyOperation
-
Adds the provided modification to the set of raw modifications for this
modify operation.
- addRawModification(RawModification) - Method in class org.opends.server.core.ModifyOperationBasis
-
- addRawModification(RawModification) - Method in class org.opends.server.core.ModifyOperationWrapper
-
- addRawModification(RawModification) - Method in interface org.opends.server.types.operation.PreParseModifyOperation
-
Adds the provided modification to the set of raw modifications
for this modify operation.
- addRC4ChangeListener(ConfigurationChangeListener<RC4PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RC4PasswordStorageSchemeCfg
-
Register to be notified when this RC4 Password Storage Scheme is changed.
- addRDNAttributesIfNecessary(DN, Map<AttributeType, List<Attribute>>, Map<AttributeType, List<Attribute>>) - Method in class org.opends.server.util.LDIFReader
-
Adds any missing RDN attributes to the entry that is being imported.
- addRebuildIndex(String) - Method in class org.opends.server.backends.RebuildConfig
-
Add an index to be rebuilt into the configuration.
- addRecipient(String) - Method in class org.opends.server.util.EMailMessage
-
Adds the specified recipient to this message.
- addRecord(ChangeNumberIndexRecord) - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
-
Add an update to the list of messages that must be saved to this DB managed
by this DB and return the changeNumber associated to this record.
- addRecurringTask(RecurringTask, boolean) - Method in class org.opends.server.backends.task.TaskScheduler
-
Adds a recurring task to the scheduler, optionally scheduling the first
iteration for processing.
- addReferentialIntegrityChangeListener(ConfigurationChangeListener<ReferentialIntegrityPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Register to be notified when this Referential Integrity Plugin is changed.
- addReferralAuthenticationListener(ReferralAuthenticationListener) - Method in class org.opends.guitools.controlpanel.browser.LDAPConnectionPool
-
Adds a referral authentication listener.
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Adds the provided referral URI to this result.
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- addRegularExpressionChangeListener(ConfigurationChangeListener<RegularExpressionIdentityMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
-
Register to be notified when this Regular Expression Identity Mapper is changed.
- AddRemovePanel<T> - Class in org.opends.guitools.controlpanel.ui.components
-
This component displays two list (available list and selected list) with
some buttons to move the components of one list to the other.
- AddRemovePanel(Class<T>) - Constructor for class org.opends.guitools.controlpanel.ui.components.AddRemovePanel
-
Constructor of the default add remove panel (including 'Add All' and
'Remove All' buttons).
- addRepeatedCharactersChangeListener(ConfigurationChangeListener<RepeatedCharactersPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
-
Register to be notified when this Repeated Characters Password Validator is changed.
- addReplicaDB(int, CSN) - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
-
Adds a replicaDB for this cursor to iterate over.
- addReplicationChangeListener(ConfigurationChangeListener<ReplicationServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
-
Register to be notified when this Replication Service Discovery Mechanism is changed.
- addReplicationChangeListener(ConfigurationChangeListener<ReplicationSynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Register to be notified when this Replication Synchronization Provider is changed.
- addReplicationDomainAddListener(ConfigurationAddListener<ReplicationDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Registers to be notified when new Replication Domains are added.
- addReplicationDomainDeleteListener(ConfigurationDeleteListener<ReplicationDomainCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Registers to be notified when existing Replication Domains are deleted.
- addReplicationServerAddListener(ConfigurationAddListener<ReplicationServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Registers to be notified when the Replication Server is added.
- addReplicationServerDeleteListener(ConfigurationDeleteListener<ReplicationServerCfg>) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Registers to be notified the Replication Server is deleted.
- addRequest(int, AddRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- addRequest(int, AddRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP add request message.
- AddRequest - Interface in org.forgerock.opendj.ldap.requests
-
The Add operation allows a client to request the addition of an entry into
the Directory.
- AddRequest - Class in org.opends.dsml.protocol
-
Java class for AddRequest complex type.
- AddRequest() - Constructor for class org.opends.dsml.protocol.AddRequest
-
- addRequestControl(Control) - Method in class org.opends.server.core.OperationWrapper
-
- addRequestControl(Control) - Method in class org.opends.server.types.AbstractOperation
-
- addRequestControl(Control) - Method in interface org.opends.server.types.Operation
-
Adds the provided control to the set of request controls for this
operation.
- addRequestControl(Control) - Method in interface org.opends.server.types.operation.PreParseOperation
-
Adds the provided control to the set of request controls for this
operation.
- AddRequestProtocolOp - Class in org.opends.server.protocols.ldap
-
This class defines the structures and methods for an LDAP add request
protocol op, which is used to add a new entry to the Directory Server.
- AddRequestProtocolOp(ByteString) - Constructor for class org.opends.server.protocols.ldap.AddRequestProtocolOp
-
Creates a new LDAP add request protocol op with the specified DN and no
attributes.
- AddRequestProtocolOp(ByteString, List<RawAttribute>) - Constructor for class org.opends.server.protocols.ldap.AddRequestProtocolOp
-
Creates a new LDAP add request protocol op with the specified DN and set of
attributes.
- addResponseControl(Control) - Method in class org.opends.server.core.AbandonOperationBasis
-
- addResponseControl(Control) - Method in class org.opends.server.core.AddOperationBasis
-
- addResponseControl(Control) - Method in class org.opends.server.core.BindOperationBasis
-
- addResponseControl(Control) - Method in class org.opends.server.core.CompareOperationBasis
-
- addResponseControl(Control) - Method in class org.opends.server.core.DeleteOperationBasis
-
- addResponseControl(Control) - Method in class org.opends.server.core.ExtendedOperationBasis
-
- addResponseControl(Control) - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- addResponseControl(Control) - Method in class org.opends.server.core.ModifyOperationBasis
-
- addResponseControl(Control) - Method in class org.opends.server.core.OperationWrapper
-
- addResponseControl(Control) - Method in class org.opends.server.core.SearchOperationBasis
-
- addResponseControl(Control) - Method in class org.opends.server.core.UnbindOperationBasis
-
- addResponseControl(Control) - Method in interface org.opends.server.types.Operation
-
Adds the provided control to the set of controls to include in
the response to the client.
- addResponseControl(Control) - Method in interface org.opends.server.types.operation.InProgressOperation
-
Adds the provided control to the set of controls to include in
the response to the client.
- addResponseControl(Control) - Method in interface org.opends.server.types.operation.PostOperationOperation
-
Adds the provided control to the set of controls to include in
the response to the client.
- addResponseControl(Control) - Method in interface org.opends.server.types.operation.PreOperationOperation
-
Adds the provided control to the set of controls to include in
the response to the client.
- addResponseControl(Control) - Method in interface org.opends.server.types.operation.PreParseOperation
-
Adds the provided control to the set of controls to include in
the response to the client.
- AddResponseProtocolOp - Class in org.opends.server.protocols.ldap
-
This class defines the structures and methods for an LDAP add response
protocol op, which is used to provide information about the result of
processing an add request.
- AddResponseProtocolOp(int) - Constructor for class org.opends.server.protocols.ldap.AddResponseProtocolOp
-
Creates a new add response protocol op with the provided result code.
- AddResponseProtocolOp(int, LocalizableMessage) - Constructor for class org.opends.server.protocols.ldap.AddResponseProtocolOp
-
Creates a new add response protocol op with the provided result code and
error message.
- AddResponseProtocolOp(int, LocalizableMessage, DN, List<String>) - Constructor for class org.opends.server.protocols.ldap.AddResponseProtocolOp
-
Creates a new add response protocol op with the provided information.
- AddressMask - Class in org.forgerock.opendj.ldap
-
An address mask can be used to perform efficient comparisons against IP
addresses to determine whether a particular IP address is in a given range.
- addRest2ldapEndpointChangeListener(ConfigurationChangeListener<Rest2ldapEndpointCfg>) - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
-
Register to be notified when this Rest2ldap Endpoint is changed.
- addResult(int, Result) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- addResult(int, Result) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP add result message.
- addRightsToEntry(AciHandler, Set<String>, AciLDAPOperationContainer, Entry, boolean) - Static method in class org.opends.server.authorization.dseecompat.AciEffectiveRights
-
Attempts to add the geteffectiverights asked for in the search to the entry
being returned.
- addRootDNUserAddListener(ConfigurationAddListener<RootDNUserCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootDNCfg
-
Registers to be notified when new Root DN Users are added.
- addRootDNUserDeleteListener(ConfigurationDeleteListener<RootDNUserCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootDNCfg
-
Registers to be notified when existing Root DN Users are deleted.
- addSaltedMD5ChangeListener(ConfigurationChangeListener<SaltedMD5PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedMD5PasswordStorageSchemeCfg
-
Register to be notified when this Salted MD5 Password Storage Scheme is changed.
- addSaltedSHA1ChangeListener(ConfigurationChangeListener<SaltedSHA1PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA1PasswordStorageSchemeCfg
-
Register to be notified when this Salted SHA1 Password Storage Scheme is changed.
- addSaltedSHA256ChangeListener(ConfigurationChangeListener<SaltedSHA256PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA256PasswordStorageSchemeCfg
-
Register to be notified when this Salted SHA256 Password Storage Scheme is changed.
- addSaltedSHA384ChangeListener(ConfigurationChangeListener<SaltedSHA384PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA384PasswordStorageSchemeCfg
-
Register to be notified when this Salted SHA384 Password Storage Scheme is changed.
- addSaltedSHA512ChangeListener(ConfigurationChangeListener<SaltedSHA512PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA512PasswordStorageSchemeCfg
-
Register to be notified when this Salted SHA512 Password Storage Scheme is changed.
- addSambaPasswordChangeListener(ConfigurationChangeListener<SambaPasswordPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
-
Register to be notified when this Samba Password Plugin is changed.
- addSASLMechanismHandlerAddListener(ConfigurationAddListener<SASLMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new SASL Mechanism Handlers are added.
- addSASLMechanismHandlerDeleteListener(ConfigurationDeleteListener<SASLMechanismHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing SASL Mechanism Handlers are deleted.
- addSASLProperty(String) - Method in class org.opends.server.tools.LDAPConnectionOptions
-
Add a property to the list of SASL properties.
- addScheduleErrors(ScheduleType, Collection<LocalizableMessage>, JLabel) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Checks whether the server is running or not and depending on the schedule
updates the list of errors with the errors found.
- addSchema(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Reads the schema elements contained in the named subschema sub-entry and
adds them to this schema builder.
- addSchema(Entry, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds all of the schema elements contained in the provided subschema
subentry to this schema builder.
- addSchema(Entry, boolean, SchemaBuilder.SchemaBuilderHook) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds all of the schema elements contained in the provided subschema
subentry to this schema builder.
- addSchema(Schema, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds all of the schema elements in the provided schema to this schema
builder.
- addSchemaAsync(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Asynchronously reads the schema elements contained in the named subschema
sub-entry and adds them to this schema builder.
- addSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
-
Register to be notified when this Schema Backend is changed.
- addSchemaElementSelectionListener(SchemaElementSelectionListener) - Method in class org.opends.guitools.controlpanel.ui.SchemaBrowserRightPanel
-
Adds an schema element selection listener.
- addSchemaElementSelectionListener(SchemaElementSelectionListener) - Method in class org.opends.guitools.controlpanel.ui.SchemaElementPanel
-
Adds a schema element selection listener.
- AddSchemaFileTask - Class in org.opends.server.tasks
-
This class provides an implementation of a Directory Server task that can be
used to add the contents of a new schema file into the server schema.
- AddSchemaFileTask() - Constructor for class org.opends.server.tasks.AddSchemaFileTask
-
- addSchemaFileToElementDefinitionIfAbsent(String, String) - Static method in class org.opends.server.util.SchemaUtils
-
Adds the provided schema file to the provided schema element definition.
- addSchemaForEntry(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Reads the schema elements contained in the subschema sub-entry which
applies to the named entry and adds them to this schema builder.
- addSchemaForEntryAsync(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Asynchronously reads the schema elements contained in the subschema
sub-entry which applies to the named entry and adds them to this schema
builder.
- addSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Schema Providers are added.
- addSchemaProviderDeleteListener(ConfigurationDeleteListener<SchemaProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Schema Providers are deleted.
- addSearchEntry(SearchResultEntry) - Method in class org.opends.server.protocols.internal.InternalSearchOperation
-
Provides the provided search result entry to the internal search
listener if one was provided, or stores it in an internal list
otherwise.
- addSearchReference(SearchResultReference) - Method in class org.opends.server.protocols.internal.InternalSearchOperation
-
Provides the provided search result reference to the internal
search listener if one was provided, or stores it in an internal
list otherwise.
- addServerIdToDomain(int, DN) - Method in class org.opends.server.replication.server.ChangelogState
-
Adds the serverId to the serverIds list of the supplied replication domain.
- addServerSyntaxesAndMatchingRules(SchemaBuilder) - Static method in class org.opends.server.schema.SchemaHandler
-
Adds server's specific syntaxes and matching rules not provided by the SDK to the provided schema
builder.
- addServiceDiscoveryMechanismAddListener(ConfigurationAddListener<ServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Service Discovery Mechanisms are added.
- addServiceDiscoveryMechanismDeleteListener(ConfigurationDeleteListener<ServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Service Discovery Mechanisms are deleted.
- addSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
-
Register to be notified when this Seven Bit Clean Plugin is changed.
- addSHA1ChangeListener(ConfigurationChangeListener<SHA1PasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SHA1PasswordStorageSchemeCfg
-
Register to be notified when this SHA1 Password Storage Scheme is changed.
- addSimilarityBasedChangeListener(ConfigurationChangeListener<SimilarityBasedPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.SimilarityBasedPasswordValidatorCfg
-
Register to be notified when this Similarity Based Password Validator is changed.
- addSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRetentionPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRetentionPolicyCfg
-
Register to be notified when this Size Limit Log Retention Policy is changed.
- addSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRotationPolicyCfg
-
Register to be notified when this Size Limit Log Rotation Policy is changed.
- addSMTPChangeListener(ConfigurationChangeListener<SMTPAccountStatusNotificationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SMTPAccountStatusNotificationHandlerCfg
-
Register to be notified when this SMTP Account Status Notification Handler is changed.
- addSMTPChangeListener(ConfigurationChangeListener<SMTPAlertHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SMTPAlertHandlerCfg
-
Register to be notified when this SMTP Alert Handler is changed.
- addSNMPChangeListener(ConfigurationChangeListener<SNMPConnectionHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Register to be notified when this SNMP Connection Handler is changed.
- addSoftReferenceChangeListener(ConfigurationChangeListener<SoftReferenceEntryCacheCfg>) - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
-
Register to be notified when this Soft Reference Entry Cache is changed.
- addSortKey(int) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Adds a table sort key.
- addSortKey(int, Comparator<String>) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Adds a table sort key.
- addStackTraceChangeListener(ConfigurationChangeListener<StackTraceMonitorProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.StackTraceMonitorProviderCfg
-
Register to be notified when this Stack Trace Monitor Provider is changed.
- addStartTLSChangeListener(ConfigurationChangeListener<StartTLSExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.StartTLSExtendedOperationHandlerCfg
-
Register to be notified when this Start TLS Extended Operation Handler is changed.
- addStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg>) - Method in interface org.forgerock.opendj.server.config.server.StaticGroupImplementationCfg
-
Register to be notified when this Static Group Implementation is changed.
- addStaticChangeListener(ConfigurationChangeListener<StaticServiceDiscoveryMechanismCfg>) - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
-
Register to be notified when this Static Service Discovery Mechanism is changed.
- addStructuralObjectClassChangeListener(ConfigurationChangeListener<StructuralObjectClassVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
-
Register to be notified when this Structural Object Class Virtual Attribute is changed.
- addSubjectAttributeToUserAttributeChangeListener(ConfigurationChangeListener<SubjectAttributeToUserAttributeCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
-
Register to be notified when this Subject Attribute To User Attribute Certificate Mapper is changed.
- addSubjectDNToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDNToUserAttributeCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubjectDNToUserAttributeCertificateMapperCfg
-
Register to be notified when this Subject DN To User Attribute Certificate Mapper is changed.
- addSubjectEqualsDNChangeListener(ConfigurationChangeListener<SubjectEqualsDNCertificateMapperCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubjectEqualsDNCertificateMapperCfg
-
Register to be notified when this Subject Equals DN Certificate Mapper is changed.
- addSubordinateTemplate(String, int) - Method in class org.opends.server.tools.makeldif.Branch
-
Adds a new subordinate template to this branch.
- addSubschemaSubentryChangeListener(ConfigurationChangeListener<SubschemaSubentryVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
-
Register to be notified when this Subschema Subentry Virtual Attribute is changed.
- addSubstitutionSyntax(String, String, String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided substitution syntax definition to this schema builder.
- addSuffix(DN, DN) - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Add an LDAP suffix to this controller.
- addSuperiorObjectClasses(Map<ObjectClass, String>) - Static method in class org.opends.server.util.StaticUtils
-
Add all of the superior objectclasses to the specified objectclass
map if they don't already exist.
- addSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Synchronization Providers are added.
- addSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Synchronization Providers are deleted.
- addSyntax(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided syntax definition to this schema builder.
- addSystemInfoChangeListener(ConfigurationChangeListener<SystemInfoMonitorProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.SystemInfoMonitorProviderCfg
-
Register to be notified when this System Info Monitor Provider is changed.
- addTargAttrFiltersMatchAci(Aci) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
Add the specified ACI to a list of ACIs that have a targattrfilters rule
that matched.
- addTaskAttributes(List<RawAttribute>) - Method in class org.opends.server.tools.BackUpDB
-
- addTaskAttributes(List<RawAttribute>) - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- addTaskAttributes(List<RawAttribute>) - Method in class org.opends.server.tools.ExportLDIF
-
- addTaskAttributes(List<RawAttribute>) - Method in class org.opends.server.tools.ImportLDIF
-
- addTaskAttributes(List<RawAttribute>) - Method in class org.opends.server.tools.RebuildIndex
-
Adds utility specific attributes to attributes for
population of the entry that is added to the task backend.
- addTaskAttributes(List<RawAttribute>) - Method in class org.opends.server.tools.RestoreDB
-
Adds utility specific attributes to attributes for
population of the entry that is added to the task backend.
- addTaskAttributes(List<RawAttribute>) - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Adds utility specific attributes to attributes for
population of the entry that is added to the task backend.
- addTaskChangeListener(ConfigurationChangeListener<TaskBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
-
Register to be notified when this Task Backend is changed.
- addTemplateLine(TemplateLine) - Method in class org.opends.server.tools.makeldif.Template
-
Adds the provided template line to this template.
- addTimeLimitChangeListener(ConfigurationChangeListener<TimeLimitLogRotationPolicyCfg>) - Method in interface org.forgerock.opendj.server.config.server.TimeLimitLogRotationPolicyCfg
-
Register to be notified when this Time Limit Log Rotation Policy is changed.
- addTitlePanel(Container, GridBagConstraints) - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Adds a title panel to the container.
- AddToGroupPanel - Class in org.opends.guitools.controlpanel.ui
-
The dialog that is displayed when we want to add entries to a set of groups.
- AddToGroupPanel() - Constructor for class org.opends.guitools.controlpanel.ui.AddToGroupPanel
-
Default constructor.
- AddToGroupTask - Class in org.opends.guitools.controlpanel.task
-
The class that is in charge of adding a set of entries to a set of static groups.
- AddToGroupTask(ControlPanelInfo, ProgressDialog, Set<DN>, Set<DN>) - Constructor for class org.opends.guitools.controlpanel.task.AddToGroupTask
-
Constructor of the task.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Adds this attribute type to the schema, throwing a
ConflictingSchemaElementException if there is an existing
attribute type with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds this DIT content rule to the schema, throwing a
ConflictingSchemaElementException if there is an existing DIT
content rule with the same structural object class OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Adds this DIT structure rule to the schema, throwing a
ConflictingSchemaElementException if there is an existing DIT
structure rule with the same numeric ID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Adds this matching rule to the schema, throwing a
ConflictingSchemaElementException if there is an existing
matching rule with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds this matching rule use definition to the schema, throwing a
ConflictingSchemaElementException if there is an existing
matching rule definition with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Adds this name form to the schema, throwing a
ConflictingSchemaElementException if there is an existing
name form with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds this object class to the schema, throwing a
ConflictingSchemaElementException if there is an existing
object class with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
Adds this syntax to the schema, throwing a
ConflictingSchemaElementException if there is an existing
syntax with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Adds this attribute type to the schema overwriting any existing
attribute type with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds this DIT content rule to the schema overwriting any existing
content rule with the same structural class OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Adds this DIT structure rule to the schema overwriting any existing
DIT structure rule with the same numeric ID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Adds this matching rule to the schema overwriting any existing matching rule with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds this matching rule use definition to the schema overwriting any
existing matching rule use definition with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Adds this name form to the schema overwriting any existing name form
with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds this object class to the schema overwriting any existing object class
with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
Adds this syntax to the schema overwriting any existing syntax with the same numeric OID.
- addTraceSettings(String, TraceSettings) - Method in class org.opends.server.loggers.DebugLogPublisher
-
Adds a trace settings to the current set for a specified scope.
- addTraditionalChangeListener(ConfigurationChangeListener<TraditionalWorkQueueCfg>) - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
-
Register to be notified when this Traditional Work Queue is changed.
- addTripleDESChangeListener(ConfigurationChangeListener<TripleDESPasswordStorageSchemeCfg>) - Method in interface org.forgerock.opendj.server.config.server.TripleDESPasswordStorageSchemeCfg
-
Register to be notified when this Triple DES Password Storage Scheme is changed.
- addTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Trust Manager Providers are added.
- addTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Trust Manager Providers are deleted.
- addTrustStoreChangeListener(ConfigurationChangeListener<TrustStoreBackendCfg>) - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Register to be notified when this Trust Store Backend is changed.
- addUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg>) - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
-
Register to be notified when this Unique Attribute Plugin is changed.
- addUniqueCharactersChangeListener(ConfigurationChangeListener<UniqueCharactersPasswordValidatorCfg>) - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
-
Register to be notified when this Unique Characters Password Validator is changed.
- addURI(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
Adds the provided continuation reference URI to this search result
reference.
- addUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.UserDefinedVirtualAttributeCfg
-
Register to be notified when this User Defined Virtual Attribute is changed.
- addValue(String) - Method in class com.forgerock.opendj.cli.Argument
-
Adds a value to the set of values for this argument.
- addValue(String) - Method in class com.forgerock.opendj.cli.BooleanArgument
-
- addValue(String) - Method in class com.forgerock.opendj.cli.FileBasedArgument
-
Adds a value to the set of values for this argument.
- addValue(String, List<ByteString>, String) - Method in class org.opends.server.authorization.dseecompat.PatternRDN
-
Add another attribute-value pair to the pattern.
- addValue(TemplateValue) - Method in class org.opends.server.tools.makeldif.TemplateEntry
-
Adds the provided template value to this entry.
- addValuesInRDN(Entry) - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Adds the values in the RDN to the entry definition.
- addVersionChangeListener(ConfigurationChangeListener<VersionMonitorProviderCfg>) - Method in interface org.forgerock.opendj.server.config.server.VersionMonitorProviderCfg
-
Register to be notified when this Version Monitor Provider is changed.
- addVerticalGlue(JPanel) - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Commodity method that adds a vertical glue at the bottom of a given panel.
- addVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when new Virtual Attributes are added.
- addVirtualAttributeDeleteListener(ConfigurationDeleteListener<VirtualAttributeCfg>) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Registers to be notified when existing Virtual Attributes are deleted.
- addVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg>) - Method in interface org.forgerock.opendj.server.config.server.VirtualStaticGroupImplementationCfg
-
Register to be notified when this Virtual Static Group Implementation is changed.
- addWhoAmIChangeListener(ConfigurationChangeListener<WhoAmIExtendedOperationHandlerCfg>) - Method in interface org.forgerock.opendj.server.config.server.WhoAmIExtendedOperationHandlerCfg
-
Register to be notified when this Who Am I Extended Operation Handler is changed.
- addWordBreaks(String, int, int) - Static method in class org.opends.quicksetup.util.Utils
-
Adds word break tags to the provided html string.
- adjust(CSN) - Method in class org.opends.server.replication.common.CSNGenerator
-
Adjust the lastTime of this
CSNGenerator with a
CSN that we
have received from another server.
- adjust(ServerState) - Method in class org.opends.server.replication.common.CSNGenerator
-
Adjust utility method that takes ServerState as a parameter.
- adjustJulLevel() - Method in class org.opends.server.core.LoggerConfigManager
-
Update the current java.util.logging.Level.
- ADMIN_CERT_VALIDITY - Static variable in class org.opends.server.config.AdministrationConnector
-
Validity (in days) of the generated certificate.
- ADMIN_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that processing on the requested operation
could not continue because an administrative limit was exceeded.
- ADMIN_LIMIT_EXCEEDED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail as a result of exceeding an
administrative limit.
- adminActionRequired() - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
-
Indicates whether administrative action is required before one or more of
the changes will take effect.
- adminConnector - Variable in class org.opends.guitools.controlpanel.util.ConfigReader
-
The administration connector.
- AdminEndpoint - Class in org.opends.server.protocols.http.rest2ldap
-
An HTTP endpoint providing access to the server's monitoring backend (cn=monitor) and its configuration (cn=config).
- AdminEndpoint(AdminEndpointCfg, ServerContext) - Constructor for class org.opends.server.protocols.http.rest2ldap.AdminEndpoint
-
Create a new AdminEndpoint with the supplied configuration.
- AdminEndpointCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Admin Endpoint settings.
- AdminEndpointCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Admin Endpoint
settings.
- AdminEndpointCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Admin Endpoint managed object
definition meta information.
- AdminException - Exception in org.forgerock.opendj.config
-
Exceptions thrown when interacting with administration framework.
- AdminException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.config.AdminException
-
Create an admin exception with a message and cause.
- AdminException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.config.AdminException
-
Create an admin exception with a message.
- ADMINISTRATION_GUIDE_URL - Static variable in class org.opends.server.util.DynamicConstants
-
The administration guide.
- AdministrationConnector - Class in org.opends.server.config
-
This class is a wrapper on top of LDAPConnectionHandler2 to manage
the administration connector, which is an LDAPConnectionHandler2
with specific (limited) configuration properties.
- AdministrationConnector(ServerContext) - Constructor for class org.opends.server.config.AdministrationConnector
-
Creates an instance of the administration connector.
- AdministrationConnectorCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Administration Connector
settings.
- AdministrationConnectorCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Administration
Connector settings.
- AdministrationConnectorCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Administration Connector managed
object definition meta information.
- AdministrationDataSync - Class in org.opends.server.admin
-
Check if information found in "cn=admin data" is coherent with
cn=config.
- AdministrationDataSync(InternalClientConnection) - Constructor for class org.opends.server.admin.AdministrationDataSync
-
Create an object that will synchronize configuration and the admin data.
- administrativeUsers - Variable in class org.opends.guitools.controlpanel.util.ConfigReader
-
The set of administrative users.
- AdministratorAction - Class in org.forgerock.opendj.config
-
Defines an optional action which administators must perform after they have
modified a property.
- AdministratorAction(AdministratorAction.Type, AbstractManagedObjectDefinition<?, ?>, String) - Constructor for class org.forgerock.opendj.config.AdministratorAction
-
Create a new administrator action.
- AdministratorAction.Type - Enum in org.forgerock.opendj.config
-
Specifies the type of administrator action which must be performed in
order for pending changes to take effect.
- adminLdapPortArgument(int) - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "Admin port" integer argument.
- AdminMessages - Class in org.opends.messages
-
This file contains localizable message descriptors having the resource
name org.opends.messages.admin.
- adminPassword(String) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
-
Sets the password of the Global Administrator to use to bind to the server.
- adminPort(int) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
-
Sets the port for directory server administration.
- AdminToolMessages - Class in org.opends.messages
-
This file contains localizable message descriptors having the resource
name org.opends.messages.admin_tool.
- adminUid(LocalizableMessage) - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "admin uid" string argument with the provided description.
- adminUid(String) - Method in class org.forgerock.opendj.server.embedded.ConnectionParameters
-
Sets the user id of the Global Administrator to use to bind to the server.
- adminUidHiddenArgument(LocalizableMessage) - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "admin uid" hidden string argument.
- ADNotificationRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The persistent search request control for Active Directory as defined by
Microsoft.
- ADS_CERTIFICATE_ALIAS - Static variable in class org.opends.server.config.ConfigConstants
-
Alias of the local instance certificate in the ADS keystore.
- ADSContext - Class in org.opends.admin.ads
-
Class used to update and read the contents of the Administration Data.
- ADSContext(ConnectionWrapper) - Constructor for class org.opends.admin.ads.ADSContext
-
Constructor of the ADSContext.
- ADSContext.AdministratorProperty - Enum in org.opends.admin.ads
-
The enumeration containing the different Administrator properties.
- ADSContext.ADSPropertySyntax - Enum in org.opends.admin.ads
-
Enumeration containing the different server properties syntaxes that could
be stored in the ADS.
- ADSContext.ServerProperty - Enum in org.opends.admin.ads
-
Enumeration containing the different server properties that are stored in the ADS.
- ADSContextException - Exception in org.opends.admin.ads
-
This is the exception that is thrown in ADSContext.
- ADSContextException.ErrorType - Enum in org.opends.admin.ads
-
The enumeration containing the different error types.
- advancedModeArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "advanced" boolean argument.
- AESPasswordStorageScheme - Class in org.opends.server.extensions
-
This class defines a Directory Server password storage scheme that will
encode values using the AES reversible encryption algorithm.
- AESPasswordStorageScheme() - Constructor for class org.opends.server.extensions.AESPasswordStorageScheme
-
Creates a new instance of this password storage scheme.
- AESPasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying AES Password Storage Scheme
settings.
- AESPasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying AES Password
Storage Scheme settings.
- AESPasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the AES Password Storage Scheme managed
object definition meta information.
- AFFECTS_MULTIPLE_DSAS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the operation could not be processed
because it would impact multiple DSAs or other repositories.
- AFFECTS_MULTIPLE_DSAS - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail because the requested
operation would have required interaction with multiple DSAs.
- AffinityControl - Class in com.forgerock.opendj.ldap.controls
-
Control that provides a value for affinity.
- afterRestore(Path, Path) - Method in interface org.opends.server.api.Backupable
-
Called after the restore operation has finished successfully.
- afterRestore(Path, Path) - Method in class org.opends.server.backends.ConfigurationBackend
-
- afterRestore(Path, Path) - Method in class org.opends.server.backends.jeb.JEStorage
-
- afterRestore(Path, Path) - Method in class org.opends.server.backends.pdb.PDBStorage
-
- afterRestore(Path, Path) - Method in class org.opends.server.backends.SchemaBackend
-
- afterRestore(Path, Path) - Method in class org.opends.server.backends.task.TaskBackend
-
- again() - Static method in class com.forgerock.opendj.cli.MenuResult
-
Creates a new menu result indicating that the menu should be displayed again.
- aggregate(ConfigChangeResult) - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
-
Aggregates the results from the provided config change result.
- AggregationPropertyDefinition<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
-
Aggregation property definition.
- AggregationPropertyDefinition.Builder<C extends ConfigurationClient,S extends Configuration> - Class in org.forgerock.opendj.config
-
An interface for incrementally constructing aggregation property
definitions.
- ALERT_DESCRIPTION_ACCESS_CONTROL_DISABLED - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if the access control handler is disabled.
- ALERT_DESCRIPTION_ACCESS_CONTROL_ENABLED - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if the access control handler is enabled.
- ALERT_DESCRIPTION_ACCESS_CONTROL_PARSE_FAILED - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if the dseecompat access control subsystem failed
to parse one or more ACI rules when the server is first started or a
backend is being initialized.
- ALERT_DESCRIPTION_BACKEND_ENVIRONMENT_UNUSABLE - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated when the JE Environment needs to be reopened
after a RunRecoveryException is thrown.
- ALERT_DESCRIPTION_CANNOT_COPY_SCHEMA_FILES - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if a problem occurs while creating copies of the
existing schema configuration files and a problem occurs that leaves the
schema configuration in a potentially inconsistent state.
- ALERT_DESCRIPTION_CANNOT_RENAME_CURRENT_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if an error occurs while attempting to rename the
current tasks backing file.
- ALERT_DESCRIPTION_CANNOT_RENAME_NEW_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if an error occurs while attempting to rename the
new tasks backing file.
- ALERT_DESCRIPTION_CANNOT_SCHEDULE_RECURRING_ITERATION - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if an error occurs while attempting to schedule an
iteration of a recurring task.
- ALERT_DESCRIPTION_CANNOT_WRITE_CONFIGURATION - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if a problem occurs while attempting to write the
Directory Server configuration to disk.
- ALERT_DESCRIPTION_CANNOT_WRITE_NEW_SCHEMA_FILES - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if a problem occurs while writing new versions of
the server schema configuration files and a problem occurs that leaves the
schema configuration in a potentially inconsistent state.
- ALERT_DESCRIPTION_CANNOT_WRITE_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if an error occurs while attempting to write the
tasks backing file.
- ALERT_DESCRIPTION_DISK_FULL - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated when the free disk space has reached
the full threshold.
- ALERT_DESCRIPTION_DISK_SPACE_LOW - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated when the free disk space has reached
the low threshold.
- ALERT_DESCRIPTION_ENTERING_LOCKDOWN_MODE - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated upon entering lockdown mode.
- ALERT_DESCRIPTION_HTTP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if consecutive failures in the HTTP connection
handler have caused it to become disabled.
- ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if consecutive failures in the LDAP connection
handler have caused it to become disabled.
- ALERT_DESCRIPTION_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if the LDAP connection handler encountered an
unexpected error that has caused it to become disabled.
- ALERT_DESCRIPTION_LDIF_BACKEND_CANNOT_WRITE_UPDATE - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated when the LDIF backend cannot write an updated LDIF
file.
- ALERT_DESCRIPTION_LDIF_CONNHANDLER_IO_ERROR - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if an I/O error occurs while attempting to
read or write LDIF content.
- ALERT_DESCRIPTION_LDIF_CONNHANDLER_PARSE_ERROR - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated when the LDIF connection handler is unable to
process the contents of a file as valid LDIF.
- ALERT_DESCRIPTION_LEAVING_LOCKDOWN_MODE - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated upon leaving lockdown mode.
- ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_HANDLED - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if the server detects that the configuration has
been manually edited with the server online and those edits would have been
lost by an online config change.
- ALERT_DESCRIPTION_MANUAL_CONFIG_EDIT_LOST - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if the server detects that the configuration has
been manually edited with the server online, but a problem occurred while
trying to preserve the manual changes that may have caused them to be lost.
- ALERT_DESCRIPTION_REPLICATION_UNRESOLVED_CONFLICT - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if multimaster replication detects
a conflict that cannot be solved automatically.
- ALERT_DESCRIPTION_SERVER_SHUTDOWN - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated when the Directory Server has started the shutdown
process.
- ALERT_DESCRIPTION_SERVER_STARTED - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated when the Directory Server has completed its startup
process.
- ALERT_DESCRIPTION_UNCAUGHT_EXCEPTION - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated by a thread that has died because of an uncaught
exception.
- ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_CONFLICT - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if a unique attribute conflict is detected during
synchronization processing.
- ALERT_DESCRIPTION_UNIQUE_ATTR_SYNC_ERROR - Static variable in class org.opends.server.util.ServerConstants
-
The description for the alert type that will be used for the alert
notification generated if an error occurs while attempting to perform
unique attribute conflict detection during synchronization processing.
- ALERT_TYPE_ACCESS_CONTROL_DISABLED - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if the access control handler is disabled.
- ALERT_TYPE_ACCESS_CONTROL_ENABLED - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if the access control handler is enabled.
- ALERT_TYPE_ACCESS_CONTROL_PARSE_FAILED - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if the dseecompat access control subsystem failed to parse
one or more ACI rules when the server is first started or a backend
is being initialized.
- ALERT_TYPE_BACKEND_ENVIRONMENT_UNUSABLE - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated when the JE Environment needs to be reopened by restarting
the Directory Server.
- ALERT_TYPE_CANNOT_COPY_SCHEMA_FILES - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if a problem occurs while creating copies of the existing schema
files in a manner that may leave the schema configuration inconsistent.
- ALERT_TYPE_CANNOT_RENAME_CURRENT_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if an error occurs while attempting to rename the current tasks
backing file.
- ALERT_TYPE_CANNOT_RENAME_NEW_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if an error occurs while attempting to rename the new tasks
backing file.
- ALERT_TYPE_CANNOT_SCHEDULE_RECURRING_ITERATION - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if an error occurs while attempting to schedule an iteration of a
recurring task.
- ALERT_TYPE_CANNOT_WRITE_CONFIGURATION - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if a problem occurs while attempting to write the Directory
Server configuration to disk.
- ALERT_TYPE_CANNOT_WRITE_NEW_SCHEMA_FILES - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if a problem occurs while writing new versions of the server
schema files in a manner that may leave the schema configuration
inconsistent.
- ALERT_TYPE_CANNOT_WRITE_TASK_FILE - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if an error occurs while attempting to write the tasks backing
file.
- ALERT_TYPE_DISK_FULL - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated when the JE Environment needs to be reopened by restarting
the Directory Server.
- ALERT_TYPE_DISK_SPACE_LOW - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated when the JE Environment needs to be reopened by restarting
the Directory Server.
- ALERT_TYPE_ENTERING_LOCKDOWN_MODE - Static variable in class org.opends.server.util.ServerConstants
-
The alert type that will be used when the Directory Server enters lockdown
mode.
- ALERT_TYPE_HTTP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if consecutive failures in the HTTP connection handler have
caused it to become disabled.
- ALERT_TYPE_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if consecutive failures in the LDAP connection handler have
caused it to become disabled.
- ALERT_TYPE_LDAP_CONNECTION_HANDLER_UNCAUGHT_ERROR - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if the LDAP connection handler encountered an unexpected error
that has caused it to become disabled.
- ALERT_TYPE_LDIF_BACKEND_CANNOT_WRITE_UPDATE - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated when the LDIF backend cannot write an updated LDIF file.
- ALERT_TYPE_LDIF_CONNHANDLER_IO_ERROR - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if an I/O error occurs while attempting to read or write LDIF
content.
- ALERT_TYPE_LDIF_CONNHANDLER_PARSE_ERROR - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated when the LDIF connection handler is unable to process the
contents of a file as valid LDIF.
- ALERT_TYPE_LEAVING_LOCKDOWN_MODE - Static variable in class org.opends.server.util.ServerConstants
-
The alert type that will be used when the Directory Server leaves lockdown
mode.
- ALERT_TYPE_MANUAL_CONFIG_EDIT_HANDLED - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if a problem occurs while attempting to write the Directory
Server configuration to disk.
- ALERT_TYPE_MANUAL_CONFIG_EDIT_LOST - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if a problem occurs while attempting to write the Directory
Server configuration to disk.
- ALERT_TYPE_REPLICATION_UNRESOLVED_CONFLICT - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if multimaster replication detects
a conflict that cannot be solved automatically.
- ALERT_TYPE_SERVER_SHUTDOWN - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated when the Directory Server has started the shutdown process.
- ALERT_TYPE_SERVER_STARTED - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated when the Directory Server has completed its startup process.
- ALERT_TYPE_UNCAUGHT_EXCEPTION - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated by a thread that has died because of an uncaught exception.
- ALERT_TYPE_UNIQUE_ATTR_SYNC_CONFLICT - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if a unique attribute conflict is detected during synchronization
processing.
- ALERT_TYPE_UNIQUE_ATTR_SYNC_ERROR - Static variable in class org.opends.server.util.ServerConstants
-
The alert type string that will be used for the alert notification
generated if an error occurs while attempting to perform unique attribute
conflict detection during synchronization processing.
- AlertGenerator - Interface in org.opends.server.api
-
This class defines an interface that may be used to define a set of
alert notifications that may be generated by this Directory Server
component.
- AlertHandler<T extends AlertHandlerCfg> - Interface in org.opends.server.api
-
This interface defines the set of methods that must be implemented
for a Directory Server alert handler.
- AlertHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Alert Handler settings.
- AlertHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Alert Handler
settings.
- AlertHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Alert Handler managed object
definition meta information.
- AlertHandlerConfigManager - Class in org.opends.server.core
-
This class defines a utility that will be used to manage the set of alert
handlers defined in the Directory Server.
- AlertHandlerConfigManager(ServerContext) - Constructor for class org.opends.server.core.AlertHandlerConfigManager
-
Creates a new instance of this alert handler config manager.
- ALIAS_DEREFERENCING_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a problem was encountered while
attempting to dereference an alias for a search operation.
- ALIAS_DEREFERENCING_PROBLEM - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail because a problem occurred
while attempting to dereference an alias.
- ALIAS_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it attempted to perform an illegal operation on an alias.
- ALIAS_PROBLEM - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail because the an alias was
encountered in an illegal context.
- AliasDefaultBehaviorProvider<T> - Class in org.forgerock.opendj.config
-
A default behavior provider which indicates special behavior.
- AliasDefaultBehaviorProvider(AbstractManagedObjectDefinition<?, ?>, String) - Constructor for class org.forgerock.opendj.config.AliasDefaultBehaviorProvider
-
Create an alias default behavior provider.
- aliasInUse(String) - Method in class org.opends.server.util.CertificateManager
-
Indicates whether the provided alias is in use in the key store.
- ALL_OBJECTS_FILTER - Static variable in class org.opends.guitools.controlpanel.browser.BrowserController
-
The filter used to retrieve all the entries.
- ALL_OP_ATTRS_WILD_CARD - Static variable in class org.opends.server.authorization.dseecompat.Aci
-
Regular expression the matches "+".
- ALL_SERVERS - Static variable in class org.opends.server.replication.protocol.RoutableMsg
-
Specifies all servers in the replication domain.
- ALL_USER_ATTRS_WILD_CARD - Static variable in class org.opends.server.authorization.dseecompat.Aci
-
Regular expression the matches "*".
- allAddresses(int) - Static method in class org.opends.server.types.HostPort
-
Returns a a new HostPort for all addresses, also known as a wildcard
address.
- ALLOW_ATTRIBUTE_TYPES_WITH_NO_SUP_OR_SYNTAX - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the schema should allow attribute type definitions that do not declare a superior attribute
type or syntax.
- ALLOW_MALFORMED_CERTIFICATES - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the Certificate syntax should allow values which
do not conform to the X.509 specifications.
- ALLOW_MALFORMED_JPEG_PHOTOS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the JPEG Photo syntax should allow values which
do not conform to the JFIF or Exif specifications.
- ALLOW_MALFORMED_NAMES_AND_OPTIONS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the schema should allow certain illegal
characters in OIDs and attribute options.
- ALLOW_NON_STANDARD_TELEPHONE_NUMBERS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the Telephone Number syntax should allow values
which do not conform to the E.123 international telephone number format.
- ALLOW_ZERO_LENGTH_DIRECTORY_STRINGS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether zero-length values will be allowed by the
Directory String syntax.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.AttributeValueTag
-
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.DNTag
-
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.FileTag
-
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.FirstNameTag
-
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.GUIDTag
-
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.IfAbsentTag
-
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.IfPresentTag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.LastNameTag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.ListTag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.ParentDNTag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.PresenceTag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.RandomTag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.RDNTag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.SequentialTag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.StaticTextTag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.Tag
-
Indicates whether this tag is allowed for use in the extra lines for
branches.
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.UnderscoreDNTag
-
- allowedInBranch() - Method in class org.opends.server.tools.makeldif.UnderscoreParentDNTag
-
- allowedValues(Collection<V>) - Method in class com.forgerock.opendj.cli.MultiChoiceArgument.Builder
-
Specifies the set of values that are allowed for the MultiChoiceArgument.
- allowedValues(V...) - Method in class com.forgerock.opendj.cli.MultiChoiceArgument.Builder
-
Specifies the set of values that are allowed for the MultiChoiceArgument.
- allowLDAPv2() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Indicates whether this connection handler should allow interaction with LDAPv2 clients.
- allowLDAPv2() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Indicates whether this connection handler should allow interaction with
LDAPv2 clients.
- allowNewPersistentSearch() - Static method in class org.opends.server.core.DirectoryServer
-
Indicates whether a new persistent search is allowed.
- allowStartTLS() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Indicates whether this connection handler should allow the use of the StartTLS extended operation.
- allowStartTLS() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Indicates whether this connection handler should allow the use of the
StartTLS extended operation.
- allowsTrailingArguments() - Method in class com.forgerock.opendj.cli.SubCommand
-
Indicates whether this sub-command will allow unnamed trailing arguments.
- ALWAYS - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
-
Dereference aliases both in searching and in locating the base object of a Search operation.
- ALWAYS_FALSE - Static variable in class org.forgerock.opendj.rest2ldap.authz.ConditionalFilters
-
- ALWAYS_TRUE - Static variable in class org.forgerock.opendj.rest2ldap.authz.ConditionalFilters
-
- alwaysFalse() - Static method in class org.forgerock.opendj.ldap.Filter
-
Returns the absolute false filter as defined in RFC 4526 which is
comprised of an or filter containing zero components.
- alwaysReplaceAttributes() - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Requests that all generated changes should use the
REPLACE modification type, rather
than a combination of
DELETE and
ADD.
- alwaysTrue() - Static method in class org.forgerock.opendj.ldap.Filter
-
Returns the absolute true filter as defined in RFC 4526 which is
comprised of an and filter containing zero components.
- alwaysUseSsl() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Indicate if the SSL mode is always used.
- AMBIGUOUS_OID - Static variable in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Constant used for name to oid mapping when one name actually maps to multiple numerical OID.
- AMR_DOUBLE_METAPHONE_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
-
The description for the doubleMetaphoneApproximateMatch approximate
matching rule.
- AMR_DOUBLE_METAPHONE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the doubleMetaphoneApproximateMatch approximate matching rule.
- AMR_DOUBLE_METAPHONE_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the doubleMetaphoneApproximateMatch approximate matching rule.
- and(Condition...) - Static method in class org.forgerock.opendj.config.conditions.Conditions
-
Creates a condition which evaluates to true if and only if
all of its sub-conditions are true.
- and() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of zero condition results, which is always
TRUE.
- and(ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of the provided condition result, which is always
r.
- and(ConditionResult...) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of the provided condition results, which is
TRUE if all of the provided condition results are TRUE,
FALSE if at least one of them is FALSE, and
UNDEFINED otherwise.
- and(ConditionResult, ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of the provided condition results, which is
TRUE if both of the provided condition results are TRUE,
FALSE if at least one of them is FALSE , and
UNDEFINED otherwise.
- and(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new and filter using the provided list of sub-filters.
- and(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new and filter using the provided list of sub-filters.
- and - Variable in class org.opends.dsml.protocol.Filter
-
- andThen(boolean, ReactiveFilter<C, I2, O2, I2, O2>) - Method in class com.forgerock.reactive.ReactiveFilter
-
Optionally concatenate a new filter to this filter.
- andThen(ReactiveFilter<C, I2, O2, I3, O3>) - Method in class com.forgerock.reactive.ReactiveFilter
-
Concatenate a transformer filter to this filter.
- andThen(ReactiveFilter.SimpleReactiveFilter<C, I2, O2>) - Method in class com.forgerock.reactive.ReactiveFilter
-
Add a new filtering step after this one.
- andThen(ReactiveHandler<C, I2, O2>) - Method in class com.forgerock.reactive.ReactiveFilter
-
Terminate the filter chain with the specified handler.
- AnonymousSASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The anonymous SASL bind request as defined in RFC 4505.
- AnonymousSASLMechanismHandler - Class in org.opends.server.extensions
-
This class provides an implementation of a SASL mechanism, as defined in RFC
4505, that does not perform any authentication.
- AnonymousSASLMechanismHandler() - Constructor for class org.opends.server.extensions.AnonymousSASLMechanismHandler
-
Creates a new instance of this SASL mechanism handler.
- AnonymousSASLMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Anonymous SASL Mechanism
Handler settings.
- AnonymousSASLMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Anonymous SASL
Mechanism Handler settings.
- AnonymousSASLMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Anonymous SASL Mechanism Handler
managed object definition meta information.
- any - Variable in class org.opends.dsml.protocol.ErrorResponse.Detail
-
- any - Variable in class org.opends.dsml.protocol.SubstringFilter
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.opendj.rest2ldap.AbstractRequestHandler
-
- api(ApiProducer<ApiDescription>) - Method in class org.forgerock.opendj.rest2ldap.DescribableRequestHandler
-
- append(CommandBuilder) - Method in class com.forgerock.opendj.cli.CommandBuilder
-
Appends the arguments of another command builder to this command builder.
- append(String) - Method in class org.opends.server.tools.makeldif.TemplateValue
-
Appends the provided string to this template value.
- appendBERLength(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the ASN.1 BER length encoding representation of the provided
integer to this byte string builder.
- appendBoolean(boolean) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a boolean to this ByteArrayBuilder.
- appendByte(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided byte to this byte string builder.
- appendByte(int) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a byte to this ByteArrayBuilder.
- appendByteArray(byte[]) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append all the bytes from the byte array to this ByteArrayBuilder.
- appendBytes(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided byte array to this byte string builder.
- appendBytes(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided byte array to this byte string builder.
- appendBytes(ByteBuffer, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided ByteBuffer to this byte string builder.
- appendBytes(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided
ByteSequence to this byte string builder.
- appendBytes(ByteSequenceReader, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- appendBytes(DataInput, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided DataInput to this byte string
builder.
- appendBytes(InputStream, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided InputStream to this byte string builder.
- appendCell() - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new blank cell to the current row.
- appendCell(boolean) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new cell to the current row containing the provided boolean value.
- appendCell(byte) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new cell to the current row containing the provided byte value.
- appendCell(char) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new cell to the current row containing the provided char value.
- appendCell(double) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new cell to the current row containing the provided double value.
- appendCell(float) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new cell to the current row containing the provided float value.
- appendCell(int) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new cell to the current row containing the provided integer value.
- appendCell(long) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new cell to the current row containing the provided long value.
- appendCell(Object) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new cell to the current row containing the provided object value.
- appendCompactUnsigned(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the compact encoded bytes of the provided unsigned long to this byte
string builder.
- appendCSN(CSN) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a CSN to this ByteArrayBuilder.
- appendCSNUTF8(CSN) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a CSN to this ByteArrayBuilder by converting it to a String then
encoding that string to a UTF-8 byte array.
- appendDN(DN) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a DN to this ByteArrayBuilder by converting it to a String then
encoding that string to a UTF-8 byte array.
- appendErrorMessage(LocalizableMessage) - Method in class org.opends.server.core.OperationWrapper
-
- appendErrorMessage(LocalizableMessage) - Method in class org.opends.server.types.AbstractOperation
-
- appendErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.Operation
-
Appends the provided message to the error message buffer.
- appendErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.operation.InProgressOperation
-
Appends the provided message to the error message buffer.
- appendErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.operation.PostOperationOperation
-
Appends the provided message to the error message buffer.
- appendErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.operation.PreOperationOperation
-
Appends the provided message to the error message buffer.
- appendErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.operation.PreParseOperation
-
Appends the provided message to the error message buffer.
- appendErrorMessageIfArgumentsConflict(LocalizableMessageBuilder, Argument, Argument) - Static method in class com.forgerock.opendj.cli.Utils
-
Return
true if provided
Argument are presents in the command line arguments.
- appendHeading() - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new blank column heading to the header row.
- appendHeading(LocalizableMessage) - Method in class com.forgerock.opendj.cli.TableBuilder
-
Appends a new column heading to the header row.
- appendInt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided integer to this byte
string builder.
- appendInt(int) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append an int to this ByteArrayBuilder.
- appendIntUTF8(int) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append an int to this ByteArrayBuilder by converting it to a String then
encoding that string to a UTF-8 byte array.
- appendLDIFLine(StringBuilder, String, Object) - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Appends the LDIF line corresponding to the value of an
attribute to the provided StringBuilder.
- appendLDIFSeparatorAndValue(StringBuilder, ByteSequence) - Static method in class org.opends.server.util.LDIFWriter
-
Appends an LDIF separator and properly-encoded form of the given
value to the provided buffer.
- appendLDIFSeparatorAndValue(StringBuilder, ByteSequence, boolean, boolean) - Static method in class org.opends.server.util.LDIFWriter
-
Appends an LDIF separator and properly-encoded form of the given
value to the provided buffer.
- appendLong(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided long to this byte
string builder.
- appendLong(long) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a long to this ByteArrayBuilder.
- appendLongUTF8(long) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a long to this ByteArrayBuilder by converting it to a String then
encoding that string to a UTF-8 byte array.
- appendManagedObjectPathElement(InstantiableRelationDefinition<? super C, ? super S>, AbstractManagedObjectDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.ManagedObjectPathSerializer
-
Append a managed object path element identified by an instantiable
relation and an instance name.
- appendManagedObjectPathElement(OptionalRelationDefinition<? super C, ? super S>, AbstractManagedObjectDefinition<C, S>) - Method in interface org.forgerock.opendj.config.ManagedObjectPathSerializer
-
Append a managed object path element identified by an optional relation.
- appendManagedObjectPathElement(SingletonRelationDefinition<? super C, ? super S>, AbstractManagedObjectDefinition<C, S>) - Method in interface org.forgerock.opendj.config.ManagedObjectPathSerializer
-
Append a managed object path element identified by a singleton relation.
- appendManagedObjectPathElement(SetRelationDefinition<? super C, ? super S>, AbstractManagedObjectDefinition<C, S>) - Method in interface org.forgerock.opendj.config.ManagedObjectPathSerializer
-
Append a managed object path element identified by a set relation.
- appendMaskedErrorMessage(LocalizableMessage) - Method in class org.opends.server.core.OperationWrapper
-
- appendMaskedErrorMessage(LocalizableMessage) - Method in class org.opends.server.types.AbstractOperation
-
- appendMaskedErrorMessage(LocalizableMessage) - Method in interface org.opends.server.types.Operation
-
Appends the provided message to the real, masked error message buffer.
- appendObject(Object) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the byte string representation of the provided object to this
byte string builder.
- appendProgressHtml(String) - Method in class org.opends.guitools.controlpanel.ui.ProgressDialog
-
Appends some text in HTML format to the 'Details' section of the dialog.
- appendServerStateMustComeLast(ServerState) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append the byte representation of a ServerState to this ByteArrayBuilder
and then append a final zero byte separator.
- appendShort(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided short to this byte
string builder.
- appendShort(int) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a short to this ByteArrayBuilder.
- appendString(String) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a String with a zero separator to this ByteArrayBuilder,
or only the zero separator if the string is null
or if the string length is zero.
- appendStrings(Collection<String>) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append a Collection of Strings to this ByteArrayBuilder.
- appendToBody(String) - Method in class org.opends.server.util.EMailMessage
-
Appends the provided text to the body of this message.
- appendUtf8(char[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the UTF-8 encoded bytes of the provided char array to this byte
string builder.
- appendUtf8(String) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the UTF-8 encoded bytes of the provided string to this byte
string builder.
- appendZeroTerminatedByteArray(byte[]) - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Append all the bytes from the byte array to this ByteArrayBuilder
and then append a final zero byte separator for compatibility
with legacy implementations.
- Application - Class in org.opends.quicksetup
-
This class represents an application that can be run in the context of
QuickSetup.
- Application() - Constructor for class org.opends.quicksetup.Application
-
- Application.ErrorPrintStream - Class in org.opends.quicksetup
-
This class is used to notify the ProgressUpdateListeners of events
that are written to the standard error.
- Application.OutputPrintStream - Class in org.opends.quicksetup
-
This class is used to notify the ProgressUpdateListeners of events
that are written to the standard output.
- Application.PointAdder - Class in org.opends.quicksetup
-
Class used to add points periodically to the end of the logs.
- APPLICATION_ERROR - Static variable in class org.opends.quicksetup.ReturnCode
-
Application specific error.
- ApplicationException - Exception in org.opends.quicksetup
-
This exception is used to encapsulate all the error that we might have
during the installation.
- ApplicationException(ReturnCode, LocalizableMessage, Throwable) - Constructor for exception org.opends.quicksetup.ApplicationException
-
The constructor of the ApplicationException.
- ApplicationKeyManager - Class in org.opends.admin.ads.util
-
This class is in charge of checking whether the certificates that are
presented are trusted or not.
- ApplicationKeyManager(KeyStore, char[]) - Constructor for class org.opends.admin.ads.util.ApplicationKeyManager
-
The default constructor.
- ApplicationPrintStream - Class in org.opends.guitools.controlpanel.util
-
This class is used to notify the ProgressUpdateListeners of events
that are written to the standard streams.
- ApplicationPrintStream() - Constructor for class org.opends.guitools.controlpanel.util.ApplicationPrintStream
-
Default constructor.
- applicationPrintStreamReceived(String) - Method in class org.opends.quicksetup.Application
-
Method that is invoked by the printstreams with the messages received
on operations such as start or import.
- applicationPrintStreamReceived(String) - Method in class org.opends.quicksetup.installer.Installer
-
- ApplicationTrustManager - Class in org.opends.admin.ads.util
-
This class is in charge of checking whether the certificates that are
presented are trusted or not.
- ApplicationTrustManager(KeyStore) - Constructor for class org.opends.admin.ads.util.ApplicationTrustManager
-
The default constructor.
- ApplicationTrustManager.Cause - Enum in org.opends.admin.ads.util
-
The enumeration for the different causes for which the trust manager can
refuse to accept a certificate.
- appliesToEntry(Entry) - Method in class org.opends.server.types.VirtualAttributeRule
-
Indicates whether this virtual attribute rule applies to the
provided entry, taking into account the eligibility requirements
defined in the rule.
- ApplIndex - Variable in class org.opends.server.snmp.DsApplIfOpsEntry
-
Variable for storing the value of "ApplIndex".
- ApplIndex - Variable in class org.opends.server.snmp.DsIntEntry
-
Variable for storing the value of "ApplIndex".
- ApplIndex - Variable in class org.opends.server.snmp.DsTableEntry
-
Variable for storing the value of "ApplIndex".
- apply(LDAPClientContext) - Method in class com.forgerock.reactive.ServerConnectionFactoryAdapter
-
Deprecated.
- applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Applies the provided change request to the Directory Server.
- applyChange(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
-
Applies the provided change request to the Directory Server.
- applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously applies the provided change request to the Directory
Server.
- applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously applies the provided change request to the Directory
Server.
- applyChangeAsync(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously applies the provided change request to the Directory
Server.
- applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously applies the provided change request to the Directory
Server.
- applyConfigurationAdd(T) - Method in interface org.forgerock.opendj.config.server.ConfigurationAddListener
-
Adds a new configuration to this add listener.
- applyConfigurationAdd(ServerManagedObject<? extends T>) - Method in interface org.forgerock.opendj.config.server.ServerManagedObjectAddListener
-
Adds a new server managed object to this add listener.
- applyConfigurationAdd(Entry) - Method in interface org.forgerock.opendj.config.server.spi.ConfigAddListener
-
Attempts to apply a new configuration based on the provided added entry.
- applyConfigurationAdd(AccountStatusNotificationHandlerCfg) - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
-
- applyConfigurationAdd(AlertHandlerCfg) - Method in class org.opends.server.core.AlertHandlerConfigManager
-
- applyConfigurationAdd(BackendCfg) - Method in class org.opends.server.core.BackendConfigManager
-
- applyConfigurationAdd(CertificateMapperCfg) - Method in class org.opends.server.core.CertificateMapperConfigManager
-
- applyConfigurationAdd(ConnectionHandlerCfg) - Method in class org.opends.server.core.ConnectionHandlerConfigManager
-
- applyConfigurationAdd(EntryCacheCfg) - Method in class org.opends.server.core.EntryCacheConfigManager
-
- applyConfigurationAdd(ExtendedOperationHandlerCfg) - Method in class org.opends.server.core.ExtendedOperationConfigManager
-
- applyConfigurationAdd(GroupImplementationCfg) - Method in class org.opends.server.core.GroupManager
-
- applyConfigurationAdd(HTTPEndpointCfg) - Method in class org.opends.server.core.HttpEndpointConfigManager
-
- applyConfigurationAdd(IdentityMapperCfg) - Method in class org.opends.server.core.IdentityMapperConfigManager
-
- applyConfigurationAdd(KeyManagerProviderCfg) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
-
- applyConfigurationAdd(LogPublisherCfg) - Method in class org.opends.server.core.LoggerConfigManager
-
- applyConfigurationAdd(LogRetentionPolicyCfg) - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
-
- applyConfigurationAdd(LogRotationPolicyCfg) - Method in class org.opends.server.core.LogRotationPolicyConfigManager
-
- applyConfigurationAdd(MonitorProviderCfg) - Method in class org.opends.server.core.MonitorConfigManager
-
- applyConfigurationAdd(PasswordGeneratorCfg) - Method in class org.opends.server.core.PasswordGeneratorConfigManager
-
- applyConfigurationAdd(PasswordStorageSchemeCfg) - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
-
- applyConfigurationAdd(PasswordValidatorCfg) - Method in class org.opends.server.core.PasswordValidatorConfigManager
-
- applyConfigurationAdd(PluginCfg) - Method in class org.opends.server.core.PluginConfigManager
-
- applyConfigurationAdd(RootDNUserCfg) - Method in class org.opends.server.core.RootDNConfigManager
-
- applyConfigurationAdd(SASLMechanismHandlerCfg) - Method in class org.opends.server.core.SASLConfigManager
-
- applyConfigurationAdd(SynchronizationProviderCfg) - Method in class org.opends.server.core.SynchronizationProviderConfigManager
-
- applyConfigurationAdd(TrustManagerProviderCfg) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
-
- applyConfigurationAdd(VirtualAttributeCfg) - Method in class org.opends.server.core.VirtualAttributeConfigManager
-
- applyConfigurationAdd(ServiceDiscoveryMechanismCfg) - Method in class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
-
- applyConfigurationAdd(C) - Method in class org.opends.server.loggers.AbstractLogger
-
- applyConfigurationAdd(DebugTargetCfg) - Method in class org.opends.server.loggers.TextDebugLogPublisher
-
- applyConfigurationAdd(ExternalChangelogDomainCfg) - Method in class org.opends.server.replication.plugin.ExternalChangelogDomain
-
Adds a new configuration to this add listener.
- applyConfigurationAdd(ReplicationDomainCfg) - Method in class org.opends.server.replication.plugin.MultimasterReplication
-
- applyConfigurationAdd(ReplicationServerCfg) - Method in class org.opends.server.replication.plugin.ReplicationServerListener
-
Adds a new configuration to this add listener.
- applyConfigurationChange(ExamplePluginCfg) - Method in class com.example.opendj.ExamplePlugin
-
- applyConfigurationChange(MsadPluginCfg) - Method in class opendj.MsadPlugin
-
- applyConfigurationChange(T) - Method in interface org.forgerock.opendj.config.server.ConfigurationChangeListener
-
Applies the configuration changes to this change listener.
- applyConfigurationChange(ServerManagedObject<? extends T>) - Method in interface org.forgerock.opendj.config.server.ServerManagedObjectChangeListener
-
Applies the server managed object changes to this change listener.
- applyConfigurationChange(Entry) - Method in interface org.forgerock.opendj.config.server.spi.ConfigChangeListener
-
Attempts to apply a new configuration to this Directory Server component
based on the provided changed entry.
- applyConfigurationChange(LDAPConnectionHandlerCfg) - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
- applyConfigurationChange(OpenidmAccountStatusNotificationHandlerCfg) - Method in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandler
-
- applyConfigurationChange(BackupBackendCfg) - Method in class org.opends.server.backends.BackupBackend
-
- applyConfigurationChange(CASBackendCfg) - Method in class org.opends.server.backends.cassandra.Storage
-
- applyConfigurationChange(JDBCBackendCfg) - Method in class org.opends.server.backends.jdbc.Storage
-
- applyConfigurationChange(JEBackendCfg) - Method in class org.opends.server.backends.jeb.JEStorage
-
- applyConfigurationChange(LDIFBackendCfg) - Method in class org.opends.server.backends.LDIFBackend
-
- applyConfigurationChange(MonitorBackendCfg) - Method in class org.opends.server.backends.MonitorBackend
-
- applyConfigurationChange(PDBBackendCfg) - Method in class org.opends.server.backends.pdb.PDBStorage
-
- applyConfigurationChange(PluggableBackendCfg) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- applyConfigurationChange(PluggableBackendCfg) - Method in class org.opends.server.backends.pluggable.EntryContainer
-
- applyConfigurationChange(PluggableBackendCfg) - Method in class org.opends.server.backends.pluggable.RootContainer
-
- applyConfigurationChange(RootDSEBackendCfg) - Method in class org.opends.server.backends.RootDSEBackend
-
- applyConfigurationChange(SchemaBackendCfg) - Method in class org.opends.server.backends.SchemaBackend
-
- applyConfigurationChange(TaskBackendCfg) - Method in class org.opends.server.backends.task.TaskBackend
-
- applyConfigurationChange(TrustStoreBackendCfg) - Method in class org.opends.server.backends.TrustStoreBackend
-
- applyConfigurationChange(AdministrationConnectorCfg) - Method in class org.opends.server.config.AdministrationConnector
-
Applies the configuration changes to this change listener.
- applyConfigurationChange(AccessControlHandlerCfg) - Method in class org.opends.server.core.AccessControlConfigManager
-
- applyConfigurationChange(AccountStatusNotificationHandlerCfg) - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
-
- applyConfigurationChange(AlertHandlerCfg) - Method in class org.opends.server.core.AlertHandlerConfigManager
-
- applyConfigurationChange(BackendCfg) - Method in class org.opends.server.core.BackendConfigManager
-
- applyConfigurationChange(CertificateMapperCfg) - Method in class org.opends.server.core.CertificateMapperConfigManager
-
- applyConfigurationChange(ConnectionHandlerCfg) - Method in class org.opends.server.core.ConnectionHandlerConfigManager
-
- applyConfigurationChange(GlobalCfg) - Method in class org.opends.server.core.CoreConfigManager
-
- applyConfigurationChange(EntryCacheCfg) - Method in class org.opends.server.core.EntryCacheConfigManager
-
- applyConfigurationChange(ExtendedOperationHandlerCfg) - Method in class org.opends.server.core.ExtendedOperationConfigManager
-
- applyConfigurationChange(GroupImplementationCfg) - Method in class org.opends.server.core.GroupManager
-
- applyConfigurationChange(HTTPEndpointCfg) - Method in class org.opends.server.core.HttpEndpointConfigManager
-
- applyConfigurationChange(IdentityMapperCfg) - Method in class org.opends.server.core.IdentityMapperConfigManager
-
- applyConfigurationChange(KeyManagerProviderCfg) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
-
- applyConfigurationChange(LogRetentionPolicyCfg) - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
-
- applyConfigurationChange(LogRotationPolicyCfg) - Method in class org.opends.server.core.LogRotationPolicyConfigManager
-
- applyConfigurationChange(MonitorProviderCfg) - Method in class org.opends.server.core.MonitorConfigManager
-
- applyConfigurationChange(PasswordGeneratorCfg) - Method in class org.opends.server.core.PasswordGeneratorConfigManager
-
- applyConfigurationChange(PasswordStorageSchemeCfg) - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
-
- applyConfigurationChange(PasswordValidatorCfg) - Method in class org.opends.server.core.PasswordValidatorConfigManager
-
- applyConfigurationChange(PluginCfg) - Method in class org.opends.server.core.PluginConfigManager
-
- applyConfigurationChange(RootDNUserCfg) - Method in class org.opends.server.core.RootDNConfigManager
-
- applyConfigurationChange(RootDNCfg) - Method in class org.opends.server.core.RootPrivilegeChangeListener
-
- applyConfigurationChange(SASLMechanismHandlerCfg) - Method in class org.opends.server.core.SASLConfigManager
-
- applyConfigurationChange(SynchronizationProviderCfg) - Method in class org.opends.server.core.SynchronizationProviderConfigManager
-
- applyConfigurationChange(TrustManagerProviderCfg) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
-
- applyConfigurationChange(VirtualAttributeCfg) - Method in class org.opends.server.core.VirtualAttributeConfigManager
-
- applyConfigurationChange(WorkQueueCfg) - Method in class org.opends.server.core.WorkQueueConfigManager
-
- applyConfigurationChange(CryptoManagerCfg) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- applyConfigurationChange(AttributeValuePasswordValidatorCfg) - Method in class org.opends.server.extensions.AttributeValuePasswordValidator
-
- applyConfigurationChange(BcryptPasswordStorageSchemeCfg) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
-
- applyConfigurationChange(CharacterSetPasswordValidatorCfg) - Method in class org.opends.server.extensions.CharacterSetPasswordValidator
-
- applyConfigurationChange(CramMD5SASLMechanismHandlerCfg) - Method in class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
-
- applyConfigurationChange(CryptPasswordStorageSchemeCfg) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
-
- applyConfigurationChange(EntryCacheCfg) - Method in class org.opends.server.extensions.DefaultEntryCache
-
- applyConfigurationChange(DictionaryPasswordValidatorCfg) - Method in class org.opends.server.extensions.DictionaryPasswordValidator
-
- applyConfigurationChange(DigestMD5SASLMechanismHandlerCfg) - Method in class org.opends.server.extensions.DigestMD5SASLMechanismHandler
-
- applyConfigurationChange(EntityTagVirtualAttributeCfg) - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
-
- applyConfigurationChange(ErrorLogAccountStatusNotificationHandlerCfg, boolean) - Method in class org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
-
Makes a best-effort attempt to apply the configuration contained in the
provided entry.
- applyConfigurationChange(ErrorLogAccountStatusNotificationHandlerCfg) - Method in class org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
-
- applyConfigurationChange(ExactMatchIdentityMapperCfg) - Method in class org.opends.server.extensions.ExactMatchIdentityMapper
-
- applyConfigurationChange(ExternalSASLMechanismHandlerCfg) - Method in class org.opends.server.extensions.ExternalSASLMechanismHandler
-
- applyConfigurationChange(FIFOEntryCacheCfg) - Method in class org.opends.server.extensions.FIFOEntryCache
-
- applyConfigurationChange(FileBasedKeyManagerProviderCfg) - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
-
- applyConfigurationChange(FileBasedTrustManagerProviderCfg) - Method in class org.opends.server.extensions.FileBasedTrustManagerProvider
-
- applyConfigurationChange(FingerprintCertificateMapperCfg) - Method in class org.opends.server.extensions.FingerprintCertificateMapper
-
- applyConfigurationChange(GSSAPISASLMechanismHandlerCfg) - Method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
-
- applyConfigurationChange(JMXAlertHandlerCfg) - Method in class org.opends.server.extensions.JMXAlertHandler
-
- applyConfigurationChange(LDAPKeyManagerProviderCfg) - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
-
- applyConfigurationChange(LDAPTrustManagerProviderCfg) - Method in class org.opends.server.extensions.LDAPTrustManagerProvider
-
- applyConfigurationChange(LengthBasedPasswordValidatorCfg) - Method in class org.opends.server.extensions.LengthBasedPasswordValidator
-
- applyConfigurationChange(MemberVirtualAttributeCfg) - Method in class org.opends.server.extensions.MemberVirtualAttributeProvider
-
- applyConfigurationChange(ParallelWorkQueueCfg) - Method in class org.opends.server.extensions.ParallelWorkQueue
-
- applyConfigurationChange(PasswordModifyExtendedOperationHandlerCfg) - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
-
- applyConfigurationChange(PKCS11KeyManagerProviderCfg) - Method in class org.opends.server.extensions.PKCS11KeyManagerProvider
-
- applyConfigurationChange(PKCS11TrustManagerProviderCfg) - Method in class org.opends.server.extensions.PKCS11TrustManagerProvider
-
- applyConfigurationChange(PlainSASLMechanismHandlerCfg) - Method in class org.opends.server.extensions.PlainSASLMechanismHandler
-
- applyConfigurationChange(RandomPasswordGeneratorCfg) - Method in class org.opends.server.extensions.RandomPasswordGenerator
-
- applyConfigurationChange(RegularExpressionIdentityMapperCfg) - Method in class org.opends.server.extensions.RegularExpressionIdentityMapper
-
- applyConfigurationChange(RepeatedCharactersPasswordValidatorCfg) - Method in class org.opends.server.extensions.RepeatedCharactersPasswordValidator
-
- applyConfigurationChange(SimilarityBasedPasswordValidatorCfg) - Method in class org.opends.server.extensions.SimilarityBasedPasswordValidator
-
- applyConfigurationChange(SMTPAccountStatusNotificationHandlerCfg) - Method in class org.opends.server.extensions.SMTPAccountStatusNotificationHandler
-
- applyConfigurationChange(SMTPAlertHandlerCfg) - Method in class org.opends.server.extensions.SMTPAlertHandler
-
- applyConfigurationChange(SoftReferenceEntryCacheCfg) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
-
- applyConfigurationChange(SubjectAttributeToUserAttributeCertificateMapperCfg) - Method in class org.opends.server.extensions.SubjectAttributeToUserAttributeCertificateMapper
-
- applyConfigurationChange(SubjectDNToUserAttributeCertificateMapperCfg) - Method in class org.opends.server.extensions.SubjectDNToUserAttributeCertificateMapper
-
- applyConfigurationChange(TraditionalWorkQueueCfg) - Method in class org.opends.server.extensions.TraditionalWorkQueue
-
- applyConfigurationChange(UniqueCharactersPasswordValidatorCfg) - Method in class org.opends.server.extensions.UniqueCharactersPasswordValidator
-
- applyConfigurationChange(UserDefinedVirtualAttributeCfg) - Method in class org.opends.server.extensions.UserDefinedVirtualAttributeProvider
-
- applyConfigurationChange(C) - Method in class org.opends.server.loggers.AbstractLogger
-
- applyConfigurationChange(FileCountLogRetentionPolicyCfg) - Method in class org.opends.server.loggers.FileNumberRetentionPolicy
-
- applyConfigurationChange(FixedTimeLogRotationPolicyCfg) - Method in class org.opends.server.loggers.FixedTimeRotationPolicy
-
- applyConfigurationChange(FreeDiskSpaceLogRetentionPolicyCfg) - Method in class org.opends.server.loggers.FreeDiskSpaceRetentionPolicy
-
- applyConfigurationChange(SizeLimitLogRetentionPolicyCfg) - Method in class org.opends.server.loggers.SizeBasedRetentionPolicy
-
- applyConfigurationChange(SizeLimitLogRotationPolicyCfg) - Method in class org.opends.server.loggers.SizeBasedRotationPolicy
-
- applyConfigurationChange(FileBasedAccessLogPublisherCfg) - Method in class org.opends.server.loggers.TextAccessLogPublisher
-
- applyConfigurationChange(FileBasedAuditLogPublisherCfg) - Method in class org.opends.server.loggers.TextAuditLogPublisher
-
- applyConfigurationChange(FileBasedDebugLogPublisherCfg) - Method in class org.opends.server.loggers.TextDebugLogPublisher
-
- applyConfigurationChange(FileBasedErrorLogPublisherCfg) - Method in class org.opends.server.loggers.TextErrorLogPublisher
-
- applyConfigurationChange(FileBasedHTTPAccessLogPublisherCfg) - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
-
- applyConfigurationChange(TimeLimitLogRotationPolicyCfg) - Method in class org.opends.server.loggers.TimeLimitRotationPolicy
-
- applyConfigurationChange(DebugTargetCfg) - Method in class org.opends.server.loggers.TraceSettings
-
- applyConfigurationChange(AttributeCleanupPluginCfg) - Method in class org.opends.server.plugins.AttributeCleanupPlugin
-
- applyConfigurationChange(ChangeNumberControlPluginCfg) - Method in class org.opends.server.plugins.ChangeNumberControlPlugin
-
- applyConfigurationChange(EntryUUIDPluginCfg) - Method in class org.opends.server.plugins.EntryUUIDPlugin
-
- applyConfigurationChange(LastModPluginCfg) - Method in class org.opends.server.plugins.LastModPlugin
-
- applyConfigurationChange(LDAPAttributeDescriptionListPluginCfg) - Method in class org.opends.server.plugins.LDAPADListPlugin
-
- applyConfigurationChange(PasswordPolicyImportPluginCfg) - Method in class org.opends.server.plugins.PasswordPolicyImportPlugin
-
- applyConfigurationChange(ProfilerPluginCfg) - Method in class org.opends.server.plugins.profiler.ProfilerPlugin
-
Applies the configuration changes to this change listener.
- applyConfigurationChange(ReferentialIntegrityPluginCfg) - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
-
- applyConfigurationChange(SambaPasswordPluginCfg) - Method in class org.opends.server.plugins.SambaPasswordPlugin
-
- applyConfigurationChange(SevenBitCleanPluginCfg) - Method in class org.opends.server.plugins.SevenBitCleanPlugin
-
- applyConfigurationChange(UniqueAttributePluginCfg) - Method in class org.opends.server.plugins.UniqueAttributePlugin
-
- applyConfigurationChange(HTTPConnectionHandlerCfg) - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- applyConfigurationChange(JMXConnectionHandlerCfg) - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
- applyConfigurationChange(LDAPConnectionHandlerCfg) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
- applyConfigurationChange(LDIFConnectionHandlerCfg) - Method in class org.opends.server.protocols.LDIFConnectionHandler
-
- applyConfigurationChange(ExternalChangelogDomainCfg) - Method in class org.opends.server.replication.plugin.ExternalChangelogDomain
-
Applies the configuration changes to this change listener.
- applyConfigurationChange(FractionalLDIFImportPluginCfg) - Method in class org.opends.server.replication.plugin.FractionalLDIFImportPlugin
-
Applies the configuration changes to this change listener.
- applyConfigurationChange(ReplicationDomainCfg) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
-
- applyConfigurationChange(ReplicationSynchronizationProviderCfg) - Method in class org.opends.server.replication.plugin.MultimasterReplication
-
- applyConfigurationChange(ReplicationServerCfg) - Method in class org.opends.server.replication.server.ReplicationServer
-
- applyConfigurationChange(CoreSchemaCfg) - Method in class org.opends.server.schema.CoreSchemaProvider
-
- applyConfigurationChange(JsonSchemaCfg) - Method in class org.opends.server.schema.JsonSchemaProvider
-
- applyConfigurationChange(SNMPConnectionHandlerCfg) - Method in class org.opends.server.snmp.SNMPClassLoaderProvider
-
Applies the configuration changes to this change listener.
- applyConfigurationChange(SNMPConnectionHandlerCfg) - Method in class org.opends.server.snmp.SNMPConnectionHandler
-
Applies the configuration changes to this change listener.
- applyConfigurationDelete(T) - Method in interface org.forgerock.opendj.config.server.ConfigurationDeleteListener
-
Deletes an existing configuration from this delete listener.
- applyConfigurationDelete(ServerManagedObject<? extends T>) - Method in interface org.forgerock.opendj.config.server.ServerManagedObjectDeleteListener
-
Deletes an existing server managed object from this delete listener.
- applyConfigurationDelete(Entry) - Method in interface org.forgerock.opendj.config.server.spi.ConfigDeleteListener
-
Attempts to apply a new configuration based on the provided deleted
entry.
- applyConfigurationDelete(AccountStatusNotificationHandlerCfg) - Method in class org.opends.server.core.AccountStatusNotificationHandlerConfigManager
-
- applyConfigurationDelete(AlertHandlerCfg) - Method in class org.opends.server.core.AlertHandlerConfigManager
-
- applyConfigurationDelete(BackendCfg) - Method in class org.opends.server.core.BackendConfigManager
-
- applyConfigurationDelete(CertificateMapperCfg) - Method in class org.opends.server.core.CertificateMapperConfigManager
-
- applyConfigurationDelete(ConnectionHandlerCfg) - Method in class org.opends.server.core.ConnectionHandlerConfigManager
-
- applyConfigurationDelete(EntryCacheCfg) - Method in class org.opends.server.core.EntryCacheConfigManager
-
- applyConfigurationDelete(ExtendedOperationHandlerCfg) - Method in class org.opends.server.core.ExtendedOperationConfigManager
-
- applyConfigurationDelete(GroupImplementationCfg) - Method in class org.opends.server.core.GroupManager
-
- applyConfigurationDelete(HTTPEndpointCfg) - Method in class org.opends.server.core.HttpEndpointConfigManager
-
- applyConfigurationDelete(IdentityMapperCfg) - Method in class org.opends.server.core.IdentityMapperConfigManager
-
- applyConfigurationDelete(KeyManagerProviderCfg) - Method in class org.opends.server.core.KeyManagerProviderConfigManager
-
- applyConfigurationDelete(LogPublisherCfg) - Method in class org.opends.server.core.LoggerConfigManager
-
- applyConfigurationDelete(LogRetentionPolicyCfg) - Method in class org.opends.server.core.LogRetentionPolicyConfigManager
-
- applyConfigurationDelete(LogRotationPolicyCfg) - Method in class org.opends.server.core.LogRotationPolicyConfigManager
-
- applyConfigurationDelete(MonitorProviderCfg) - Method in class org.opends.server.core.MonitorConfigManager
-
- applyConfigurationDelete(PasswordGeneratorCfg) - Method in class org.opends.server.core.PasswordGeneratorConfigManager
-
- applyConfigurationDelete(PasswordStorageSchemeCfg) - Method in class org.opends.server.core.PasswordStorageSchemeConfigManager
-
- applyConfigurationDelete(PasswordValidatorCfg) - Method in class org.opends.server.core.PasswordValidatorConfigManager
-
- applyConfigurationDelete(PluginCfg) - Method in class org.opends.server.core.PluginConfigManager
-
- applyConfigurationDelete(RootDNUserCfg) - Method in class org.opends.server.core.RootDNConfigManager
-
- applyConfigurationDelete(SASLMechanismHandlerCfg) - Method in class org.opends.server.core.SASLConfigManager
-
- applyConfigurationDelete(SynchronizationProviderCfg) - Method in class org.opends.server.core.SynchronizationProviderConfigManager
-
- applyConfigurationDelete(TrustManagerProviderCfg) - Method in class org.opends.server.core.TrustManagerProviderConfigManager
-
- applyConfigurationDelete(VirtualAttributeCfg) - Method in class org.opends.server.core.VirtualAttributeConfigManager
-
- applyConfigurationDelete(ServiceDiscoveryMechanismCfg) - Method in class org.opends.server.discovery.ServiceDiscoveryMechanismConfigManager
-
- applyConfigurationDelete(C) - Method in class org.opends.server.loggers.AbstractLogger
-
- applyConfigurationDelete(DebugTargetCfg) - Method in class org.opends.server.loggers.TextDebugLogPublisher
-
- applyConfigurationDelete(ExternalChangelogDomainCfg) - Method in class org.opends.server.replication.plugin.ExternalChangelogDomain
-
Deletes an existing configuration from this delete listener.
- applyConfigurationDelete(ReplicationDomainCfg) - Method in class org.opends.server.replication.plugin.MultimasterReplication
-
- applyConfigurationDelete(ReplicationServerCfg) - Method in class org.opends.server.replication.plugin.ReplicationServerListener
-
Deletes an existing configuration from this delete listener.
- applyErrorBackgroundToHtml(String) - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns the html text passed as parameter with the error background applied
to it.
- applyFont(CharSequence, Font) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns a String that contains the html passed as parameter with a span
applied.
- applyFontToHtml(String, Font) - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns a String that contains the html passed as parameter with a span
applied.
- applyMargin(String, int, int, int, int) - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns the html text passed as parameter with some added margin.
- applyModification(Modification, boolean) - Method in class org.opends.server.types.Entry
-
Applies the provided modification to this entry.
- applyModification(Modification) - Method in class org.opends.server.types.Entry
-
Applies the provided modification to this entry.
- applyModifications(List<Modification>) - Method in class org.opends.server.types.Entry
-
Applies all of the provided modifications to this entry.
- applySuccessfulBackgroundToHtml(String) - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns the html text passed as parameter with the success background
applied to it.
- applyTemplate(StringBuilder, String, Map<String, Object>) - Static method in class com.forgerock.opendj.cli.DocGenerationHelper
-
Appends the String result from applying a FreeMarker template.
- applyWarningBackgroundToHtml(String) - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns the html text passed as parameter with the warning background
applied to it.
- approx(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new approximate match filter using the provided
attribute description and assertion value.
- APPROXIMATE_MATCH_TYPE - Static variable in class org.opends.server.controls.MatchedValuesFilter
-
The BER type associated with the approxMatch filter type.
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.api.VirtualAttributeProvider
-
Indicates whether this virtual attribute provider will generate
any value for the provided entry that is approximately equal to
the given value.
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
-
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.EntryDNVirtualAttributeProvider
-
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
-
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.GoverningStructureRuleVirtualAttributeProvider
-
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.HasSubordinatesVirtualAttributeProvider
-
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
-
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.MemberVirtualAttributeProvider
-
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.NumSubordinatesVirtualAttributeProvider
-
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.StructuralObjectClassVirtualAttributeProvider
-
- approximatelyEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
-
- approximatelyEqualTo(ByteString) - Method in interface org.opends.server.types.Attribute
-
Indicates whether this attribute has any value(s) that are
approximately equal to the provided value.
- approximatelyEqualTo(ByteString) - Method in class org.opends.server.types.CollectiveVirtualAttribute
-
- approximatelyEqualTo(ByteString) - Method in class org.opends.server.types.VirtualAttribute
-
- approximateMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Sets the matching rule that should be used for approximate matching
with this attribute type.
- approxMatch - Variable in class org.opends.dsml.protocol.Filter
-
- ArchivableDataProvider - Interface in org.forgerock.opendj.server.core
-
A data provider which supports backup and restore functionality.
- areDnsEqual(String, String) - Static method in class org.opends.quicksetup.util.Utils
-
Returns whether the provided strings represent the same DN.
- areSchemasEqual(Schema, Schema) - Static method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Method used to compare schemas.
- args - Variable in class org.opends.quicksetup.Launcher
-
Arguments with which this launcher was invoked.
- Argument - Class in com.forgerock.opendj.cli
-
This class defines a generic argument that may be used in the argument list
for an application.
- ArgumentConstants - Class in com.forgerock.opendj.cli
-
This class contains short and long options used by the argument in CLI.
- ArgumentException - Exception in com.forgerock.opendj.cli
-
This class defines an exception that may be thrown if there is a problem with
an argument definition.
- ArgumentException(LocalizableMessage) - Constructor for exception com.forgerock.opendj.cli.ArgumentException
-
Creates a new argument exception with the provided message.
- ArgumentException(LocalizableMessage, Throwable) - Constructor for exception com.forgerock.opendj.cli.ArgumentException
-
Creates a new argument exception with the provided message and root
cause.
- ArgumentExceptionFactory - Class in org.forgerock.opendj.config.dsconfig
-
A utility class for converting various admin exception types into argument exceptions.
- ArgumentGroup - Class in com.forgerock.opendj.cli
-
Class for organizing options into logical groups when argument usage is printed.
- ArgumentGroup(LocalizableMessage, int) - Constructor for class com.forgerock.opendj.cli.ArgumentGroup
-
Creates a parameterized instance.
- argumentGroups - Variable in class com.forgerock.opendj.cli.ArgumentParser
-
Set of argument groups.
- ArgumentParser - Class in com.forgerock.opendj.cli
-
This class defines a utility that can be used to deal with command-line
arguments for applications in a CLIP-compliant manner using either short
one-character or longer word-based arguments.
- ArgumentParser(String, LocalizableMessage, boolean) - Constructor for class com.forgerock.opendj.cli.ArgumentParser
-
Creates a new instance of this argument parser with no arguments.
- ArgumentParser(String, LocalizableMessage, boolean, boolean, int, int, String) - Constructor for class com.forgerock.opendj.cli.ArgumentParser
-
Creates a new instance of this argument parser with no arguments that may
or may not be allowed to have unnamed trailing arguments.
- argumentsPresent() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Indicates whether any of the arguments are present.
- arrayIterable(M[]) - Static method in class com.forgerock.opendj.util.Iterables
-
Returns an iterable containing the elements of a.
- arrayIterator(M[]) - Static method in class com.forgerock.opendj.util.Iterators
-
Returns an iterator over the elements contained in a.
- arrayToList(String...) - Static method in class org.opends.server.util.StaticUtils
-
Retrieves an array list containing the contents of the provided array.
- as(Function<ByteString, ? extends T, E>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a T using the provided
Function, or null if the attribute does not contain any
values.
- as(Function<ByteString, ? extends T, E>, T) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a T using the provided
Function, or defaultValue if the attribute does not
contain any values.
- as(Function<ByteString, ? extends T, E>) - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as a T using the provided
Function, or null if the attribute does not contain any
values.
- as(Function<ByteString, ? extends T, E>, T) - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as a T using the provided
Function, or defaultValue if the attribute does not
contain any values.
- asAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an AttributeDescription using
the schema associated with this parser, or null if the attribute
does not contain any values.
- asAttributeDescription(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an AttributeDescription using
the schema associated with this parser, or defaultValue if the
attribute does not contain any values.
- asAttributeDescription(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an AttributeDescription using
the schema associated with this parser, or defaultValue if the
attribute does not contain any values.
- asBoolean() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a boolean, or null if the
attribute does not contain any values.
- asBoolean(boolean) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an Boolean, or
defaultValue if the attribute does not contain any values.
- asBoolean() - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as a boolean, or null if the
attribute does not contain any values.
- asBoolean(boolean) - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as an Boolean, or
defaultValue if the attribute does not contain any values.
- asByteString() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value, or null if the attribute does not
contain any values.
- asByteString(ByteString) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value, or defaultValue if the attribute does
not contain any values.
- asByteString() - Method in class org.opends.server.types.AttributeParser
-
Returns the first value, or null if the attribute does not
contain any values.
- asByteString(ByteString) - Method in class org.opends.server.types.AttributeParser
-
Returns the first value, or defaultValue if the attribute does
not contain any values.
- asCertificate() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a X509Certificate, or null if the attribute does not
contain any values.
- asCertificate(X509Certificate) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a X509Certificate, or defaultValue if the attribute
does not contain any values.
- ASCIICharProp - Class in com.forgerock.opendj.util
-
A ASCIICharProp provides fast access to ASCII character properties.
- AsciidocConverterUtils - Class in org.openidentityplatform.opendj.maven.doc
-
- AsciidocConverterUtils() - Constructor for class org.openidentityplatform.opendj.maven.doc.AsciidocConverterUtils
-
- asConditionalFilter(Filter) - Static method in class org.forgerock.opendj.rest2ldap.authz.ConditionalFilters
-
- asDN() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a DN using the schema
associated with this parser, or null if the attribute does not
contain any values.
- asDN(DN) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a DN using the schema
associated with this parser, or defaultValue if the attribute
does not contain any values.
- asDN(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a DN using the schema
associated with this parser, or defaultValue if the attribute
does not contain any values.
- asEnum() - Method in class org.forgerock.opendj.ldap.ModificationType
-
Returns the enum equivalent for this modification type.
- asEnum() - Method in class org.forgerock.opendj.ldap.ResultCode
-
Returns the enum equivalent for this result code.
- asEnum() - Method in class org.forgerock.opendj.ldap.SearchScope
-
Returns the enum equivalent for this search scope.
- asGeneralizedTime() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a GeneralizedTime using the
generalized time syntax, or null if the attribute does not
contain any values.
- asGeneralizedTime(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an GeneralizedTime using the
generalized time syntax, or defaultValue if the attribute does
not contain any values.
- asGeneralizedTime() - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as a GeneralizedTime using the
generalized time syntax, or null if the attribute does not
contain any values.
- asGeneralizedTime(GeneralizedTime) - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as an GeneralizedTime using the
generalized time syntax, or defaultValue if the attribute does
not contain any values.
- asInputStream() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Returns an
InputStream from the current position in the sequence.
- asInteger() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an Integer, or null if
the attribute does not contain any values.
- asInteger(int) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an Integer, or
defaultValue if the attribute does not contain any values.
- asInteger() - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as an Integer, or null if
the attribute does not contain any values.
- asInteger(int) - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as an Integer, or
defaultValue if the attribute does not contain any values.
- askConfirmation(LocalizableMessage, boolean, LocalizedLogger) - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Commodity method that interactively confirms whether a user wishes to perform an action.
- askPort(LocalizableMessage, int, LocalizedLogger) - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Commodity method used to repeatedly ask the user to provide a port value.
- asLong() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a Long, or null if the
attribute does not contain any values.
- asLong(long) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a Long, or
defaultValue if the attribute does not contain any values.
- asLong() - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as a Long, or null if the
attribute does not contain any values.
- asLong(long) - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as a Long, or
defaultValue if the attribute does not contain any values.
- ASN1 - Class in org.forgerock.opendj.io
-
This class contains various static factory methods for creating ASN.1 readers
and writers.
- ASN1Reader - Interface in org.forgerock.opendj.io
-
An interface for decoding ASN.1 elements from a data source.
- ASN1Writer - Interface in org.forgerock.opendj.io
-
An interface for encoding ASN.1 elements to a data source.
- asNonStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns a non-strict view of this schema.
- asOutputStream() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns an
OutputStream whose write operations append data to
this byte string builder.
- asPromise(Promise<R, LdapException>) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
- asReader() - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Returns a
ByteSequenceReader which can be used to incrementally
read and decode data from this byte sequence.
- asReader() - Method in class org.forgerock.opendj.ldap.ByteString
-
Returns a
ByteSequenceReader which can be used to incrementally
read and decode data from this byte string.
- asReader() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns a
ByteSequenceReader which can be used to incrementally
read and decode data from this byte string builder.
- asResourceException(Throwable) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
-
Adapts a Throwable to a ResourceException.
- asSearchRequest() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Creates a new search request containing the parameters of this LDAP URL.
- Assertion - Interface in org.forgerock.opendj.ldap
-
A compiled attribute value assertion.
- assertion - Variable in class org.opends.dsml.protocol.CompareRequest
-
- ASSERTION_FAILED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the filter contained in an assertion
control failed to match the target entry.
- ASSERTION_FAILED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that are rejected because the
filter in the LDAP assertion control did not match the target entry.
- AssertionFailureException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
failed because the filter contained in an assertion control failed to match
the target entry.
- AssertionRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The assertion request control as defined in RFC 4528.
- asSetOf(Function<ByteString, ? extends T, E>, Collection<? extends T>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Ts using the provided
Function, or defaultValues if the attribute does not
contain any values.
- asSetOf(Function<ByteString, ? extends T, E>, T...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Ts using the provided
Function, or defaultValues if the attribute does not
contain any values.
- asSetOf(Function<ByteString, ? extends T, E>, Collection<? extends T>) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Ts using the provided
Function, or defaultValues if the attribute does not
contain any values.
- asSetOf(Function<ByteString, ? extends T, E>, T...) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Ts using the provided
Function, or defaultValues if the attribute does not
contain any values.
- asSetOfAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of AttributeDescriptions
using the schema associated with this parser, or an empty set if the
attribute does not contain any values.
- asSetOfAttributeDescription(AttributeDescription...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of AttributeDescriptions
using the schema associated with this parser, or defaultValues if
the attribute does not contain any values.
- asSetOfAttributeDescription(Collection<AttributeDescription>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of AttributeDescriptions
using the schema associated with this parser, or defaultValues if
the attribute does not contain any values.
- asSetOfAttributeDescription(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of AttributeDescriptions
using the schema associated with this parser, or defaultValues if
the attribute does not contain any values.
- asSetOfBoolean(Boolean...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Booleans, or
defaultValues if the attribute does not contain any values.
- asSetOfBoolean(Collection<Boolean>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Booleans, or
defaultValues if the attribute does not contain any values.
- asSetOfBoolean(Boolean...) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Booleans, or
defaultValues if the attribute does not contain any values.
- asSetOfBoolean(Collection<Boolean>) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Booleans, or
defaultValues if the attribute does not contain any values.
- asSetOfByteString(ByteString...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values contained in the attribute, or defaultValues
if the attribute does not contain any values.
- asSetOfByteString(Collection<ByteString>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values contained in the attribute, or defaultValues
if the attribute does not contain any values.
- asSetOfByteString(ByteString...) - Method in class org.opends.server.types.AttributeParser
-
Returns the values contained in the attribute, or defaultValues
if the attribute does not contain any values.
- asSetOfByteString(Collection<ByteString>) - Method in class org.opends.server.types.AttributeParser
-
Returns the values contained in the attribute, or defaultValues
if the attribute does not contain any values.
- asSetOfCertificate() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of X509Certificates, or an empty set if the attribute does not
contain any values.
- asSetOfDN() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of DNs using the schema
associated with this parser, or an empty set if the attribute does not
contain any values.
- asSetOfDN(Collection<DN>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of DNs using the schema
associated with this parser, or defaultValues if the attribute
does not contain any values.
- asSetOfDN(DN...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of DNs using the schema
associated with this parser, or defaultValues if the attribute
does not contain any values.
- asSetOfDN(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of DNs using the schema
associated with this parser, or defaultValues if the attribute
does not contain any values.
- asSetOfGeneralizedTime(Collection<GeneralizedTime>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of GeneralizedTimes using the
generalized time syntax, or defaultValues if the attribute does
not contain any values.
- asSetOfGeneralizedTime(GeneralizedTime...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of GeneralizedTimes using the
generalized time syntax, or defaultValues if the attribute does
not contain any values.
- asSetOfGeneralizedTime(Collection<GeneralizedTime>) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of GeneralizedTimes using the
generalized time syntax, or defaultValues if the attribute does
not contain any values.
- asSetOfGeneralizedTime(GeneralizedTime...) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of GeneralizedTimes using the
generalized time syntax, or defaultValues if the attribute does
not contain any values.
- asSetOfInteger(Collection<Integer>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Integers, or
defaultValues if the attribute does not contain any values.
- asSetOfInteger(Integer...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Integers, or
defaultValues if the attribute does not contain any values.
- asSetOfInteger(Collection<Integer>) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Integers, or
defaultValues if the attribute does not contain any values.
- asSetOfInteger(Integer...) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Integers, or
defaultValues if the attribute does not contain any values.
- asSetOfLong(Collection<Long>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Longs, or
defaultValues if the attribute does not contain any values.
- asSetOfLong(Long...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Longs, or
defaultValues if the attribute does not contain any values.
- asSetOfLong(Collection<Long>) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Longs, or
defaultValues if the attribute does not contain any values.
- asSetOfLong(Long...) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Longs, or
defaultValues if the attribute does not contain any values.
- asSetOfString(Collection<String>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Strings, or
defaultValues if the attribute does not contain any values.
- asSetOfString(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Strings, or
defaultValues if the attribute does not contain any values.
- asSetOfString(Collection<String>) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Strings, or
defaultValues if the attribute does not contain any values.
- asSetOfString(String...) - Method in class org.opends.server.types.AttributeParser
-
Returns the values decoded as a set of Strings, or
defaultValues if the attribute does not contain any values.
- assign(HistoricalAttributeValue) - Method in class org.opends.server.replication.plugin.AttrHistorical
-
Assign the provided historical value to this object.
- assign(HistoricalAttributeValue) - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
-
- assign(HistoricalAttributeValue) - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
-
- asStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns a strict view of this schema.
- asString() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a String, or null if
the attribute does not contain any values.
- asString(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a String, or
defaultValue if the attribute does not contain any values.
- asString() - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as a String, or null if
the attribute does not contain any values.
- asString(String) - Method in class org.opends.server.types.AttributeParser
-
Returns the first value decoded as a String, or
defaultValue if the attribute does not contain any values.
- asSubType(AbstractManagedObjectDefinition<C1, S1>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new managed object path which has the same structure as this
path except that the final path element is associated with the specified
managed object definition.
- assuredFlag - Variable in class org.opends.server.replication.protocol.UpdateMsg
-
True when the update must use assured replication.
- AssuredMode - Enum in org.opends.server.replication.common
-
The various modes supported for assured replication.
- assuredMode - Variable in class org.opends.server.replication.protocol.UpdateMsg
-
When assuredFlag is true, defines the requested assured mode.
- Attachment<T> - Class in org.forgerock.opendj.server.core
-
- Attachment(String, T) - Constructor for class org.forgerock.opendj.server.core.Attachment
-
Construct a new attachment with the specified name and default value.
- AttachmentHolder - Interface in org.forgerock.opendj.server.core
-
Interface declares common functionality for objects, which can store
Attachments.
- attr - Variable in class org.opends.dsml.protocol.AddRequest
-
- attr - Variable in class org.opends.dsml.protocol.SearchResultEntry
-
- ATTR_ACCEPT_BACKLOG - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the backlog to use
when accepting new connections.
- ATTR_ACCT_NOTIFICATION_HANDLER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
for the account status notification handler class.
- ATTR_ACCT_NOTIFICATION_HANDLER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether an account
status notification handler is enabled.
- ATTR_ACCT_NOTIFICATION_TYPE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the set of account
status notification types that should trigger notifications.
- ATTR_ADD_MISSING_RDN_ATTRS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether to
automatically add missing RDN attributes or to return an error response to
the client.
- ATTR_ALERT_HANDLER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the class that will
be used for an alert handler.
- ATTR_ALERT_HANDLER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether an alert
handler is enabled.
- ATTR_ALIAS_DN - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the target DN in
an alias entry, formatted in all lowercase.
- ATTR_ALLOW_ATTRIBUTE_NAME_EXCEPTIONS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether it will be
possible to allow exceptions to the strict attribute naming restrictions.
- ATTR_ALLOW_LDAPV2 - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether LDAPv2
clients will be allowed to access the server.
- ATTR_ALLOW_REUSE_ADDRESS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the server
socket should have the SO_REUSEADDR socket option set.
- ATTR_ALLOW_STARTTLS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether to allow
clients to use the startTLS extended operation.
- ATTR_ALLOW_ZEROLENGTH_DIRECTORYSTRINGS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether to allow the
use of zero-length values in attributes with the directory string syntax.
- ATTR_ALLOWED_CLIENT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates which clients
should be allowed to establish connections.
- ATTR_ATTRIBUTE_TYPES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of attribute
type definitions in the server schema, formatted in camelCase.
- ATTR_ATTRIBUTE_TYPES_LC - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of attribute
type definitions in the server schema, formatted in all lowercase.
- ATTR_AUTHZ_GLOBAL_ACI - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies a global
attribute access control instruction.
- ATTR_AUTHZ_HANDLER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the
fully-qualified name of the Java class that defines a Directory
Server access control handler.
- ATTR_AUTHZ_HANDLER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether
access control should be enabled.
- ATTR_AVERAGE_BACKLOG - Static variable in class org.opends.server.monitors.ParallelWorkQueueMonitor
-
The name to use for the monitor attribute that provides the average request backlog.
- ATTR_AVERAGE_BACKLOG - Static variable in class org.opends.server.monitors.TraditionalWorkQueueMonitor
-
The name to use for the monitor attribute that provides the average request backlog.
- ATTR_BACKEND_BASE_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the base DN(s) for a
backend.
- ATTR_BACKEND_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
of the Java class for a backend implementation.
- ATTR_BACKEND_DIRECTORY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the backend database
location on disk.
- ATTR_BACKEND_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a particular
backend is enabled.
- ATTR_BACKEND_ID - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the unique ID for a
backend.
- ATTR_BACKEND_MODE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute which configures the file permission mode
for the database direction.
- ATTR_BACKEND_WRITABILITY_MODE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the writability mode
for a backend.
- ATTR_BACKUP_BACKEND_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the DN of the backend
configuration entry with which a backup directory is associated.
- ATTR_BACKUP_COMPRESSED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a backup is
compressed.
- ATTR_BACKUP_DATE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the date that a backup
was made.
- ATTR_BACKUP_DEPENDENCY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of dependencies
for a backup.
- ATTR_BACKUP_DIR_LIST - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the list of default
backup directories to search when using the backup backend.
- ATTR_BACKUP_DIRECTORY_PATH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the path to a backup
directory.
- ATTR_BACKUP_ENCRYPTED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a backup is
encrypted.
- ATTR_BACKUP_ID - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the backup ID.
- ATTR_BACKUP_INCREMENTAL - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a backup is
an incremental backup.
- ATTR_BACKUP_SIGNED_HASH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the signed hash for a
backup.
- ATTR_BACKUP_UNSIGNED_HASH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the unsigned hash for a
backup.
- ATTR_BIND_WITH_DN_REQUIRES_PW - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether simple binds
containing a DN must also contain a password.
- ATTR_BUILD_ID - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the build ID (aka the build timestamp).
- ATTR_BUILD_NUMBER - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the weekly build number.
- ATTR_C - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to hold country names,
formatted in all lowercase.
- ATTR_CERTIFICATE_FINGERPRINT_ALGORITHM - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the name of the
algorithm that should be used to generate the certificate fingerprint.
- ATTR_CERTIFICATE_FINGERPRINT_ATTR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the name of the
attribute type that should be used when mapping a certificate fingerprint
to a user entry.
- ATTR_CERTIFICATE_SUBJECT_ATTR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the name of the
attribute type that should be used when mapping a certificate subject to a
user entry.
- ATTR_CERTIFICATE_SUBJECT_ATTR_MAP - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the name of the
attribute type that should be used when mapping attributes in a certificate
subject to a user entry.
- ATTR_CERTIFICATE_SUBJECT_BASEDN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the name of the
attribute type that should be used when mapping a certificate subject to a
user entry.
- ATTR_CERTMAPPER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
of the Java class for the certificate mapper implementation.
- ATTR_CERTMAPPER_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the DN of a certificate
mapper configuration entry.
- ATTR_CERTMAPPER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the
certificate mapper is enabled.
- ATTR_CHECK_SCHEMA - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether schema
checking should be enabled in the server.
- ATTR_CLIENT_CERT_VALIDATION_POLICY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the manner in which
SSL client certificates may be validated against certificates in the
corresponding user's entry during SASL EXTERNAL authentication.
- ATTR_COLLECTIVE_EXCLUSIONS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard "collectiveExclusions" attribute type,
formatted in camel case.
- ATTR_COLLECTIVE_EXCLUSIONS_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard "collectiveExclusions" attribute type,
formatted in all lowercase characters.
- ATTR_COMMON_NAME - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to hold common names,
formatted in all lowercase.
- ATTR_COMPACT_VERSION - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the compact version string.
- ATTR_CONNECTION_HANDLER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
of the Java class for the connection handler implementation.
- ATTR_CONNECTION_HANDLER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a particular
connection handler is enabled.
- ATTR_CRYPTO_CIPHER_KEY_WRAPPING_TRANSFORMATION - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the key wrapping
transformation used by the Crypto Manager.
- ATTR_CRYPTO_CIPHER_TRANSFORMATION_NAME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the name of a
cryptographic cipher transformation.
- ATTR_CRYPTO_INIT_VECTOR_LENGTH_BITS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the length of a
cryptographic cipher initialization vector.
- ATTR_CRYPTO_KEY_COMPROMISED_TIME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold time a cryptographic key
was suspected to be compromised.
- ATTR_CRYPTO_KEY_ID - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that holds a cryptographic cipher-key identifier.
- ATTR_CRYPTO_KEY_LENGTH_BITS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the length of a
cryptographic secret key.
- ATTR_CRYPTO_MAC_ALGORITHM_NAME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the name of a
cryptographic message authentication code (MAC) algorithm.
- ATTR_CRYPTO_PUBLIC_KEY_CERTIFICATE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold a cryptographic
public key certificate.
- ATTR_CRYPTO_SYMMETRIC_KEY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold a cryptographic
cipher-key wrapped by a public-key.
- ATTR_CURRENT_BACKLOG - Static variable in class org.opends.server.monitors.ParallelWorkQueueMonitor
-
The name to use for the monitor attribute that provides the current request backlog.
- ATTR_CURRENT_BACKLOG - Static variable in class org.opends.server.monitors.TraditionalWorkQueueMonitor
-
The name to use for the monitor attribute that provides the current request backlog.
- ATTR_CURRENT_CONNS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the number of connections
currently established, formatted in camel case.
- ATTR_CURRENT_CONNS_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the number of connections
currently established, formatted in all lowercase.
- ATTR_CURRENT_TIME - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the current time,
formatted in camel case.
- ATTR_CURRENT_TIME_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the current time,
formatted in all lowercase.
- ATTR_DC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to hold domain component
names, formatted in all lowercase.
- ATTR_DEBUG_SEARCH_INDEX - Static variable in interface org.opends.server.backends.pluggable.SuffixContainer
-
The attribute used to return a search index debug string to the client.
- ATTR_DEFAULT_PWPOLICY_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the DN of the
default password policy for the Directory Server.
- ATTR_DEFAULT_ROOT_PRIVILEGE_NAME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the set of
privileges that root users should automatically be granted in the server.
- ATTR_DENIED_CLIENT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates which clients
should not be allowed to establish connections.
- ATTR_DIGESTMD5_REALM - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the realm that
should be used for DIGEST-MD5 authentication.
- ATTR_DIT_CONTENT_RULES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the DIT content rule
definitions in the server schema, formatted in camelCase.
- ATTR_DIT_CONTENT_RULES_LC - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the DIT content rule
definitions in the server schema, formatted in all lowercase.
- ATTR_DIT_STRUCTURE_RULES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the DIT structure rule
definitions in the server schema, formatted in camelCase.
- ATTR_DIT_STRUCTURE_RULES_LC - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the DIT structure rule
definitions in the server schema, formatted in all lowercase.
- ATTR_ENTRYCACHE_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
of the Java class for the entry cache implementation.
- ATTR_ENTRYCACHE_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the entry
cache is enabled.
- ATTR_EXTOP_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
for the extended operation handler class.
- ATTR_EXTOP_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether an extended
operation handler should be enabled.
- ATTR_FIFOCACHE_EXCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that contains a set of search
filters to use to determine which entries should be excluded from the
cache.
- ATTR_FIFOCACHE_INCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that contains a set of search
filters to use to determine which entries should be included in the cache.
- ATTR_FIFOCACHE_LOCK_TIMEOUT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum length
of time in milliseconds to spend trying to acquire a lock for an entry in
the cache.
- ATTR_FIFOCACHE_MAX_ENTRIES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum number
of entries that the FIFO entry cache will be allowed to hold.
- ATTR_FIFOCACHE_MAX_MEMORY_PCT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum
percentage of available memory in the JVM that the FIFO entry cache will be
allowed to consume.
- ATTR_FIX_IDS - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the list of bugfix IDs.
- ATTR_FSCACHE_EXCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that contains a set of search
filters to use to determine which entries should be excluded from the
cache.
- ATTR_FSCACHE_HOME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the entry cache JE
environment home.
- ATTR_FSCACHE_INCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that contains a set of search
filters to use to determine which entries should be included in the cache.
- ATTR_FSCACHE_IS_PERSISTENT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether
file system entry cache is configured as persistent or not.
- ATTR_FSCACHE_JE_CACHE_PCT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum
available memory percent that JE cache can consume.
- ATTR_FSCACHE_JE_CACHE_SIZE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum
available space in bytes in the file system that JE cache will be
allowed to consume.
- ATTR_FSCACHE_LOCK_TIMEOUT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum length
of time in milliseconds to spend trying to acquire a lock for an entry in
the cache.
- ATTR_FSCACHE_MAX_ENTRIES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum number
of entries that the FIFO entry cache will be allowed to hold.
- ATTR_FSCACHE_MAX_MEMORY_SIZE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum
memory size of the FS entry cache.
- ATTR_FSCACHE_TYPE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates which
cache type will be used.
- ATTR_FULL_VERSION - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the full version string.
- ATTR_GROUP_IMPLEMENTATION_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the fully-qualified
class name for a group implementation.
- ATTR_GROUP_IMPLEMENTATION_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a group
implementation should be enabled for use in the server.
- ATTR_GSSAPI_KDC - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the address of the KDC
to use when processing SASL GSSAPI binds.
- ATTR_GSSAPI_KEYTAB_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the path to the Kerberos
keytab file to use when processing SASL GSSAPI binds.
- ATTR_GSSAPI_REALM - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the default Kerberos
realm to use when processing SASL GSSAPI binds.
- ATTR_IDMAPPER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
of an identity mapper class.
- ATTR_IDMAPPER_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the DN of an identity
mapper configuration entry.
- ATTR_IDMAPPER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether an identity
mapper is enabled.
- ATTR_IMPORT_APPEND - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
whether the import process should append to the existing database rather
than overwriting it.
- ATTR_IMPORT_BACKEND_ID - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies the
backend ID for the backend into which the date should be imported.
- ATTR_IMPORT_CLEAR_BACKEND - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
whether the backend should be cleared before the import.
- ATTR_IMPORT_EXCLUDE_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies an
attribute that should be excluded from the LDIF import.
- ATTR_IMPORT_EXCLUDE_BRANCH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies the
base DN of a branch that should be excluded from the LDIF import.
- ATTR_IMPORT_EXCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
a search filter that may be used to control which entries are excluded
from the import.
- ATTR_IMPORT_INCLUDE_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies an
attribute that should be included in the LDIF import.
- ATTR_IMPORT_INCLUDE_BRANCH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies the
base DN of a branch that should be included in the LDIF import.
- ATTR_IMPORT_INCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
a search filter that may be used to control which entries are included
in the import.
- ATTR_IMPORT_IS_COMPRESSED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
whether the LDIF file containing the data to import is compressed.
- ATTR_IMPORT_IS_ENCRYPTED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
whether the LDIF file containing the data to import is encrypted.
- ATTR_IMPORT_LDIF_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies the
path to the file containing the LDIF data to import.
- ATTR_IMPORT_OVERWRITE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
whether to overwrite an existing rejects and/or skip file when performing
an LDIF import rather than appending to it.
- ATTR_IMPORT_RANDOM_SEED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies the
random seed to be used when we pass a template file to the import.
- ATTR_IMPORT_REJECT_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
the path to a file into which rejected entries may be written if they
are not accepted during the import process.
- ATTR_IMPORT_REPLACE_EXISTING - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
whether an existing entry should be replaced when appending to an existing
database.
- ATTR_IMPORT_SKIP_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
the path to a file into which skipped entries may be written if they
do not match criteria during the import process.
- ATTR_IMPORT_SKIP_SCHEMA_VALIDATION - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
whether to skip schema validation during the import.
- ATTR_IMPORT_TEMPLATE_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies the
path to the file containing the template data to import.
- ATTR_IMPORT_THREAD_COUNT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies the
thread count to be used during the import.
- ATTR_IMPORT_TMP_DIRECTORY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an import task definition that specifies
the temp directory path.
- ATTR_INVALID_SYNTAX_BEHAVIOR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that defines the behavior that the
server should use when a value is encountered that does not conform to the
associated attribute syntax.
- ATTR_KEEP_LDAP_STATS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the LDAP
connection handler should keep statistical information.
- ATTR_KEYMANAGER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the fully-qualified
name of the class to use as the key manager provider.
- ATTR_KEYMANAGER_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the DN of the
configuration entry for the key manager provider.
- ATTR_KEYMANAGER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the key
manager provider should be enabled.
- ATTR_KEYSTORE_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the path to the
keystore file.
- ATTR_KEYSTORE_PIN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the PIN needed to
access the keystore.
- ATTR_KEYSTORE_PIN_ENVAR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the name of the
environment variable containing the PIN needed to access the keystore.
- ATTR_KEYSTORE_PIN_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the path to the file
containing the PIN needed to access the keystore.
- ATTR_KEYSTORE_PIN_PROPERTY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the name of the Java
property containing the PIN needed to access the keystore.
- ATTR_KEYSTORE_TYPE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the format of the
data in the keystore file.
- ATTR_LDAP_SYNTAXES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of attribute
syntax definitions in the server schema, formatted in camelCase.
- ATTR_LDAP_SYNTAXES_LC - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of attribute
syntax definitions in the server schema, formatted in all lowercase.
- ATTR_LISTEN_ADDRESS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the address or set
of addresses on which a connection handler should listen.
- ATTR_LISTEN_PORT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the port or set of
ports on which a connection handler should listen.
- ATTR_LOGGER_ASYNC_WRITE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a logger configuration that specifies
whether to asyncornously writes log records to disk.
- ATTR_LOGGER_BUFFER_SIZE - Static variable in class org.opends.server.config.ConfigConstants
-
The time interval for the logger thread to sleep.
- ATTR_LOGGER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
for the logger class.
- ATTR_LOGGER_DEBUG_SCOPE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a debug target configuration for a debug
logger that specifies the scope of the debug target.
- ATTR_LOGGER_DEFAULT_SEVERITY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the default
severity levels for the logger.
- ATTR_LOGGER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a Directory
Server logger should be enabled.
- ATTR_LOGGER_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the log file
where the loggers will log the information.
- ATTR_LOGGER_LEVEL - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a logger configuration that spcifies the
log level.
- ATTR_LOGGER_OVERRIDE_SEVERITY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the override
severity levels for the logger.
- ATTR_LOGGER_RETENTION_DISK_SPACE_USED - Static variable in class org.opends.server.config.ConfigConstants
-
The disk space used attribute.
- ATTR_LOGGER_RETENTION_FREE_DISK_SPACE - Static variable in class org.opends.server.config.ConfigConstants
-
The free disk space attribute.
- ATTR_LOGGER_RETENTION_NUMBER_OF_FILES - Static variable in class org.opends.server.config.ConfigConstants
-
The number of files to retain attribute type.
- ATTR_LOGGER_RETENTION_POLICY - Static variable in class org.opends.server.config.ConfigConstants
-
The policy type for retaining log files.
- ATTR_LOGGER_ROTATION_ACTION - Static variable in class org.opends.server.config.ConfigConstants
-
The action to be taken at the time of rotation.
- ATTR_LOGGER_ROTATION_POLICY - Static variable in class org.opends.server.config.ConfigConstants
-
The policy type for rotating log files.
- ATTR_LOGGER_ROTATION_SIZE_LIMIT - Static variable in class org.opends.server.config.ConfigConstants
-
The size limit for the size based rotation policy.
- ATTR_LOGGER_ROTATION_TIME_OF_DAY - Static variable in class org.opends.server.config.ConfigConstants
-
The time of day for the time of day based rotation policy.
- ATTR_LOGGER_SUPPRESS_INTERNAL_OPERATIONS - Static variable in class org.opends.server.config.ConfigConstants
-
The attribute that specifies if internal operations should be logged
or not.
- ATTR_LOGGER_THREAD_INTERVAL - Static variable in class org.opends.server.config.ConfigConstants
-
The time interval for the logger thread to sleep.
- ATTR_LOOKTHROUGH_LIMIT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the server lookthrough
limit.
- ATTR_MAJOR_VERSION - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the major version number.
- ATTR_MATCH_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the attribute or set
of attributes that should be used when attempting to map an ID string to
a user entry.
- ATTR_MATCH_BASE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the base DN(s) that
should be used when attempting to map an ID string to a user entry.
- ATTR_MATCHING_RULE_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the fully-qualified
name of the Java class that defines a Directory Server matching rule.
- ATTR_MATCHING_RULE_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a matching
rule should be enabled.
- ATTR_MATCHING_RULE_USE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of matching rule
use definitions in the server schema, formatted in camelCase.
- ATTR_MATCHING_RULE_USE_LC - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of matching rule
use definitions in the server schema, formatted in all lowercase.
- ATTR_MATCHING_RULES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of matching rule
definitions in the server schema, formatted in camelCase.
- ATTR_MATCHING_RULES_LC - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of matching rule
definitions in the server schema, formatted in all lowercase.
- ATTR_MAX_BACKLOG - Static variable in class org.opends.server.monitors.ParallelWorkQueueMonitor
-
The name to use for the monitor attribute that provides the maximum
observed request backlog.
- ATTR_MAX_BACKLOG - Static variable in class org.opends.server.monitors.TraditionalWorkQueueMonitor
-
The name to use for the monitor attribute that provides the maximum
observed request backlog.
- ATTR_MAX_CONNS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the maximum number of
connections established at any time since startup, formatted in camel case.
- ATTR_MAX_CONNS_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the maximum number of
connections established at any time since startup, formatted in all
lowercase.
- ATTR_MAX_REQUEST_SIZE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum allowed
size of a request in bytes.
- ATTR_MEMBER - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard "member" attribute type, formatted in all
lowercase characters.
- ATTR_MEMBER_URL - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard "memberURL" attribute type, formatted in camel
case.
- ATTR_MEMBER_URL_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard "memberURL" attribute type, formatted in all
lowercase characters.
- ATTR_MINOR_VERSION - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the minor version number.
- ATTR_MONITOR_BACKEND_BASE_DN - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold the set of base DNs.
- ATTR_MONITOR_BACKEND_ENTRY_COUNT - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold the backend entry
count.
- ATTR_MONITOR_BACKEND_ID - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold a backend ID.
- ATTR_MONITOR_BACKEND_IS_PRIVATE - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to indicate whether a
backend is private.
- ATTR_MONITOR_BACKEND_WRITABILITY_MODE - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold the backend
writability mode.
- ATTR_MONITOR_BASE_DN_ENTRY_COUNT - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold the base DN entry
count.
- ATTR_MONITOR_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
for the monitor provider class.
- ATTR_MONITOR_CONFIG_DN - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold the connection
handler listeners.
- ATTR_MONITOR_CONNHANDLER_CONNECTION - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold the connection
handler connections.
- ATTR_MONITOR_CONNHANDLER_LISTENER - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold the connection
handler listeners.
- ATTR_MONITOR_CONNHANDLER_NUMCONNECTIONS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold the connection
handler number of established connections.
- ATTR_MONITOR_CONNHANDLER_PROTOCOL - Static variable in class org.opends.server.util.ServerConstants
-
The name of the monitor attribute that is used to hold the connection
handler protocol.
- ATTR_MONITOR_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a monitor
provider should be enabled.
- ATTR_NAME_FORMS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the name form definitions in
the server schema, formatted in camelCase.
- ATTR_NAME_FORMS_LC - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute that is used to hold the name form definitions in
the server schema, formatted in all lowercase.
- ATTR_NAMING_CONTEXTS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the set of
public naming contexts (suffixes) for the Directory Server, formatted in
camel case.
- ATTR_NAMING_CONTEXTS_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the set of
public naming contexts (suffixes) for the Directory Server, formatted in
all lowercase.
- ATTR_NOTIFY_ABANDONED_OPS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether to send a
response to operations that have been abandoned.
- ATTR_NUM_REQUEST_HANDLERS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the number of
request handlers that should be used to read requests from clients.
- ATTR_NUM_WORKER_THREADS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the number of worker
threads that should be used to process requests.
- ATTR_O - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to hold organization names,
formatted in all lowercase.
- ATTR_OBJECTCLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the standard attribute that holds the objectclass values for
the entry, formatted in camelCase.
- ATTR_OBJECTCLASSES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of objectclass
definitions in the server schema, formatted in camelCase.
- ATTR_OBJECTCLASSES_LC - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of objectclass
definitions in the server schema, formatted in all lowercase.
- ATTR_OPS_REJECTED_QUEUE_FULL - Static variable in class org.opends.server.monitors.TraditionalWorkQueueMonitor
-
The name to use for the monitor attribute that provides the total number of
requests that have been rejected because the work queue was full.
- ATTR_OPS_SUBMITTED - Static variable in class org.opends.server.monitors.ParallelWorkQueueMonitor
-
The name to use for the monitor attribute that provides the total number of
operations submitted.
- ATTR_OPS_SUBMITTED - Static variable in class org.opends.server.monitors.TraditionalWorkQueueMonitor
-
The name to use for the monitor attribute that provides the total number of
operations submitted.
- ATTR_OU - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to hold organizational unit
names, formatted in all lowercase.
- ATTR_PASSWORD_CHARSET - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies a character set that
can be used with a password.
- ATTR_PASSWORD_FORMAT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the format that
should be used for generating a password.
- ATTR_PASSWORD_MAX_LENGTH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the maximum allowed
length for a password.
- ATTR_PASSWORD_MIN_DIFFERENCE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the minimum allowed
difference for a password.
- ATTR_PASSWORD_MIN_LENGTH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the minimum allowed
length for a password.
- ATTR_PLUGIN_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
of the Java class for a plugin implementation.
- ATTR_PLUGIN_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a particular
plugin is enabled.
- ATTR_PLUGIN_TYPE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the ways in which a
plugin will be used.
- ATTR_POINT_VERSION - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the point version number.
- ATTR_PRIVATE_NAMING_CONTEXTS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute used to hold the DNs that constitute the set of
"private" naming contexts registered with the server.
- ATTR_PRODUCT_NAME - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the product name.
- ATTR_PRODUCT_NAME - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the name of the
Directory Server product, formatted in camel case.
- ATTR_PRODUCT_NAME_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the name of the
Directory Server product, formatted in all lowercase.
- ATTR_PROFILE_ACTION - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that may be modified in order to
cause the profiler to take some action (e.g., starting or stopping
collection).
- ATTR_PROFILE_AUTOSTART - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the
Directory Server profiler plugin should be automatically enabled when the
server is starting.
- ATTR_PROFILE_DIR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the path to the
directory into which profile information will be written.
- ATTR_PROFILE_INTERVAL - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the profile sample
interval in milliseconds.
- ATTR_PROFILE_STATE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the read-only configuration attribute that holds the current
state of the profiler.
- ATTR_PROXY_MAPPER_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the DN of the identity
mapper configuration entry for use with the proxied authorization V2
control.
- ATTR_PWGENERATOR_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
for the password generator class.
- ATTR_PWGENERATOR_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a password
generator is enabled.
- ATTR_PWPOLICY_ALLOW_EXPIRED_CHANGES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a user will
be allowed to change their password even if it is expired.
- ATTR_PWPOLICY_ALLOW_MULTIPLE_PW_VALUES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether user entries
will be allowed to have multiple values for the password attribute.
- ATTR_PWPOLICY_ALLOW_PRE_ENCODED_PASSWORDS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a user may
provide a pre-encoded password.
- ATTR_PWPOLICY_ALLOW_USER_CHANGE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether users will
be allowed to change their own passwords.
- ATTR_PWPOLICY_DEFAULT_SCHEME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the default password
storage schemes for a password policy.
- ATTR_PWPOLICY_EXPIRE_WITHOUT_WARNING - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a user
password will be allowed to expire even if they have not yet seen a warning
notification.
- ATTR_PWPOLICY_FORCE_CHANGE_ON_ADD - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a user must
change their password upon first authenticating after their account is
created.
- ATTR_PWPOLICY_FORCE_CHANGE_ON_RESET - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a user must
change their password after it is reset by an administrator.
- ATTR_PWPOLICY_GRACE_LOGIN_COUNT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the number of fixed
grace login attempts that a user will have.
- ATTR_PWPOLICY_IDLE_LOCKOUT_INTERVAL - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the maximum length
of time an account may remain idle.
- ATTR_PWPOLICY_LAST_LOGIN_TIME_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the attribute used
to hold the last login time.
- ATTR_PWPOLICY_LAST_LOGIN_TIME_FORMAT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the format string
used to generate the last login time.
- ATTR_PWPOLICY_LOCKOUT_DURATION - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the length of time
that a user will remain locked out.
- ATTR_PWPOLICY_LOCKOUT_FAILURE_COUNT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the number of
authentication failures required to lock out a user account.
- ATTR_PWPOLICY_LOCKOUT_FAILURE_EXPIRATION_INTERVAL - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the length of time
in seconds that an authentication failure will be counted against a user
for lockout purposes.
- ATTR_PWPOLICY_MAXIMUM_PASSWORD_AGE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the maximum length
of time allowed between password changes.
- ATTR_PWPOLICY_MAXIMUM_PASSWORD_RESET_AGE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the maximum length
of time that a user has to change their password after it has been
administratively reset.
- ATTR_PWPOLICY_MINIMUM_PASSWORD_AGE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the minimum length
of time allowed between password changes.
- ATTR_PWPOLICY_NOTIFICATION_HANDLER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the DN(s) of the
configuration entries for the account status notification handlers for use
with the password policy.
- ATTR_PWPOLICY_PASSWORD_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the attribute used
to hold user passwords.
- ATTR_PWPOLICY_PASSWORD_GENERATOR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the DN of
configuration entry for the password generator to use with a password
policy.
- ATTR_PWPOLICY_PASSWORD_VALIDATOR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the DN(s) of the
configuration entries that will hold the password validators for use with
the password policy.
- ATTR_PWPOLICY_PREVIOUS_LAST_LOGIN_TIME_FORMAT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the format strings
that may have been used in the past to generate last login time values.
- ATTR_PWPOLICY_REQUIRE_CHANGE_BY_TIME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the time by which all
users must have changed their passwords.
- ATTR_PWPOLICY_REQUIRE_CURRENT_PASSWORD - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether users will
be required to provide their current password when they choose a new
password.
- ATTR_PWPOLICY_REQUIRE_SECURE_AUTHENTICATION - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether users will
be required to authenticate using a secure mechanism.
- ATTR_PWPOLICY_REQUIRE_SECURE_PASSWORD_CHANGES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether users will
be required to change their passwords using a secure mechanism.
- ATTR_PWPOLICY_SKIP_ADMIN_VALIDATION - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the server
should perform validation on passwords set by administrators.
- ATTR_PWPOLICY_WARNING_INTERVAL - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the maximum length
of time before expiration that a user should start to receive warning
notifications.
- ATTR_PWSCHEME_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
for the password storage scheme class.
- ATTR_PWSCHEME_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a password
storage scheme is enabled.
- ATTR_PWVALIDATOR_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
for the password validator class.
- ATTR_PWVALIDATOR_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a password
validator is enabled.
- ATTR_REBUILD_BASE_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an rebuild task definition that specifies the
base DN of the indexes to do the rebuild in.
- ATTR_REBUILD_INDEX - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an rebuild task definition that specifies the
indexes to rebuild.
- ATTR_REBUILD_INDEX_CLEARDEGRADEDSTATE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an rebuild task definition that specifies the
degraded index which needs to be clear.
- ATTR_REBUILD_TMP_DIRECTORY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an rebuild task definition that specifies the
temporary scratch file.
- ATTR_RECURRING_TASK_ID - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the recurring task ID
for a recurring task that may be associated with a task.
- ATTR_RECURRING_TASK_SCHEDULE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the
schedule for a recurring task.
- ATTR_REFERRAL_URL - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the set of
referral URLs in a smart referral entry, formatted in all lowercase.
- ATTR_REJECT_UNAUTHENTICATED_REQ - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether an
unauthenticated request should be rejected.
- ATTR_RESTART_SERVER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the
Directory Server should be restarted instead of shut down.
- ATTR_REVISION - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the revision in the version control system.
- ATTR_ROOT_DSE_SUBORDINATE_BASE_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the set of
subordinate base DNs that should be used for non-base-level searches
against the root DSE.
- ATTR_ROOTDN_ALTERNATE_BIND_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies one or more
alternate bind DNs for a root user.
- ATTR_ROOTDSE_SHOW_ALL_ATTRIBUTES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the root DSE
should treat all attributes as user attributes or if it should treat them
as per their definition in the schema.
- ATTR_SASL_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified name
for the SASL mechanism handler class.
- ATTR_SASL_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a SASL
mechanism handler should be enabled.
- ATTR_SCHEMA_ENTRY_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the location(s) of
the entries used to publish the Directory Server schema information.
- ATTR_SCHEMA_SHOW_ALL_ATTRIBUTES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the
subschema entry should treat all attributes as user attributes or if it
should treat them as per their definition in the schema.
- ATTR_SEND_REJECTION_NOTICE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether to send
rejected client connections a notice of disconnection explaining why the
connection was not accepted.
- ATTR_SERVER_ERROR_RESULT_CODE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that will be used to indicate the
result code that should be used for operations that fail because of an
internal server error.
- ATTR_SERVER_FQDN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the fully-qualified
domain name that should be used by the server when that information is
needed.
- ATTR_SHORT_NAME - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the short name.
- ATTR_SHUTDOWN_MESSAGE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds a message that may be
provided for the reason the Directory Server has been requested to shut
down.
- ATTR_SHUTDOWN_PASSWORD - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the password that must
be provided in order to shut down the server through the tasks interface.
- ATTR_SINGLE_STRUCTURAL_CLASS_BEHAVIOR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that defines the behavior that the
server should use when an entry is encountered that does not contain
exactly one structural objectclass.
- ATTR_SIZE_LIMIT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the server size limit.
- ATTR_SN - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to hold surnames, formatted
in all lowercase.
- ATTR_SOFTREFCACHE_EXCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that contains a set of search
filters to use to determine which entries should be excluded from the
cache.
- ATTR_SOFTREFCACHE_INCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that contains a set of search
filters to use to determine which entries should be included in the cache.
- ATTR_SOFTREFCACHE_LOCK_TIMEOUT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates the maximum length
of time in milliseconds to spend trying to acquire a lock for an entry in
the cache.
- ATTR_SSL_CERT_NICKNAME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the nickname of the
certificate that should be used for accepting SSL/TLS connections.
- ATTR_SSL_CIPHERS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the nickname of the SSL
cipher suites that should be allowed for use in SSL/TLS sessions.
- ATTR_SSL_CLIENT_AUTH_POLICY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds information about the
policy that should be used when requesting/requiring SSL client
authentication.
- ATTR_SSL_PROTOCOLS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the nickname of the SSL
protocols that should be allowed for use in SSL/TLS sessions.
- ATTR_START_TIME - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the time that the
Directory Server started, formatted in camel case.
- ATTR_START_TIME_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the time that the
Directory Server started, formatted in all lowercase.
- ATTR_SUBSCHEMA_SUBENTRY - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the location
for the Directory Server schema, formatted in camel case.
- ATTR_SUBSCHEMA_SUBENTRY_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the location
for the Directory Server schema, formatted in all lowercase.
- ATTR_SUBTREE_SPEC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard "subtreeSpecification" attribute type,
formatted in camel case.
- ATTR_SUBTREE_SPEC_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard "subtreeSpecification" attribute type,
formatted in all lowercase characters.
- ATTR_SUPPORTED_AUTH_PW_SCHEMES - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the names of the
authentication password schemes supported by the server, formatted in
camel case.
- ATTR_SUPPORTED_AUTH_PW_SCHEMES_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the names of the
authentication password schemes supported by the server, formatted in all
lowercase.
- ATTR_SUPPORTED_CONTROL - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the OIDs of the
controls supported by the server, formatted in camel case.
- ATTR_SUPPORTED_CONTROL_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the OIDs of the
controls supported by the server, formatted in all lowercase.
- ATTR_SUPPORTED_EXTENSION - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the OIDs of the
extended operations supported by the server, formatted in camel case.
- ATTR_SUPPORTED_EXTENSION_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the OIDs of the
extended operations supported by the server, formatted in all lowercase.
- ATTR_SUPPORTED_FEATURE - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the OIDs of the
features supported by the server, formatted in camel case.
- ATTR_SUPPORTED_FEATURE_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the OIDs of the
features supported by the server, formatted in all lowercase.
- ATTR_SUPPORTED_LDAP_VERSION - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the names of the
LDAP protocol versions supported by the server, formatted in camel case.
- ATTR_SUPPORTED_LDAP_VERSION_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the names of the
LDAP protocol versions supported by the server, formatted in all lowercase.
- ATTR_SUPPORTED_SASL_MECHANISMS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the names of the
SASL mechanisms supported by the server, formatted in camel case.
- ATTR_SUPPORTED_SASL_MECHANISMS_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the names of the
SASL mechanisms supported by the server, formatted in all lowercase.
- ATTR_SUPPORTED_TLS_CIPHERS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the the TLS
ciphers supported by the server, formatted in camel case.
- ATTR_SUPPORTED_TLS_CIPHERS_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the the TLS
ciphers supported by the server, formatted in lower case.
- ATTR_SUPPORTED_TLS_PROTOCOLS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the versions of
the TLS protocol supported by the server, formatted in camel case.
- ATTR_SUPPORTED_TLS_PROTOCOLS_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the versions of
the TLS protocol supported by the server, formatted in lower case.
- ATTR_SYNCHRONIZATION_PROVIDER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the fully-qualified
name of the Java class that defines a Directory Server synchronization
provider.
- ATTR_SYNCHRONIZATION_PROVIDER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether a
synchronization provider should be enabled.
- ATTR_SYNTAX_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the fully-qualified
name of the Java class that defines a Directory Server attribute syntax.
- ATTR_SYNTAX_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether an attribute
syntax should be enabled.
- ATTR_TARGET_GROUP_DN - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the DN of the target
group for a virtual static group.
- ATTR_TASK_ACTUAL_START_TIME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the actual start time
for a task.
- ATTR_TASK_ADDSCHEMAFILE_FILENAME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in the add schema file task definition that
specifies the name of the schema file to be added.
- ATTR_TASK_BACKING_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the path to the backing
file for task information.
- ATTR_TASK_BACKUP_ALL - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a backup task definition that specifies
whether all backends defined in the server should be backed up.
- ATTR_TASK_BACKUP_BACKEND_ID - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a backup task definition that specifies
the backend ID for a backend that should be archived.
- ATTR_TASK_BACKUP_COMPRESS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a backup task definition that specifies
whether the backup file(s) should be compressed.
- ATTR_TASK_BACKUP_ENCRYPT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a backup task definition that specifies
whether the backup file(s) should be compressed.
- ATTR_TASK_BACKUP_HASH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a backup task definition that specifies
whether to generate a hash of the backup file(s) for integrity
verification during restore.
- ATTR_TASK_BACKUP_INCREMENTAL - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a backup task definition that specifies
whether to generate and incremental backup or a full backup.
- ATTR_TASK_BACKUP_INCREMENTAL_BASE_ID - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a backup task definition that specifies
the backup ID of the backup against which an incremental backup should
be taken.
- ATTR_TASK_BACKUP_SIGN_HASH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a backup task definition that specifies
whether the hash of the archive file(s) should be digitally signed to
provide tamper detection.
- ATTR_TASK_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the name of the class
providing the task logic.
- ATTR_TASK_COMPLETION_TIME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the completion time for
a task.
- ATTR_TASK_CONFLICTS_HIST_PURGE_COMPLETED_IN_TIME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a purge conflicts historical task definition
that specifies the maximum duration of the task.
- ATTR_TASK_CONFLICTS_HIST_PURGE_COUNT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a purge conflicts historical task definition
that specifies the maximum duration of the task.
- ATTR_TASK_CONFLICTS_HIST_PURGE_DOMAIN_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a purge conflicts historical task definition
that specifies the base dn related to the synchonization domain to purge.
- ATTR_TASK_CONFLICTS_HIST_PURGE_FIRST_CSN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a purge conflicts historical task definition
that specifies the maximum duration of the task.
- ATTR_TASK_CONFLICTS_HIST_PURGE_LAST_CSN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a purge conflicts historical task definition
that specifies the maximum duration of the task.
- ATTR_TASK_CONFLICTS_HIST_PURGE_MAX_DURATION - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a purge conflicts historical task definition
that specifies the maximum duration of the task.
- ATTR_TASK_DEPENDENCY_IDS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds task IDs of any tasks on
which a given task is dependent.
- ATTR_TASK_DISCONNECT_CONN_ID - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the connection ID of the
connection to disconnect.
- ATTR_TASK_DISCONNECT_MESSAGE - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the disconnect message.
- ATTR_TASK_DISCONNECT_NOTIFY_CLIENT - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to indicate whether to notify the
connection it is about to be terminated.
- ATTR_TASK_EXPORT_APPEND_TO_LDIF - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies
whether the export process should append to an existing LDIF file rather
than overwrite it.
- ATTR_TASK_EXPORT_BACKEND_ID - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies the
backend ID for the backend from which the data should be exported.
- ATTR_TASK_EXPORT_COMPRESS_LDIF - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies
whether the LDIF data should be compressed as it is exported.
- ATTR_TASK_EXPORT_ENCRYPT_LDIF - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies
whether the LDIF data should be encrypted as it is exported.
- ATTR_TASK_EXPORT_EXCLUDE_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies an
attribute that should be excluded from the LDIF export.
- ATTR_TASK_EXPORT_EXCLUDE_BRANCH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies the
base DN of a branch that should be excluded from the LDIF export.
- ATTR_TASK_EXPORT_EXCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies
a search filter that may be used to control which entries are excluded
from the export.
- ATTR_TASK_EXPORT_INCLUDE_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies an
attribute that should be included in the LDIF export.
- ATTR_TASK_EXPORT_INCLUDE_BRANCH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies the
base DN of a branch that should be included in the LDIF export.
- ATTR_TASK_EXPORT_INCLUDE_FILTER - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies
a search filter that may be used to control which entries are included
in the export.
- ATTR_TASK_EXPORT_INCLUDE_OPERATIONAL_ATTRIBUTES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies
that operational attributes have to be included.
- ATTR_TASK_EXPORT_LDIF_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies the
path to the file to which the LDIF data should be written.
- ATTR_TASK_EXPORT_SIGN_HASH - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies
whether a signed hash of the export data should be appended to the LDIF
file.
- ATTR_TASK_EXPORT_WRAP_COLUMN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an export task definition that specifies
the column at which long lines should be wrapped.
- ATTR_TASK_FAILED_DEPENDENCY_ACTION - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the indication of what
to do in the event that one of the dependencies for a task has failed.
- ATTR_TASK_ID - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the task ID for a task.
- ATTR_TASK_INITIALIZE_DOMAIN_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an initialize task definition that specifies
the base dn related to the synchonization domain to initialize.
- ATTR_TASK_INITIALIZE_DONE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an initialize target task definition that
specifies the scope in terms of servers to initialize.
- ATTR_TASK_INITIALIZE_LEFT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an initialize target task definition that
specifies the scope in terms of servers to initialize.
- ATTR_TASK_INITIALIZE_SOURCE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an initialize target task definition that
specifies the source in terms of source server from which to initialize.
- ATTR_TASK_INITIALIZE_TARGET_DOMAIN_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an initialize target task definition that
specifies the base dn related to the synchonization domain to initialize.
- ATTR_TASK_INITIALIZE_TARGET_SCOPE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in an initialize target task definition that
specifies the scope in terms of servers to initialize.
- ATTR_TASK_LOG_MESSAGES - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of log messages
for a task.
- ATTR_TASK_NOTIFY_ON_COMPLETION - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of e-mail
addresses of the users to notify when a task has completed.
- ATTR_TASK_NOTIFY_ON_ERROR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the set of e-mail
addresses of the users to notify if a task fails.
- ATTR_TASK_RESET_CHANGE_NUMBER_BASE_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a reset change number task that specifies the basedn where the csn applies.
- ATTR_TASK_RESET_CHANGE_NUMBER_CSN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a reset change number task that specifies the csn of the new first change.
- ATTR_TASK_RESET_CHANGE_NUMBER_TO - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a reset change number task that specifies the change number for the first change.
- ATTR_TASK_RESTORE_VERIFY_ONLY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute in a restore task definition that specifies
whether the contents of the backup should be verified but not restored.
- ATTR_TASK_RETENTION_TIME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the length of time in
seconds that task information should be retained after processing on the
task has completed.
- ATTR_TASK_SCHEDULED_START_TIME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the scheduled start time
for a task.
- ATTR_TASK_SET_GENERATION_ID_DOMAIN_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute containing the baseDn related to the replication
domain to which applies the task.
- ATTR_TASK_SET_GENERATION_ID_NEW_VALUE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the attribute containing the new value of the generation ID
related to the replication domain to which applies the task.
- ATTR_TASK_STATE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the current state for a
task.
- ATTR_TELEPHONE_STRICT_MODE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the
telephone number attribute syntax should use a strict compliance mode when
determining whether a value is acceptable.
- ATTR_TIME_LIMIT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that holds the server time limit.
- ATTR_TOTAL_CONNS - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the total number of
connections established since startup, formatted in camel case.
- ATTR_TOTAL_CONNS_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the total number of
connections established since startup, formatted in all lowercase.
- ATTR_TRUSTMANAGER_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the fully-qualified
name of the class to use as the trust manager provider.
- ATTR_TRUSTMANAGER_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the DN of the
configuration entry for the trust manager provider.
- ATTR_TRUSTMANAGER_ENABLED - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether the trust
manager provider should be enabled.
- ATTR_TRUSTSTORE_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the path to the
trust store file.
- ATTR_TRUSTSTORE_PIN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the PIN needed to
access the trust store.
- ATTR_TRUSTSTORE_PIN_ENVAR - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the name of the
environment variable containing the PIN needed to access the trust store.
- ATTR_TRUSTSTORE_PIN_FILE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the path to the file
containing the PIN needed to access the trust store.
- ATTR_TRUSTSTORE_PIN_PROPERTY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the name of the Java
property containing the PIN needed to access the trust store.
- ATTR_TRUSTSTORE_TYPE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the format of the
data in the trust store file.
- ATTR_UNIQUE_MEMBER - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard "uniqueMember" attribute type, formatted in
camelCase.
- ATTR_UNIQUE_MEMBER_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard "uniqueMember" attribute type, formatted in all
lowercase characters.
- ATTR_UP_TIME - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the length of time that
the server has been online, formatted in camel case.
- ATTR_UP_TIME_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the attribute that is used to specify the length of time that
the server has been online, formatted in all lowercase.
- ATTR_USE_SSL - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether to use SSL
when accepting client connections.
- ATTR_USE_TCP_KEEPALIVE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether connections
to clients should use the TCP_KEEPALIVE socket option.
- ATTR_USE_TCP_NODELAY - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that indicates whether connections
to clients should use the TCP_NODELAY socket option.
- ATTR_USER_BASE_DN - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the DN to use as the
search base when trying to find entries that match a provided username.
- ATTR_USER_PASSWORD - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify the password for
a user, formatted in all lowercase.
- ATTR_USERNAME_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies which attribute
should be used to map usernames to their corresponding entries.
- ATTR_VALIDATION_CERT_ATTRIBUTE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that is used to hold the name of
the user attribute that holds user certificates that can be used for
validation.
- ATTR_VENDOR_NAME - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify vendor name for
the Directory Server, formatted in camel case.
- ATTR_VENDOR_NAME_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify vendor name for
the Directory Server, formatted in all lowercase.
- ATTR_VENDOR_VERSION - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify vendor version
for the Directory Server, formatted in camel case.
- ATTR_VENDOR_VERSION_LC - Static variable in class org.opends.server.util.ServerConstants
-
The name of the standard attribute that is used to specify vendor version
for the Directory Server, formatted in all lowercase.
- ATTR_VERSION_QUALIFIER - Static variable in class org.opends.server.monitors.VersionMonitorProvider
-
The name of the attribute used to provide the version qualifier string.
- ATTR_WORKQ_CLASS - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the class providing
the logic for the work queue implementation.
- ATTR_WRITABILITY_MODE - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the configuration attribute that specifies the writability mode
for the Directory Server.
- AttrHistorical - Class in org.opends.server.replication.plugin
-
This class store historical information for a provided attribute.
- AttrHistorical() - Constructor for class org.opends.server.replication.plugin.AttrHistorical
-
- AttrHistoricalMultiple - Class in org.opends.server.replication.plugin
-
This class is used to store historical information for multiple valued attributes.
- AttrHistoricalMultiple() - Constructor for class org.opends.server.replication.plugin.AttrHistoricalMultiple
-
Creates a new object.
- AttrHistoricalSingle - Class in org.opends.server.replication.plugin
-
This class is used to store historical information for single valued attributes.
- AttrHistoricalSingle(AttributeType) - Constructor for class org.opends.server.replication.plugin.AttrHistoricalSingle
-
- Attribute - Interface in org.forgerock.opendj.ldap
-
An attribute, comprising of an attribute description and zero or more
attribute values.
- attribute - Variable in class org.opends.dsml.protocol.AttributeDescriptions
-
- Attribute - Interface in org.opends.server.types
-
This class defines a data structure for storing and interacting
with an attribute that may be used in the Directory Server.
- Attribute.RemoveOnceSwitchingAttributes - Annotation Type in org.opends.server.types
-
Marks code that can be removed once we are switching from server's to SDK's Attribute.
- ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it would have resulted in a conflict with an existing attribute
or attribute value in the target entry.
- ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail because of a conflict with an
existing attribute or value.
- AttributeBuilder - Class in org.opends.server.types
-
This class provides an interface for creating new non-virtual
Attributes, or "real" attributes.
- AttributeBuilder(Attribute) - Constructor for class org.opends.server.types.AttributeBuilder
-
Creates a new attribute builder from an existing attribute.
- AttributeBuilder(AttributeDescription) - Constructor for class org.opends.server.types.AttributeBuilder
-
Creates a new attribute builder with the specified description.
- AttributeBuilder(AttributeType) - Constructor for class org.opends.server.types.AttributeBuilder
-
Creates a new attribute builder with the specified type and no
options and no values.
- AttributeBuilder(AttributeType, String) - Constructor for class org.opends.server.types.AttributeBuilder
-
Creates a new attribute builder with the specified type and
user-provided name and no options and no values.
- AttributeBuilder(String) - Constructor for class org.opends.server.types.AttributeBuilder
-
Creates a new attribute builder with the specified attribute description and no values.
- AttributeCellEditor - Class in org.opends.guitools.controlpanel.ui.renderer
-
The cell editor used in the 'Attribute' View of the entries in the LDAP entry browser.
- AttributeCellEditor() - Constructor for class org.opends.guitools.controlpanel.ui.renderer.AttributeCellEditor
-
Default constructor.
- AttributeCleanupPlugin - Class in org.opends.server.plugins
-
The attribute cleanup plugin implementation class.
- AttributeCleanupPlugin() - Constructor for class org.opends.server.plugins.AttributeCleanupPlugin
-
Default constructor.
- AttributeCleanupPluginCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Attribute Cleanup Plugin
settings.
- AttributeCleanupPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Attribute Cleanup
Plugin settings.
- AttributeCleanupPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Attribute Cleanup Plugin managed
object definition meta information.
- AttributeDescription - Class in org.forgerock.opendj.ldap
-
An attribute description as defined in RFC 4512 section 2.5.
- AttributeDescription - Class in org.opends.dsml.protocol
-
Java class for AttributeDescription complex type.
- AttributeDescription() - Constructor for class org.opends.dsml.protocol.AttributeDescription
-
- AttributeDescriptions - Class in org.opends.dsml.protocol
-
Java class for AttributeDescriptions complex type.
- AttributeDescriptions() - Constructor for class org.opends.dsml.protocol.AttributeDescriptions
-
- AttributeFactory - Interface in org.forgerock.opendj.ldap
-
Attribute factories are included with a set of DecodeOptions in order
to allow application to control how Attribute instances are created
when decoding requests and responses.
- AttributeFilter - Class in org.forgerock.opendj.ldap
-
A configurable factory for filtering the attributes exposed by an entry.
- AttributeFilter() - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
-
Creates a new attribute filter which will include all user attributes but
no operational attributes.
- AttributeFilter(Collection<String>) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
-
Creates a new attribute filter which will include the attributes
identified by the provided search request attribute list.
- AttributeFilter(Collection<String>, Schema) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
-
Creates a new attribute filter which will include the attributes
identified by the provided search request attribute list.
- AttributeFilter(String...) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
-
Creates a new attribute filter which will include the attributes
identified by the provided search request attribute list.
- AttributeIndex - Class in org.opends.server.backends.jeb
-
- AttributeIndex() - Constructor for class org.opends.server.backends.jeb.AttributeIndex
-
Deprecated.
- AttributeIndex.KeyComparator - Class in org.opends.server.backends.jeb
-
- AttributeParser - Class in org.forgerock.opendj.ldap
-
A fluent API for parsing attributes as different types of object.
- AttributeParser - Class in org.opends.server.types
-
A fluent API for parsing attributes as different types of object.
- Attributes - Class in org.forgerock.opendj.ldap
-
This class contains methods for creating and manipulating attributes.
- attributes(AttributeFilter) - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Specifies an attribute filter which will be used to determine which
attributes will be compared.
- attributes(String...) - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Specifies the list of attributes to be compared.
- attributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds the provided list of attribute types to the list of attribute
type the matching rule applies to.
- attributes(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds the provided list of attribute types to the list of attribute
type the matching rule applies to.
- attributes - Variable in class org.opends.dsml.protocol.SearchRequest
-
- Attributes - Class in org.opends.server.types
-
This class contains various methods for manipulating
Attributes as well as static factory methods for
facilitating common
Attribute construction use-cases.
- Attributes() - Constructor for class org.opends.server.types.Attributes
-
- AttributeSyntaxPanel - Class in org.opends.guitools.controlpanel.ui
-
Panel containing information about an attribute syntax.
- AttributeSyntaxPanel() - Constructor for class org.opends.guitools.controlpanel.ui.AttributeSyntaxPanel
-
Default constructor.
- AttributeSyntaxTreeNode - Class in org.opends.guitools.controlpanel.ui.nodes
-
Class of the nodes that represent an attribute syntax in the 'Manage Schema' tree.
- AttributeSyntaxTreeNode(String, Syntax) - Constructor for class org.opends.guitools.controlpanel.ui.nodes.AttributeSyntaxTreeNode
-
Constructor of the node.
- AttributeType - Class in org.forgerock.opendj.ldap.schema
-
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
- AttributeType.Builder - Class in org.forgerock.opendj.ldap.schema
-
A fluent API for incrementally constructing attribute type.
- AttributeTypePropertyDefinition - Class in org.forgerock.opendj.config
-
Attribute type property definition.
- AttributeTypePropertyDefinition.Builder - Class in org.forgerock.opendj.config
-
An interface for incrementally constructing attribute type property definitions.
- AttributeUsage - Enum in org.forgerock.opendj.ldap.schema
-
This enumeration defines the set of possible attribute usage values that may
apply to an attribute type, as defined in RFC 2252.
- AttributeValueAssertion - Class in org.opends.dsml.protocol
-
Java class for AttributeValueAssertion complex type.
- AttributeValueAssertion() - Constructor for class org.opends.dsml.protocol.AttributeValueAssertion
-
- AttributeValuePasswordValidator - Class in org.opends.server.extensions
-
This class provides an OpenDS password validator that may be used to ensure
that proposed passwords are not contained in another attribute in the user's
entry.
- AttributeValuePasswordValidator() - Constructor for class org.opends.server.extensions.AttributeValuePasswordValidator
-
Creates a new instance of this attribute value password validator.
- AttributeValuePasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Attribute Value Password
Validator settings.
- AttributeValuePasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Attribute Value
Password Validator settings.
- AttributeValuePasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Attribute Value Password Validator
managed object definition meta information.
- AttributeValueTag - Class in org.opends.server.tools.makeldif
-
This class defines a tag that is used to reference the value of a specified
attribute already defined in the entry.
- AttributeValueTag() - Constructor for class org.opends.server.tools.makeldif.AttributeValueTag
-
Creates a new instance of this attribute value tag.
- AttrValueHistorical - Class in org.opends.server.replication.plugin
-
AttrValueHistorical is the historical information of the modification of one attribute value.
- AttrValueHistorical(ByteString, AttributeType, CSN, CSN) - Constructor for class org.opends.server.replication.plugin.AttrValueHistorical
-
Build an AttrValueHistorical for a provided attribute value, providing
the last time the provided value is either updated or deleted.
- AUTH_METHOD_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested authentication attempt
failed because it referenced an invalid SASL mechanism.
- AUTH_METHOD_NOT_SUPPORTED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail because the requested
authentication method is not supported.
- AUTH_PASSWORD_SCHEME_NAME_PBKDF2 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The authentication password scheme name for use with passwords encoded in a
PBKDF2 representation.
- AUTH_PASSWORD_SCHEME_NAME_PBKDF2_HMAC_SHA256 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The authentication password scheme name for use with passwords encoded in a
PBKDF2 representation.
- AUTH_PASSWORD_SCHEME_NAME_PBKDF2_HMAC_SHA512 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The authentication password scheme name for use with passwords encoded in a
PBKDF2 representation.
- AUTH_PASSWORD_SCHEME_NAME_PKCS5S2 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The authentication password scheme name for use with passwords encoded in a
PKCS5S2 representation.
- AUTH_PASSWORD_SCHEME_NAME_SALTED_MD5 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The authentication password scheme name for use with passwords encoded in a
salted MD5 representation.
- AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_1 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The authentication password scheme name for use with passwords encoded in a
salted SHA-1 representation.
- AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_256 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The authentication password scheme name for use with passwords encoded in a
salted SHA-256 representation.
- AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_384 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The authentication password scheme name for use with passwords encoded in a
salted SHA-384 representation.
- AUTH_PASSWORD_SCHEME_NAME_SALTED_SHA_512 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The authentication password scheme name for use with passwords encoded in a
salted SHA-512 representation.
- authenticate(String, String, Context) - Method in interface org.forgerock.opendj.rest2ldap.authz.AuthenticationStrategy
-
Authenticate a user.
- authenticate(Object) - Method in class org.opends.server.protocols.jmx.RmiAuthenticator
-
Authenticates a RMI client.
- AuthenticatedConnectionContext - Class in org.forgerock.opendj.rest2ldap
-
A Context containing a cached pre-authenticated LDAP connection which
should be re-used for performing subsequent LDAP operations.
- AuthenticatedConnectionContext(Context, Connection) - Constructor for class org.forgerock.opendj.rest2ldap.AuthenticatedConnectionContext
-
Creates a new pre-authenticated cached LDAP connection context having the
provided parent and an ID automatically generated using
UUID.randomUUID().
- AuthenticatedUsers - Class in org.opends.server.core
-
This class provides a data structure which maps an authenticated user DN to
the set of client connections authenticated as that user.
- AuthenticatedUsers() - Constructor for class org.opends.server.core.AuthenticatedUsers
-
Creates a new instance of this authenticated users object.
- AUTHENTICATION_TYPE_SASL - Static variable in interface org.forgerock.opendj.ldap.requests.BindRequest
-
The authentication type value (0xA3) reserved for SASL authentication.
- AUTHENTICATION_TYPE_SIMPLE - Static variable in interface org.forgerock.opendj.ldap.requests.BindRequest
-
The authentication type value (0x80) reserved for simple authentication.
- AuthenticationData - Class in org.opends.quicksetup.installer
-
This class is used to provide a data model for the different parameters used
to connect to a server that we want to replicate contents with.
- AuthenticationData() - Constructor for class org.opends.quicksetup.installer.AuthenticationData
-
- AuthenticationException - Exception in org.forgerock.opendj.config.client
-
This exception is thrown when an authentication error occurs while connecting
to the Directory Server.
- AuthenticationException() - Constructor for exception org.forgerock.opendj.config.client.AuthenticationException
-
Creates an authentication exception with a default message.
- AuthenticationException(Throwable) - Constructor for exception org.forgerock.opendj.config.client.AuthenticationException
-
Create an authentication exception with a cause and a default message.
- AuthenticationException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.config.client.AuthenticationException
-
Create an authentication exception with a message and cause.
- AuthenticationException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.config.client.AuthenticationException
-
Create an authentication exception with a message.
- AuthenticationException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Bind
Request failed due to an authentication failure.
- authenticationInfo - Variable in class org.opends.server.api.ClientConnection
-
The set of authentication information for this client connection.
- AuthenticationInfo - Class in org.opends.server.types
-
This class defines a data structure that may be used to store
information about an authenticated user.
- AuthenticationInfo() - Constructor for class org.opends.server.types.AuthenticationInfo
-
Creates a new set of authentication information to be used for unauthenticated clients.
- AuthenticationInfo(Entry, boolean) - Constructor for class org.opends.server.types.AuthenticationInfo
-
Creates a new set of authentication information to be used for
clients that are authenticated internally.
- AuthenticationInfo(Entry, DN, boolean) - Constructor for class org.opends.server.types.AuthenticationInfo
-
Creates a new set of authentication information to be used for
clients that have successfully performed simple authentication.
- AuthenticationInfo(Entry, String, boolean) - Constructor for class org.opends.server.types.AuthenticationInfo
-
Creates a new set of authentication information to be used for
clients that have authenticated using a SASL mechanism.
- AuthenticationInfo(Entry, Entry, String, ByteString, boolean) - Constructor for class org.opends.server.types.AuthenticationInfo
-
Creates a new set of authentication information to be used for
clients that have authenticated using a SASL mechanism.
- AuthenticationPolicy - Class in org.opends.server.api
-
An abstract authentication policy.
- AuthenticationPolicy() - Constructor for class org.opends.server.api.AuthenticationPolicy
-
Creates a new abstract authentication policy.
- AuthenticationPolicyCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Authentication Policy
settings.
- AuthenticationPolicyCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Authentication
Policy settings.
- AuthenticationPolicyCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Authentication Policy managed object
definition meta information.
- AuthenticationPolicyFactory<T extends AuthenticationPolicyCfg> - Interface in org.opends.server.api
-
A factory for creating configurable authentication policies.
- AuthenticationPolicyState - Class in org.opends.server.api
-
The authentication policy context associated with a user's entry, which is
responsible for managing the user's account, their password, as well as
authenticating the user.
- AuthenticationPolicyState(Entry) - Constructor for class org.opends.server.api.AuthenticationPolicyState
-
Creates a new abstract authentication policy context.
- authenticationRequired(ServerDescriptor) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns true if the server is running and the user did not
provide authentication and false otherwise.
- AuthenticationStrategies - Class in org.forgerock.opendj.rest2ldap.authz
-
Factory methods of
AuthenticationStrategy allowing to perform authentication against LDAP server through
different method.
- AuthenticationStrategy - Interface in org.forgerock.opendj.rest2ldap.authz
-
Authenticate a user and create a SecurityContext as a result.
- AuthenticationType - Enum in org.opends.server.types
-
This enumeration defines the set of possible authentication types
that may be used for a bind request.
- AuthMethod - Class in org.opends.server.authorization.dseecompat
-
The AuthMethod class represents an authmethod bind rule keyword expression.
- AUTHN_BIND_REQUEST - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Configures the connection factory to return pre-authenticated connections using the specified
BindRequest.
- Authorization - Class in org.forgerock.opendj.rest2ldap.authz
-
Factory methods to create Filter performing authentication and authorizations.
- AUTHORIZATION_DENIED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that should be used if the server will not allow the
client to use the requested authorization.
- AUTHORIZATION_DENIED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail because the server refused
the client's requested authorization.
- AuthorizationException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
failed due to an authorization failure.
- AuthorizationIdentityRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The authorization request control as defined in RFC 3829.
- AuthorizationIdentityResponseControl - Class in org.forgerock.opendj.ldap.controls
-
The authorization response control as defined in RFC 3829.
- AuthorizationIdentityResponseControl - Class in org.opends.server.controls
-
This class implements the authorization identity response control as defined
in RFC 3829.
- AuthorizationIdentityResponseControl() - Constructor for class org.opends.server.controls.AuthorizationIdentityResponseControl
-
Creates a new authorization identity response control using the default
settings to indicate an anonymous authentication.
- AuthorizationIdentityResponseControl(boolean) - Constructor for class org.opends.server.controls.AuthorizationIdentityResponseControl
-
Creates a new authorization identity response control using the default
settings to indicate an anonymous authentication.
- AuthorizationIdentityResponseControl(String) - Constructor for class org.opends.server.controls.AuthorizationIdentityResponseControl
-
Creates a new authorization identity response control with the provided
information.
- AuthorizationIdentityResponseControl(boolean, String) - Constructor for class org.opends.server.controls.AuthorizationIdentityResponseControl
-
Creates a new authorization identity response control with the provided
information.
- AuthorizationIdentityResponseControl(DN) - Constructor for class org.opends.server.controls.AuthorizationIdentityResponseControl
-
Creates a new authorization identity response control with the provided
information.
- AuthPasswordExactEqualityMatchingRule - Class in org.opends.server.schema
-
- AuthPasswordExactEqualityMatchingRule() - Constructor for class org.opends.server.schema.AuthPasswordExactEqualityMatchingRule
-
Deprecated.
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.api.PasswordStorageScheme
-
Indicates whether the provided plaintext password matches the
encoded password using the authentication password syntax with
the given authInfo and authValue components.
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.BlowfishPasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.RC4PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.SHA1PasswordStorageScheme
-
- authPasswordMatches(ByteSequence, String, String) - Method in class org.opends.server.extensions.TripleDESPasswordStorageScheme
-
- AuthPasswordSyntax - Class in org.opends.server.schema
-
This class defines the auth password attribute syntax, which is defined in
RFC 3112 and is used to hold authentication information.
- AuthPasswordSyntax() - Constructor for class org.opends.server.schema.AuthPasswordSyntax
-
- AuthRate - Class in com.forgerock.opendj.ldap.tools
-
A load generation tool that can be used to load a Directory Server with Bind
requests using one or more LDAP connections.
- AuthRequest - Class in org.opends.dsml.protocol
-
Java class for AuthRequest complex type.
- AuthRequest() - Constructor for class org.opends.dsml.protocol.AuthRequest
-
- authRequest - Variable in class org.opends.dsml.protocol.BatchRequest
-
- AUTHZ_DN_ATTACHMENT - Static variable in class org.opends.server.extensions.PasswordModifyExtendedOperation
-
The name of the attachment which will be used to store the fully resolved target entry.
- auxiliaryObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds the provided auxiliary classes to the list of auxiliary object
classes that entries subject to this DIT content rule may belong to.
- auxiliaryObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds the provided auxiliary classes to the list of auxiliary object
classes that entries subject to this DIT content rule may belong to.
- AVA - Class in org.forgerock.opendj.ldap
-
An attribute value assertion (AVA) as defined in RFC 4512 section 2.3
consists of an attribute description with zero options and an attribute
value.
- AVA(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.AVA
-
Creates a new attribute value assertion (AVA) using the provided
attribute type and value.
- AVA(AttributeType, String, Object) - Constructor for class org.forgerock.opendj.ldap.AVA
-
Creates a new attribute value assertion (AVA) using the provided
attribute type, name and value.
- AVA(String, Object) - Constructor for class org.forgerock.opendj.ldap.AVA
-
Creates a new attribute value assertion (AVA) using the provided
attribute type and value decoded using the default schema.
- available() - Method in class com.forgerock.opendj.util.SizeLimitInputStream
-
- available() - Method in class org.opends.server.types.RecordingInputStream
- awaitTermination(long, TimeUnit) - Method in class org.opends.server.util.CronExecutorService
-
- CACHE - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
-
The caching mechanism that the key store will use.
- CachedConnection - Class in org.opends.server.backends.jdbc
-
- CachedConnection(String, Connection) - Constructor for class org.opends.server.backends.jdbc.CachedConnection
-
- CacheEntry - Class in org.opends.server.types
-
This class defines a Directory Server cache entry, which is simply
used to store an entry with its associated backend and entry ID.
- CacheEntry(Entry, String, long) - Constructor for class org.opends.server.types.CacheEntry
-
Creates a new cache entry with the provided information.
- cacheHits - Variable in class org.opends.server.api.EntryCache
-
Arbitrary number of cache hits for monitoring.
- cacheMisses - Variable in class org.opends.server.api.EntryCache
-
Arbitrary number of cache misses for monitoring.
- calculate(String, String) - Static method in class org.opends.server.util.LevenshteinDistance
-
Calculates the Levenshtein distance between the provided string values.
- callConfigurationChangedInBackground() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
This method is called to indicate that the configuration changes should be
called in the background.
- canApplyFilter(Context, Request) - Method in interface org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.Condition
-
Check if a Filter must be executed or not.
- cancel() - Static method in class com.forgerock.opendj.cli.MenuResult
-
Creates a new menu result indicating that the user chose to cancel any task currently in progress and go back to
the previous main menu if applicable.
- cancel() - Method in class org.opends.guitools.controlpanel.browser.AbstractNodeTask
-
Cancels the searching/refreshing process.
- cancel() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- cancel() - Method in class org.opends.quicksetup.Application
-
Signals that the application should cancel a currently running
operation as soon as possible and return the environment to the
state prior to running the operation.
- cancel() - Method in class org.opends.quicksetup.installer.Installer
-
- cancel(CancelRequest) - Method in class org.opends.server.core.OperationWrapper
-
- cancel() - Method in class org.opends.server.core.PersistentSearch
-
Cancels this persistent search operation.
- cancel(CancelRequest) - Method in class org.opends.server.types.AbstractOperation
-
- cancel(CancelRequest) - Method in interface org.opends.server.types.Operation
-
Attempts to cancel this operation before processing has
completed.
- cancel() - Method in class org.opends.server.types.OperationConfig
-
Indicates that this operation has been cancelled and the
operation if executing should finish as soon as possible.
- cancelAllOperations(CancelRequest) - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Attempts to cancel all operations in progress on this connection.
- cancelAllOperations(CancelRequest) - Method in class org.opends.server.api.ClientConnection
-
Attempts to cancel all operations in progress on this connection.
- cancelAllOperations(CancelRequest) - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Attempts to cancel all operations in progress on this connection.
- cancelAllOperations(CancelRequest) - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Attempts to cancel all operations in progress on this connection.
- cancelAllOperations(CancelRequest) - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Attempts to cancel all operations in progress on this connection.
- cancelAllOperationsExcept(CancelRequest, int) - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Attempts to cancel all operations in progress on this connection except the operation with the specified message
ID.
- cancelAllOperationsExcept(CancelRequest, int) - Method in class org.opends.server.api.ClientConnection
-
Attempts to cancel all operations in progress on this connection
except the operation with the specified message ID.
- cancelAllOperationsExcept(CancelRequest, int) - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Attempts to cancel all operations in progress on this connection
except the operation with the specified message ID.
- cancelAllOperationsExcept(CancelRequest, int) - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Attempts to cancel all operations in progress on this connection except the
operation with the specified message ID.
- cancelAllOperationsExcept(CancelRequest, int) - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Attempts to cancel all operations in progress on this connection
except the operation with the specified message ID.
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.BackupPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.BaseDNPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.BinaryAttributeEditorPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.ExportLDIFPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.ImportLDIFPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.InclusionExclusionPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.LocalOrRemotePanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.LoginPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.NewBaseDNPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.ObjectClassEditorPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.RebuildIndexPanel
-
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Notification that cancel was clicked, the panel is in charge of doing
whatever is required (close the dialog, etc.).
- cancelClicked() - Method in class org.opends.guitools.controlpanel.ui.VerifyIndexPanel
-
- CANCELED - Static variable in class org.opends.quicksetup.ReturnCode
-
Return code: User Cancelled operation.
- CANCELED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for cancel operations that are successful, or for
operations that are canceled.
- CanceledOperationException - Exception in org.opends.server.types
-
This class defines an exception that may be thrown if the operation
being processed is cancelled for some reason (e.g., an abandon or
cancel request from the client).
- CanceledOperationException(CancelRequest) - Constructor for exception org.opends.server.types.CanceledOperationException
-
Creates a new cancelled operation exception with the provided
result and no additional message.
- CanceledOperationException(CancelRequest, LocalizableMessage) - Constructor for exception org.opends.server.types.CanceledOperationException
-
Creates a new cancelled operation exception with the provided
information.
- CancelExtendedOperation - Class in org.opends.server.extensions
-
This class implements the LDAP cancel extended operation defined in RFC 3909.
- CancelExtendedOperation() - Constructor for class org.opends.server.extensions.CancelExtendedOperation
-
Create an instance of this cancel extended operation.
- CancelExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Cancel Extended Operation
Handler settings.
- CancelExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Cancel Extended
Operation Handler settings.
- CancelExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Cancel Extended Operation Handler
managed object definition meta information.
- CancelExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
-
The cancel extended request as defined in RFC 3909.
- CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a cancel request was successful, or
that the specified operation was canceled.
- CancelledResultException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
was cancelled.
- cancelOperation(int, CancelRequest) - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Attempts to cancel the specified operation.
- cancelOperation(int, CancelRequest) - Method in class org.opends.server.api.ClientConnection
-
Attempts to cancel the specified operation.
- cancelOperation(int, CancelRequest) - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Attempts to cancel the specified operation.
- cancelOperation(int, CancelRequest) - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Attempts to cancel the specified operation.
- cancelOperation(int, CancelRequest) - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Attempts to cancel the specified operation.
- cancelRequest - Variable in class org.opends.server.types.AbstractOperation
-
The cancel request for this operation.
- CancelRequest - Class in org.opends.server.types
-
This class defines a data structure that can be used to hold
information about a request to cancel or abandon an operation in
progress.
- CancelRequest(boolean, LocalizableMessage) - Constructor for class org.opends.server.types.CancelRequest
-
Creates a new cancel request with the provided information.
- CancelRequestListener - Interface in org.forgerock.opendj.ldap
-
An object that registers to be notified when a cancellation request has been
received and processing of the request should be aborted if possible.
- cancelResult - Variable in class org.opends.server.types.AbstractOperation
-
The cancel result for this operation.
- CancelResult - Class in org.opends.server.types
-
This enumeration defines the set of possible outcomes that can
result from processing a cancel request.
- CancelResult(ResultCode, LocalizableMessage) - Constructor for class org.opends.server.types.CancelResult
-
Creates a new cancel result with the provided result code.
- cancelTask(String) - Method in class org.opends.server.backends.task.TaskScheduler
-
Attempts to cancel the task with the given task ID.
- cancelTask(String) - Method in class org.opends.server.tools.tasks.TaskClient
-
Changes that the state of the task in the backend to a canceled state.
- CancelTaskTask - Class in org.opends.guitools.controlpanel.task
-
Task used to cancel tasks in server.
- CancelTaskTask(ControlPanelInfo, ProgressDialog, List<TaskEntry>) - Constructor for class org.opends.guitools.controlpanel.task.CancelTaskTask
-
Constructor of the task.
- canContinueReading() - Method in exception org.opends.server.util.LDIFException
-
Indicates whether the nature of this exception allows the caller to
continue reading LDIF data.
- canDelete(DN) - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
Returns true if the provided DN corresponds to an entry that
can be deleted and false otherwise.
- canDiscloseInformation(Entry, DN, Operation) - Method in class org.opends.server.api.AccessControlHandler
-
Checks whether the ACIs prevent sending information about the provided
entry, or entryDN if entry is null.
- canFinish(WizardStep) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- canFinish(WizardStep) - Method in class org.opends.quicksetup.installer.Installer
-
- canFinish(WizardStep) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Indicates whether the user is allowed to finish the wizard from
step.
- canGoBack(WizardStep) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- canGoBack(WizardStep) - Method in class org.opends.quicksetup.installer.Installer
-
- canGoBack(WizardStep) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Indicates whether the user is allowed to return to a previous
step from step.
- canGoForward(WizardStep) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- canGoForward(WizardStep) - Method in class org.opends.quicksetup.installer.Installer
-
- canGoForward(WizardStep) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Indicates whether the user is allowed to move to a new
step from step.
- canHaveAverage() - Method in enum org.opends.guitools.controlpanel.datamodel.BasicMonitoringAttributes
-
- canHaveAverage() - Method in interface org.opends.guitools.controlpanel.datamodel.MonitoringAttributes
-
Returns true if the average for this attribute makes sense
and false otherwise.
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.AddToGroupTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.CancelTaskTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.DeleteBaseDNAndBackendTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.DeleteEntryTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.DeleteIndexTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.ModifyAttributeTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.ModifyEntryTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.ModifyObjectClassTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.NewEntryTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.NewSchemaElementsTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.RebuildIndexTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.ResetUserPasswordTask
-
- canLaunch(Task, Collection<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.task.Task
-
Informs of whether the task to be launched can be launched or not.
- CANNOT_CANCEL - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a cancel request was unsuccessful
because the targeted operation was one that could not be canceled.
- CANNOT_CANCEL - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for cancel operations that fail because the specified
operation cannot be canceled.
- CannotRenameException - Exception in org.opends.guitools.controlpanel.datamodel
-
Exception that occurs when the user ask to make a modification that is not
handled by ModifyEntryTask.
- CannotRenameException(LocalizableMessage) - Constructor for exception org.opends.guitools.controlpanel.datamodel.CannotRenameException
-
Constructor.
- canOverwriteCurrentInstall() - Method in class org.opends.quicksetup.CurrentInstallStatus
-
Indicates can overwrite current install.
- canQuit(WizardStep) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
Whether the provided wizard step allow to quit.
- canShutdown(DN) - Method in class org.opends.server.replication.service.DSRSShutdownSync
-
Whether a ReplicationServer ServerReader or ServerWriter can proceed with
shutdown.
- canUseAsPort(int) - Static method in class org.opends.quicksetup.util.Utils
-
Returns whether the provided port is free and we can use it.
- canUseAsPort(int) - Static method in class org.opends.server.util.SetupUtils
-
Returns true if the provided port is free and we can use it,
false otherwise.
- canWrite(String) - Static method in class com.forgerock.opendj.cli.Utils
-
Returns true if we can write on the provided path and false otherwise.
- capacity() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns the current capacity of this byte string builder.
- CASBackendCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying CAS Backend settings.
- CASBackendCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying CAS Backend
settings.
- CASBackendCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the CAS Backend managed object definition
meta information.
- CASE_FOLD - Static variable in class com.forgerock.opendj.util.StringPrepProfile
-
Indicates whether case should be folded during string preparation.
- CASE_SENSITIVE_STRINGS - Static variable in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
-
Matching rule option controlling whether JSON string comparisons should be case-sensitive.
- CaseExactEqualityMatchingRule - Class in org.opends.server.schema
-
- CaseExactEqualityMatchingRule() - Constructor for class org.opends.server.schema.CaseExactEqualityMatchingRule
-
Deprecated.
- CaseExactIA5EqualityMatchingRule - Class in org.opends.server.schema
-
- CaseExactIA5EqualityMatchingRule() - Constructor for class org.opends.server.schema.CaseExactIA5EqualityMatchingRule
-
Deprecated.
- CaseExactIA5SubstringMatchingRule - Class in org.opends.server.schema
-
- CaseExactIA5SubstringMatchingRule() - Constructor for class org.opends.server.schema.CaseExactIA5SubstringMatchingRule
-
Deprecated.
- CaseExactOrderingMatchingRule - Class in org.opends.server.schema
-
- CaseExactOrderingMatchingRule() - Constructor for class org.opends.server.schema.CaseExactOrderingMatchingRule
-
Deprecated.
- CaseExactSubstringMatchingRule - Class in org.opends.server.schema
-
- CaseExactSubstringMatchingRule() - Constructor for class org.opends.server.schema.CaseExactSubstringMatchingRule
-
Deprecated.
- CaseIgnoreEqualityMatchingRule - Class in org.opends.server.schema
-
- CaseIgnoreEqualityMatchingRule() - Constructor for class org.opends.server.schema.CaseIgnoreEqualityMatchingRule
-
Deprecated.
- CaseIgnoreIA5EqualityMatchingRule - Class in org.opends.server.schema
-
- CaseIgnoreIA5EqualityMatchingRule() - Constructor for class org.opends.server.schema.CaseIgnoreIA5EqualityMatchingRule
-
Deprecated.
- CaseIgnoreIA5SubstringMatchingRule - Class in org.opends.server.schema
-
- CaseIgnoreIA5SubstringMatchingRule() - Constructor for class org.opends.server.schema.CaseIgnoreIA5SubstringMatchingRule
-
Deprecated.
- CaseIgnoreListEqualityMatchingRule - Class in org.opends.server.schema
-
- CaseIgnoreListEqualityMatchingRule() - Constructor for class org.opends.server.schema.CaseIgnoreListEqualityMatchingRule
-
Deprecated.
- CaseIgnoreListSubstringMatchingRule - Class in org.opends.server.schema
-
- CaseIgnoreListSubstringMatchingRule() - Constructor for class org.opends.server.schema.CaseIgnoreListSubstringMatchingRule
-
Deprecated.
- CaseIgnoreOrderingMatchingRule - Class in org.opends.server.schema
-
- CaseIgnoreOrderingMatchingRule() - Constructor for class org.opends.server.schema.CaseIgnoreOrderingMatchingRule
-
Deprecated.
- CaseIgnoreSubstringMatchingRule - Class in org.opends.server.schema
-
- CaseIgnoreSubstringMatchingRule() - Constructor for class org.opends.server.schema.CaseIgnoreSubstringMatchingRule
-
Deprecated.
- castValue(Object) - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Cast the provided value to the type associated with this property
definition.
- CategorizedComboBoxElement - Class in org.opends.guitools.controlpanel.datamodel
-
Class used in the combo box models.
- CategorizedComboBoxElement(Object, CategorizedComboBoxElement.Type) - Constructor for class org.opends.guitools.controlpanel.datamodel.CategorizedComboBoxElement
-
Constructor.
- CategorizedComboBoxElement.Type - Enum in org.opends.guitools.controlpanel.datamodel
-
The type of the element.
- Category - Class in org.opends.guitools.controlpanel.datamodel
-
Class containing the different actions for a given category.
- Category() - Constructor for class org.opends.guitools.controlpanel.datamodel.Category
-
- Category - Enum in org.opends.messages
-
Defines values for message categories which are loosly based on
server components.
- CATEGORY_ACCESS_CONTROL - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
Access Control.
- CATEGORY_ADMIN - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the administration framework.
- CATEGORY_ADMIN_TOOL - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the tool like the offline installer and uninstaller.
- CATEGORY_AUDIT - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
common audit event handling.
- CATEGORY_BACKEND - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
generic backends.
- CATEGORY_CONFIG - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
configuration handling.
- CATEGORY_CORE - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the core server.
- CATEGORY_DSCONFIG - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the dsconfig administration tool.
- CATEGORY_EXTENSIONS - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
server extensions (for example, extended operations, SASL mechanisms, password storage schemes, password validators, and so on).
- CATEGORY_JVM - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the Java Virtual Machine.
- CATEGORY_LOG - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the server loggers.
- CATEGORY_PLUGIN - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
plugin processing.
- CATEGORY_PROTOCOL - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
connection and protocol handling (for example, ASN.1 and LDAP).
- CATEGORY_QUICKSETUP - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
quicksetup tools.
- CATEGORY_RUNTIME_INFORMATION - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the runtime information.
- CATEGORY_SCHEMA - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the server schema elements.
- CATEGORY_SDK - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the OpenDJ LDAP SDK.
- CATEGORY_SYNC - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
replication.
- CATEGORY_TASK - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
tasks.
- CATEGORY_THIRD_PARTY - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
third-party (including user-defined) modules.
- CATEGORY_TOOLS - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
tools.
- CATEGORY_USER_DEFINED - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
user-defined modules.
- CATEGORY_UTIL - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
the general server utilities.
- CATEGORY_VERSION - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
version information.
- categoryFont - Static variable in class org.opends.guitools.controlpanel.ui.ColorAndFontConstants
-
The font to be used in the CategoryButton component.
- categoryForeground - Static variable in class org.opends.guitools.controlpanel.ui.ColorAndFontConstants
-
The text color of the category items.
- CategoryPanel - Class in org.opends.guitools.controlpanel.ui.components
-
The panel representing a category.
- CategoryPanel(JComponent, Category) - Constructor for class org.opends.guitools.controlpanel.ui.components.CategoryPanel
-
Constructor the the panel.
- CategoryTreeNode - Class in org.opends.guitools.controlpanel.ui.nodes
-
The tree node that is used to represent a category.
- CategoryTreeNode(LocalizableMessage) - Constructor for class org.opends.guitools.controlpanel.ui.nodes.CategoryTreeNode
-
Constructor.
- CDDL_HEADER_LINES - Static variable in class org.opends.server.util.ServerConstants
-
The lines that make up the CDDL header.
- CellEditorButton - Class in org.opends.guitools.controlpanel.ui.components
-
This is a simple extension of the JButton class used to be able to invoke
the method processKeyBinding.
- CellEditorButton(LocalizableMessage) - Constructor for class org.opends.guitools.controlpanel.ui.components.CellEditorButton
-
The constructor of the cell editor button.
- centerGoldenMean(Window, Component) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Center the component location of the ref component.
- centerOnComponent(Window, Component) - Static method in class org.opends.quicksetup.ui.Utilities
-
Center the component location of the ref component.
- centerOnScreen(Component) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Center the component location based on its preferred size.
- centerOnScreen(Component) - Static method in class org.opends.quicksetup.ui.Utilities
-
Center the component location based on its preferred size.
- CERTANDKEYGEN_PROVIDER - Static variable in class org.opends.server.util.ServerConstants
-
System property to use for overriding CertAndKeyGen class location.
- CertificateDialog - Class in org.opends.quicksetup.ui
-
This class is used to present the user a certificate to the user in order
it to be accepted.
- CertificateDialog(JFrame, UserDataCertificateException) - Constructor for class org.opends.quicksetup.ui.CertificateDialog
-
Constructor of the certificate dialog.
- CertificateDialog.ReturnType - Enum in org.opends.quicksetup.ui
-
The enumeration that defines the different answers that the user can
provide for this dialog.
- CertificateExactMatchingRule - Class in org.opends.server.schema
-
- CertificateExactMatchingRule() - Constructor for class org.opends.server.schema.CertificateExactMatchingRule
-
Deprecated.
- CertificateManager - Class in org.opends.server.util
-
This class provides an interface for generating self-signed certificates and
certificate signing requests, and for importing, exporting, and deleting
certificates from a key store.
- CertificateManager(String, String, String) - Constructor for class org.opends.server.util.CertificateManager
-
Creates a new certificate manager instance with the provided information.
- CertificateManager(String, String, char[]) - Constructor for class org.opends.server.util.CertificateManager
-
Creates a new certificate manager instance with the provided information.
- CertificateMapper<T extends CertificateMapperCfg> - Class in org.opends.server.api
-
This class defines the set of methods and structures that must be
implemented by a Directory Server module that implements the
functionality required to uniquely map an SSL client certificate to
a Directory Server user entry.
- CertificateMapper() - Constructor for class org.opends.server.api.CertificateMapper
-
- CertificateMapperCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Certificate Mapper settings.
- CertificateMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Certificate
Mapper settings.
- CertificateMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Certificate Mapper managed object
definition meta information.
- CertificateMapperConfigManager - Class in org.opends.server.core
-
This class defines a utility that will be used to manage the set of
certificate mappers defined in the Directory Server.
- CertificateMapperConfigManager(ServerContext) - Constructor for class org.opends.server.core.CertificateMapperConfigManager
-
Creates a new instance of this certificate mapper config manager.
- CertificateValidationPolicy - Enum in org.opends.server.extensions
-
This class implements an enumeration that may be used to indicate if/how a
client's certificate should be validated against the corresponding user entry
in the Directory Server.
- certNickNameArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "key store password file" string argument.
- changeConfig(ReplicationDomainCfg) - Method in class org.opends.server.replication.service.ReplicationDomain
-
Change some ReplicationDomain parameters.
- changeConfig(Set<String>, Set<String>) - Method in class org.opends.server.replication.service.ReplicationDomain
-
Applies a configuration change to the attributes which should be included
in the ECL.
- changeGenerationId(long) - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Sets the provided value as the new in memory generationId.
- CHANGELOG_BASE_DN - Static variable in class org.opends.server.backends.ChangelogBackend
-
The base DN for the external change log.
- ChangelogBackend - Class in org.opends.server.backends
-
A backend that provides access to the changelog, i.e. the "cn=changelog"
suffix.
- ChangelogBackend(ReplicationServer, ECLEnabledDomainPredicate) - Constructor for class org.opends.server.backends.ChangelogBackend
-
Creates a new backend with the provided replication server.
- ChangelogDB - Interface in org.opends.server.replication.server.changelog.api
-
This interface is the entry point for the changelog database which stores the
replication data on persistent storage.
- ChangelogException - Exception in org.opends.server.replication.server.changelog.api
-
This class define an Exception that must be used when some error condition
was detected in the changelog database that cannot be recovered
automatically.
- ChangelogException(LocalizableMessage) - Constructor for exception org.opends.server.replication.server.changelog.api.ChangelogException
-
Creates a new changelog exception with the provided information.
- ChangelogException(Throwable) - Constructor for exception org.opends.server.replication.server.changelog.api.ChangelogException
-
Creates a new changelog exception with the provided information.
- ChangelogException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.replication.server.changelog.api.ChangelogException
-
Creates a new identified exception with the provided information.
- ChangelogState - Class in org.opends.server.replication.server
-
This is the changelog state stored in the changelogStateDB.
- ChangelogState() - Constructor for class org.opends.server.replication.server.ChangelogState
-
- ChangelogStateProvider - Interface in org.opends.server.replication.server.changelog.api
-
Small interface for common Replication Environment operations.
- ChangeNumberControl(boolean, CSN) - Constructor for class org.opends.server.plugins.ChangeNumberControlPlugin.ChangeNumberControl
-
Constructs a new change number control.
- ChangeNumberControlPlugin - Class in org.opends.server.plugins
-
This class implements a Directory Server plugin that will add the
replication CSN to a response whenever the CSN control is received.
- ChangeNumberControlPlugin() - Constructor for class org.opends.server.plugins.ChangeNumberControlPlugin
-
Creates a new instance of this Directory Server plugin.
- ChangeNumberControlPlugin.ChangeNumberControl - Class in org.opends.server.plugins
-
The control used by this plugin.
- ChangeNumberControlPluginCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Change Number Control Plugin
settings.
- ChangeNumberControlPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Change Number
Control Plugin settings.
- ChangeNumberControlPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Change Number Control Plugin managed
object definition meta information.
- ChangeNumberIndexDB - Interface in org.opends.server.replication.server.changelog.api
-
- ChangeNumberIndexer - Class in org.opends.server.replication.server.changelog.file
-
Thread responsible for inserting replicated changes into the ChangeNumber
Index DB (CNIndexDB for short).
- ChangeNumberIndexer(ChangelogDB, ChangelogStateProvider) - Constructor for class org.opends.server.replication.server.changelog.file.ChangeNumberIndexer
-
Builds a ChangeNumberIndexer object.
- ChangeNumberIndexRecord - Class in org.opends.server.replication.server.changelog.api
-
- ChangeNumberIndexRecord(long, DN, CSN) - Constructor for class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
-
Builds an instance of this class.
- ChangeNumberIndexRecord(DN, CSN) - Constructor for class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
-
Builds an instance of this class, with changeNumber equal to 0.
- ChangeOperationType - Enum in org.opends.server.util
-
This enumeration defines the set of possible change types.
- ChangeRecord - Interface in org.forgerock.opendj.ldif
-
A request to modify the content of the Directory in some way.
- ChangeRecordEntry - Class in org.opends.server.util
-
This abstract class defines methods for a change record entry.
- ChangeRecordEntry(DN) - Constructor for class org.opends.server.util.ChangeRecordEntry
-
Creates a new change record entry with the provided information.
- ChangeRecordReader - Interface in org.forgerock.opendj.ldif
-
An interface for reading change records from a data source, typically an LDIF
file.
- ChangeRecordVisitor<R,P> - Interface in org.forgerock.opendj.ldif
-
A visitor of ChangeRecords, in the style of the visitor design
pattern.
- ChangeRecordWriter - Interface in org.forgerock.opendj.ldif
-
An interface for writing change records to a data source, typically an LDIF
file.
- changeStatus(StatusMachineEvent) - Method in class org.opends.server.replication.server.DataServerHandler
-
Change the status according to the event.
- changeStatusForResetGenId(long) - Method in class org.opends.server.replication.server.DataServerHandler
-
Order the peer DS server to change his status or close the connection
according to the requested new generation id.
- ChangeStatusMsg - Class in org.opends.server.replication.protocol
-
This message is used by the DS to tell the RS he is changing his status
(new status field used), or by the RS to tell the DS he must change his
status (requested status field used).
- ChangeStatusMsg(ServerStatus, ServerStatus) - Constructor for class org.opends.server.replication.protocol.ChangeStatusMsg
-
Create a new ChangeStatusMsg.
- ChangeTimeHeartbeatMsg - Class in org.opends.server.replication.protocol
-
Class that define messages sent by a replication domain (DS) to the
replication server to let the RS know the DS current change time.
- ChangeTimeHeartbeatMsg(CSN) - Constructor for class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
-
Constructor of a Change Time Heartbeat message providing the change time
value in a CSN.
- ChangeTimeHeartbeatMsg(byte[], short) - Constructor for class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
-
Creates a message from a provided byte array.
- changeTypesToInt(Set<PersistentSearchChangeType>) - Static method in enum org.opends.server.controls.PersistentSearchChangeType
-
Retrieves the integer representation of the provided set of change types.
- changeTypesToString(Set<PersistentSearchChangeType>) - Static method in enum org.opends.server.controls.PersistentSearchChangeType
-
Retrieves a string representation of the provided set of change types.
- changeTypesToString(Set<PersistentSearchChangeType>, StringBuilder) - Static method in enum org.opends.server.controls.PersistentSearchChangeType
-
Appends a string representation of the specified set of change types to the
provided buffer.
- CharacterSetPasswordValidator - Class in org.opends.server.extensions
-
This class provides an OpenDJ password validator that may be used to ensure
that proposed passwords contain at least a specified number of characters
from one or more user-defined character sets.
- CharacterSetPasswordValidator() - Constructor for class org.opends.server.extensions.CharacterSetPasswordValidator
-
Creates a new instance of this character set password validator.
- CharacterSetPasswordValidatorCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Character Set Password
Validator settings.
- CharacterSetPasswordValidatorCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Character Set
Password Validator settings.
- CharacterSetPasswordValidatorCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Character Set Password Validator
managed object definition meta information.
- charValue() - Method in class com.forgerock.opendj.util.ASCIICharProp
-
Returns the char value associated with this ASCIICharProp.
- check(SnmpValue, long, Object) - Method in class org.opends.server.snmp.DsApplIfOpsEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.opends.server.snmp.DsApplIfOpsEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class org.opends.server.snmp.DsApplIfOpsTableMeta
-
- check(SnmpValue, long, Object) - Method in class org.opends.server.snmp.DsIntEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.opends.server.snmp.DsIntEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class org.opends.server.snmp.DsIntTableMeta
-
- check(SnmpValue, long, Object) - Method in class org.opends.server.snmp.DsMIBMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.opends.server.snmp.DsMIBMeta
-
- check(SnmpValue, long, Object) - Method in class org.opends.server.snmp.DsTableEntryMeta
-
Check the value of a scalar variable
- check(SnmpMibSubRequest, int) - Method in class org.opends.server.snmp.DsTableEntryMeta
-
- check(SnmpMibSubRequest, SnmpOid, int) - Method in class org.opends.server.snmp.DsTableMeta
-
- checkAbort() - Method in class org.opends.quicksetup.Application
-
Checks whether the operation has been aborted.
- checkAbort() - Method in class org.opends.quicksetup.installer.Installer
-
Checks the value of canceled field and throws an
ApplicationException if true.
- checkAttributesAndObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for verifying that the user attributes in an entry
conform to its object classes.
- checkAttributesAndObjectClasses(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for verifying that the user attributes in an entry
conform to its object classes.
- checkAttributeValues() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for verifying that the user attributes in an entry
conform to their associated attribute type descriptions.
- checkAttributeValues(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for verifying that the user attributes in an entry
conform to their associated attribute type descriptions.
- CHECKBOX_COLOR - Static variable in class org.opends.quicksetup.ui.UIFactory
-
Specifies the check box text color.
- CHECKBOX_FONT - Static variable in class org.opends.quicksetup.ui.UIFactory
-
Specifies the font for the check box text.
- checkCanEnqueueRequest(Operation, boolean) - Static method in class org.opends.server.core.DirectoryServer
-
Runs all the necessary checks prior to adding an operation to the work
queue.
- checkClientTrusted(X509Certificate[], String) - Method in class com.forgerock.opendj.cli.PromptingTrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.opends.admin.ads.util.ApplicationTrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.opends.admin.ads.util.BlindTrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.opends.guitools.controlpanel.util.BlindApplicationTrustManager
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.opends.server.extensions.BlindTrustManagerProvider
-
Determines whether an SSL client with the provided certificate chain should
be trusted.
- checkClientTrusted(X509Certificate[], String) - Method in class org.opends.server.tools.PromptTrustManager
-
Determines whether an SSL client with the provided certificate chain should
be trusted.
- checkClientTrusted(X509Certificate[], String) - Method in class org.opends.server.util.ExpirationCheckTrustManager
-
Determines whether to trust the peer based on the provided certificate
chain.
- checkCommunity(String) - Method in class org.opends.server.snmp.SNMPInetAddressAcl
- checkCompatibleSuperiors(Set<ObjectClass>, ObjectClassType, List<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Checks whether the provided superior object classes are compatible with the
provided object class type.
- checkConflicts(RebuildConfig) - Method in class org.opends.server.backends.RebuildConfig
-
Check the given config for conflicts with this config.
- checkContextName(String) - Method in class org.opends.server.snmp.SNMPUserAcl
- checkDBDirExistsOrCanCreate(File, ConfigChangeResult, boolean) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
-
Checks a directory exists or can actually be created.
- checkDBDirPermissions(String, DN, ConfigChangeResult) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
-
Returns false if directory permissions in the configuration are invalid.
- checkDITContentRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for validating entries against content rules defined
in the schema.
- checkDITContentRules(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for validating entries against content rules defined
in the schema.
- checkDITStructureRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for validating entries against structure rules defined
in the schema.
- checkDITStructureRules(SchemaValidationPolicy.Action, SchemaValidationPolicy.EntryResolver) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for validating entries against structure rules
defined in the schema.
- checkDITStructureRulesEntryResolver() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns parent entry resolver which should be used for retrieving the
parent entry during DIT structure rule validation.
- CheckEntrySyntaxException - Exception in org.opends.guitools.controlpanel.datamodel
-
The exception that occurs when the user is editing an entry and some of the
provided data is not valid.
- CheckEntrySyntaxException(List<LocalizableMessage>) - Constructor for exception org.opends.guitools.controlpanel.datamodel.CheckEntrySyntaxException
-
Constructor of the exception.
- checkForTimeout() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Returns true if this request should be canceled once the timeout
period expires.
- checkForTimeout() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
-
- checkHostName(String, X509TrustManager) - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Wraps the provided X509TrustManager by adding additional validation which rejects certificate chains
whose subject alternative names do not match the specified host name or IP address.
- checkIfCanceled(boolean) - Method in class org.opends.server.core.OperationWrapper
-
- checkIfCanceled(boolean) - Method in class org.opends.server.types.AbstractOperation
-
- checkIfCanceled(boolean) - Method in interface org.opends.server.types.Operation
-
Checks to see if this operation requested to cancel in which case
CanceledOperationException will be thrown.
- checkIfCanceled(boolean) - Method in interface org.opends.server.types.operation.PluginOperation
-
Checks to see if this operation requested to cancel in which case
CanceledOperationException will be thrown.
- checkIfCancelled(boolean) - Method in interface org.forgerock.opendj.ldap.RequestContext
-
Throws
CancelledResultException if a cancellation request has
been received and processing of the request should be aborted if
possible.
- checkIntValue(Collection<LocalizableMessage>, String, int, int, LocalizableMessage) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Checks that the provided string value is a valid integer and if it is not
updates a list of error messages with an error.
- checkJavaVersion() - Static method in class com.forgerock.opendj.cli.Utils
-
Checks the java version.
- checkJavaVersion() - Static method in class org.opends.quicksetup.util.Utils
-
Checks that the java version we are running is compatible with OpenDS.
- CheckJVMVersion - Class in org.opends.server.tools
-
Class used by script to ensure the running java version is compatible with OpenDJ software.
- CheckJVMVersion() - Constructor for class org.opends.server.tools.CheckJVMVersion
-
- checkNameForms() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for validating entries against name forms defined in
the schema.
- checkNameForms(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for validating entries against name forms defined in
the schema.
- checkOKButtonEnable() - Method in class org.opends.guitools.controlpanel.ui.ExportLDIFPanel
-
- checkOKButtonEnable() - Method in class org.opends.guitools.controlpanel.ui.ImportLDIFPanel
-
- checkOKButtonEnable() - Method in class org.opends.guitools.controlpanel.ui.NewBaseDNPanel
-
- checkOKButtonEnable() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Updates the enabling/disabling of the OK button.
- checkOnlyOneArgPresent(Argument...) - Static method in class org.opends.server.util.StaticUtils
-
Checks that no more that one of a set of arguments is present.
- checkPasswordType(AttributeType) - Static method in class org.opends.server.util.SchemaUtils
-
Checks if the provided attribute type contains a password.
- checkpw(String, String) - Static method in class org.opends.server.extensions.BCrypt
-
Check that a plaintext password matches a previously hashed one.
- checkReadPermission(InetAddress) - Method in class org.opends.server.snmp.SNMPInetAddressAcl
- checkReadPermission(InetAddress, String) - Method in class org.opends.server.snmp.SNMPInetAddressAcl
- checkReadPermission(String) - Method in class org.opends.server.snmp.SNMPUserAcl
- checkReadPermission(String, String, int) - Method in class org.opends.server.snmp.SNMPUserAcl
- checkSchema() - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Whether the schema must be checked or not.
- checkServerCertificate(X509Certificate[], String, String) - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Indicate if the certificate chain can be trusted.
- checkServerTrusted(X509Certificate[], String) - Method in class com.forgerock.opendj.cli.PromptingTrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.opends.admin.ads.util.ApplicationTrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.opends.admin.ads.util.BlindTrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.opends.guitools.controlpanel.util.BlindApplicationTrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.opends.server.extensions.BlindTrustManagerProvider
-
Determines whether an SSL server with the provided certificate chain should
be trusted.
- checkServerTrusted(X509Certificate[], String) - Method in class org.opends.server.tools.PromptTrustManager
-
Determines whether an SSL server with the provided certificate chain should
be trusted.
- checkServerTrusted(X509Certificate[], String) - Method in class org.opends.server.util.ExpirationCheckTrustManager
-
Determines whether to trust the peer based on the provided certificate
chain.
- checkSubentryAddAcceptable(Entry) - Method in interface org.opends.server.api.SubentryChangeListener
-
Performs any checking that may be required before
subentry add operation.
- checkSubentryDeleteAcceptable(Entry) - Method in interface org.opends.server.api.SubentryChangeListener
-
Performs any checking that may be required before
subentry delete operation.
- checkSubentryModifyAcceptable(Entry, Entry) - Method in interface org.opends.server.api.SubentryChangeListener
-
Performs any checking that may be required before
subentry modify operation.
- checkSubentryModifyDNAcceptable(Entry, Entry) - Method in interface org.opends.server.api.SubentryChangeListener
-
Performs any checking that may be required before
subentry modify DN operation.
- checkSyntax(ArrayList<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.ui.AbstractNewEntryPanel
-
Updates the list of errors by checking the syntax of the entry.
- checkSyntax(ArrayList<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.ui.DuplicateEntryPanel
-
- checkSyntax(ArrayList<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.ui.NewDomainPanel
-
- checkSyntax(ArrayList<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.ui.NewEntryFromLDIFPanel
-
- checkSyntax(ArrayList<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.ui.NewGroupPanel
-
- checkSyntax(ArrayList<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.ui.NewOrganizationalUnitPanel
-
- checkSyntax(ArrayList<LocalizableMessage>) - Method in class org.opends.guitools.controlpanel.ui.NewUserPanel
-
- checkSyntaxBackground() - Method in class org.opends.guitools.controlpanel.ui.AbstractNewEntryPanel
-
Returns true if the syntax of the entry must be checked in
the background and false otherwise.
- checkSyntaxBackground() - Method in class org.opends.guitools.controlpanel.ui.NewGroupPanel
-
- checkUnsavedChanges() - Method in class org.opends.guitools.controlpanel.ui.CustomObjectClassPanel
-
- checkUnsavedChanges() - Method in class org.opends.guitools.controlpanel.ui.IndexBrowserRightPanel
-
Tells whether the user chose to save the changes in the panel, to not save
them or simply cancelled the selection in the tree.
- checkUnsavedChanges() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
Tells whether the user chose to save the changes in the panel, to not save
them or simply canceled the selection change in the tree.
- checkUnsavedChanges() - Method in class org.opends.guitools.controlpanel.ui.SchemaBrowserRightPanel
-
Tells whether the user chose to save the changes in the panel, to not save
them or simply canceled the selection in the tree.
- checkUnsavedChanges() - Method in class org.opends.guitools.controlpanel.ui.SchemaElementPanel
-
Tells whether the user chose to save the changes in the panel, to not save
them or simply cancelled the selection in the tree.
- checkUnsavedChanges() - Method in class org.opends.guitools.controlpanel.ui.VLVIndexPanel
-
Tells whether the user chose to save the changes in the panel, to not save
them or simply cancelled the selection in the tree.
- checkUsingPkcs11TrustStore() - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
- checkUsingTrustStore(String) - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Creates a new X509TrustManager which will use the named trust
store file to determine whether to trust a certificate.
- checkUsingTrustStore(String, char[], String) - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Creates a new X509TrustManager which will use the named trust
store file to determine whether to trust a certificate.
- checkValidityDates(X509TrustManager) - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Wraps the provided X509TrustManager by adding additional
validation which rejects certificate chains containing certificates which
have expired or are not yet valid.
- checkVersion() - Method in class org.opends.server.tools.tasks.TaskTool
-
Checks that binary version and instance version are the same.
- checkVersionMismatch() - Static method in class org.opends.server.util.BuildVersion
-
Checks if the binary version is the same than the instance version.
- checkWindow() - Method in class org.opends.server.replication.server.ServerHandler
-
Check the protocol window and send WindowMsg if necessary.
- checkWritePermission(InetAddress) - Method in class org.opends.server.snmp.SNMPInetAddressAcl
- checkWritePermission(InetAddress, String) - Method in class org.opends.server.snmp.SNMPInetAddressAcl
- checkWritePermission(String) - Method in class org.opends.server.snmp.SNMPUserAcl
- checkWritePermission(String, String, int) - Method in class org.opends.server.snmp.SNMPUserAcl
- child(InstantiableRelationDefinition<? super M, ? super N>, AbstractManagedObjectDefinition<M, N>, String) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new child managed object path beneath the provided parent path
having the specified managed object definition.
- child(InstantiableRelationDefinition<M, N>, String) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new child managed object path beneath the provided parent path
using the relation's child managed object definition.
- child(OptionalRelationDefinition<? super M, ? super N>, AbstractManagedObjectDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new child managed object path beneath the provided parent path
having the specified managed object definition.
- child(OptionalRelationDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new child managed object path beneath the provided parent path
using the relation's child managed object definition.
- child(SingletonRelationDefinition<? super M, ? super N>, AbstractManagedObjectDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new child managed object path beneath the provided parent path
having the specified managed object definition.
- child(SingletonRelationDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new child managed object path beneath the provided parent path
using the relation's child managed object definition.
- child(SetRelationDefinition<? super M, ? super N>, AbstractManagedObjectDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new child managed object path beneath the provided parent path
having the specified managed object definition.
- child(SetRelationDefinition<M, N>, String) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new child managed object path beneath the provided parent path
having the managed object definition indicated by name.
- child(SetRelationDefinition<M, N>) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new child managed object path beneath the provided parent path
using the relation's child managed object definition.
- child(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns a DN which is subordinate to this DN and having the additional
RDN components contained in the provided DN.
- child(RDN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns a DN which is an immediate child of this DN and having the
specified RDN.
- child(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns a DN which is subordinate to this DN and having the additional
RDN components contained in the provided DN decoded using the default
schema.
- child(String, Object) - Method in class org.forgerock.opendj.ldap.DN
-
Returns a DN which is an immediate child of this DN and with an RDN
having the provided attribute type and value decoded using the default
schema.
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.opends.admin.ads.util.ApplicationKeyManager
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.opends.server.util.SelectableCertificateKeyManager
-
Chooses the alias of the client certificate that should be used based on
the provided criteria.
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.opends.server.util.SelectableCertificateKeyManager
-
Chooses the alias of the client certificate that should be used based on
the provided criteria.
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.opends.server.util.SelectableCertificateKeyManager
-
Chooses the alias of the server certificate that should be used based on
the provided criteria.
- chooseServerAlias(String, Principal[], Socket) - Method in class org.opends.admin.ads.util.ApplicationKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.opends.server.util.SelectableCertificateKeyManager
-
Chooses the alias of the server certificate that should be used based on
the provided criteria.
- CIPHER_3DES - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
high strength triple-DES cipher.
- CIPHER_DES - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
medium strength DES cipher.
- CIPHER_HIGH - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
strongest supported cipher, as long as the cipher is considered to be
high strength.
- CIPHER_LOW - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
strongest supported cipher, even if the strongest cipher is considered to
be medium or low strength.
- CIPHER_MEDIUM - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
strongest supported cipher, as long as the cipher is considered to be
high or medium strength.
- CIPHER_RC4_128 - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
high strength 128-bit RC4 cipher.
- CIPHER_RC4_40 - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the low
strength 40-bit RC4 cipher.
- CIPHER_RC4_56 - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
medium strength 56-bit RC4 cipher.
- CIPHER_TRANSFORMATION_3DES - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The cipher transformation that should be used when performing 3DES
encryption/decription.
- CIPHER_TRANSFORMATION_AES - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The cipher transformation that should be used when performing AES
encryption/decription.
- CIPHER_TRANSFORMATION_BLOWFISH - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The cipher transformation that should be used when performing blowfish
encryption/decription.
- CIPHER_TRANSFORMATION_RC4 - Static variable in class org.opends.server.extensions.ExtensionsConstants
-
The cipher transformation that should be used when performing RC4
encryption/decription.
- ClassPropertyDefinition - Class in org.forgerock.opendj.config
-
Class property definition.
- ClassPropertyDefinition.Builder - Class in org.forgerock.opendj.config
-
An interface for incrementally constructing class property definitions.
- cleanup() - Method in class org.opends.server.tools.ExportLDIF
-
- cleanup() - Method in class org.opends.server.tools.ImportLDIF
-
- cleanup() - Method in class org.opends.server.tools.RebuildIndex
-
- cleanup() - Method in class org.opends.server.tools.tasks.TaskTool
-
Cleanup task environment after offline run.
- clear() - Method in class com.forgerock.opendj.util.SmallSet
-
- clear() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Removes all of the attribute values from this attribute (optional
operation).
- clear() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Sets the length of this byte string builder to zero.
- clear() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
- clear() - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Clears the contents of this memory backend so that it does not contain
any entries.
- clear() - Method in class org.opends.guitools.controlpanel.datamodel.BackupTableModel
-
Clears the contents of the table model.
- clear() - Method in class org.opends.guitools.controlpanel.datamodel.SortableListModel
-
Clears the list model.
- clear() - Method in class org.opends.server.api.DITCacheMap
-
- clear() - Method in class org.opends.server.api.EntryCache
-
Removes all entries from the cache.
- clear() - Method in class org.opends.server.backends.pluggable.EntryContainer
-
Clear the contents of this entry container.
- clear() - Method in class org.opends.server.extensions.DefaultEntryCache
-
- clear() - Method in class org.opends.server.extensions.FIFOEntryCache
-
- clear() - Method in class org.opends.server.extensions.SoftReferenceEntryCache
-
- clear() - Method in class org.opends.server.replication.common.MultiDomainServerState
-
Empty the object..
- clear() - Method in class org.opends.server.replication.common.ServerState
-
Empty the ServerState.
- clear(DN) - Method in class org.opends.server.replication.server.changelog.file.ChangeNumberIndexer
-
Asks the current thread to clear its state for the specified domain.
- clear() - Method in class org.opends.server.replication.server.MsgQueue
-
Removes all UpdateMsg form this queue.
- clear() - Method in class org.opends.server.types.AttributeBuilder
-
Removes all attribute values from this attribute builder.
- CLEAR_PWD_ATTACHMENT - Static variable in class org.opends.server.extensions.PasswordModifyExtendedOperation
-
The clear text password, which may not be present if the provided password was pre-encoded.
- clearAccountDisabledState() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the account disabled state.
- clearAccountExpirationTime() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the account expiration time.
- clearAccountExpirationTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Clears the user's account expiration time.
- clearAndTruncate(int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Sets the length of this byte string builder to zero, and resets the
capacity to the specified size if above provided threshold.
- clearArguments() - Method in class com.forgerock.opendj.cli.CommandBuilder
-
Clears the arguments.
- clearAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
-
Removes all the attributes from this entry (optional operation).
- clearAttributes() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- clearAttributes() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- clearAuthenticationFailureTimes() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the authentication failure times.
- clearBackend(String) - Method in class org.opends.server.api.EntryCache
-
Removes all entries from the cache that are associated with the
provided backend.
- clearBackend(String) - Method in class org.opends.server.extensions.DefaultEntryCache
-
- clearBackend(String) - Method in class org.opends.server.extensions.FIFOEntryCache
-
- clearBackend(String) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
-
- clearBackend() - Method in class org.opends.server.types.LDIFImportConfig
-
Indicates whether to clear the entire backend if importing to a
backend with more than one base DNs.
- clearDB() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
-
Clears all records from the changelog (does not remove the changelog itself).
- clearEvalAttributes(int) - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
Used to clear the mask used to detect if access checking needs to be
performed on individual attributes types.
- clearFailureLockout() - Method in class org.opends.server.core.PasswordPolicyState
-
Updates the user account to remove any record of a previous lockout due to failed authentications.
- clearGraceLoginTimes() - Method in class org.opends.server.core.PasswordPolicyState
-
Updates the user entry to remove any record of previous grace logins.
- clearGraceLoginUseTimes() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the grace login use times.
- clearLastLoginTime() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the last login time.
- clearLastLoginTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Clears the last login time from the user's entry.
- clearMemoryBackend() - Method in class org.opends.server.backends.MemoryBackend
-
Removes any data that may have been stored in this backend.
- clearPasswordChangedByRequiredTime() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the password changed by required time.
- clearPasswordChangedTime() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the password changed time.
- clearPasswordChangedTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Removes the password changed time value from the user's entry.
- clearPasswordExpirationWarnedTime() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the password expiration warned time.
- clearPasswordHistory() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the password history.
- clearPasswordHistory() - Method in class org.opends.server.core.PasswordPolicyState
-
Clears the password history state information for the user.
- clearPasswordResetState() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
Clears the password reset state.
- ClearPasswordStorageScheme - Class in org.opends.server.extensions
-
This class defines a Directory Server password storage scheme that will store
the values in clear-text with no encoding at all.
- ClearPasswordStorageScheme() - Constructor for class org.opends.server.extensions.ClearPasswordStorageScheme
-
Creates a new instance of this password storage scheme.
- ClearPasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Clear Password Storage Scheme
settings.
- ClearPasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Clear Password
Storage Scheme settings.
- ClearPasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Clear Password Storage Scheme managed
object definition meta information.
- clearRecordedBytes() - Method in class org.opends.server.types.RecordingInputStream
-
Clear the bytes currently recorded by this input stream.
- clearRecordedBytes() - Method in class org.opends.server.types.RecordingOutputStream
-
Clear the bytes currently recorded by this output stream.
- clearRequiredChangeTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Updates the user entry to remove any timestamp indicating that the password has been changed in accordance
with the required change time.
- clearRootClientConnectionAtShutdown() - Static method in class org.opends.server.protocols.internal.InternalConnectionHandler
-
Called near the end of server shutdown.
- clearStatistics() - Method in class org.opends.server.protocols.http.HTTPStatistics
-
Clears any statistical information collected to this point.
- clearStatistics() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Clears any statistical information collected to this point.
- clearTree(TreeName) - Method in interface org.opends.server.backends.pluggable.spi.Importer
-
Clear the tree whose name is provided.
- clearValues() - Method in class com.forgerock.opendj.cli.Argument
-
Clears the set of values assigned to this argument.
- clearWarnedTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Updates the user entry to clear the warned time.
- clearWarnings() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- CLI_JAVA_PROPERTY - Static variable in class org.opends.quicksetup.Constants
-
The cli java system property.
- CliApplication - Interface in org.opends.quicksetup
-
Represents a quick setup CLI application.
- cliArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "CLI" boolean argument.
- ClickTooltipDisplayer - Class in org.opends.guitools.controlpanel.event
-
This class listens to events and displays a tooltip when the user clicks on
the object that registered this listener.
- ClickTooltipDisplayer() - Constructor for class org.opends.guitools.controlpanel.event.ClickTooltipDisplayer
-
- CliConstants - Class in com.forgerock.opendj.cli
-
This class defines a number of constants used by tools.
- CLIENT_SIDE_AUTH_UNKNOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the user requested an
unknown or unsupported authentication mechanism.
- CLIENT_SIDE_AUTH_UNKNOWN - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the user requested an
unknown or unsupported authentication mechanism.
- CLIENT_SIDE_CLIENT_LOOP - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client detected a
referral loop caused by servers referencing each other in a circular
manner.
- CLIENT_SIDE_CLIENT_LOOP - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the client detected a
referral loop caused by servers referencing each other in a circular
manner.
- CLIENT_SIDE_CONNECT_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client was not able
to establish a connection to the server.
- CLIENT_SIDE_CONNECT_ERROR - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the client was not able to
establish a connection to the server.
- CLIENT_SIDE_CONTROL_NOT_FOUND - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client expected a
control to be present in the response from the server but it was not
included.
- CLIENT_SIDE_CONTROL_NOT_FOUND - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the client expected a
control to be present in the response from the server but it was not
included.
- CLIENT_SIDE_DECODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that an error occurred while
decoding a response from the server.
- CLIENT_SIDE_DECODING_ERROR - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that an error occurred while
decoding a response from the server.
- CLIENT_SIDE_ENCODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that an error occurred while
encoding a request to send to the server.
- CLIENT_SIDE_ENCODING_ERROR - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that an error occurred while
encoding a request to send to the server.
- CLIENT_SIDE_FILTER_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the filter provided by
the user was malformed and could not be parsed.
- CLIENT_SIDE_FILTER_ERROR - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the filter provided by the
user was malformed and could not be parsed.
- CLIENT_SIDE_LOCAL_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that a local error occurred
that had nothing to do with interaction with the server.
- CLIENT_SIDE_LOCAL_ERROR - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that a local error occurred that
had nothing to do with interaction with the server.
- CLIENT_SIDE_MORE_RESULTS_TO_RETURN - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the server has returned
more matching entries for a search operation than have been processed so
far.
- CLIENT_SIDE_NO_MEMORY - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client application
was not able to allocate enough memory for the requested operation.
- CLIENT_SIDE_NO_MEMORY - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the client application was
not able to allocate enough memory for the requested operation.
- CLIENT_SIDE_NO_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the requested single
entry search operation or read operation failed because the Directory
Server did not return any matching entries.
- CLIENT_SIDE_NO_RESULTS_RETURNED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the server did not return
any results for a search operation that was expected to match at least one
entry.
- CLIENT_SIDE_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the user requested an
operation that is not supported.
- CLIENT_SIDE_NOT_SUPPORTED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the user requested an
operation that is not supported.
- CLIENT_SIDE_PARAM_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that there was a problem with
one or more of the parameters provided by the user.
- CLIENT_SIDE_PARAM_ERROR - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that there was a problem with
one or more of the parameters provided by the user.
- CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client reached the
maximum number of hops allowed when attempting to follow a referral
(i.e., following one referral resulted in another referral which resulted
in another referral and so on).
- CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the client reached the
maximum number of hops allowed when attempting to follow a referral (i.e.,
following one referral resulted in another referral which resulted in
another referral and so on).
- CLIENT_SIDE_SERVER_DOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that a previously-established
connection to the server was lost.
- CLIENT_SIDE_SERVER_DOWN - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that a previously-established
connection to the server was lost.
- CLIENT_SIDE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client did not
receive an expected response in a timely manner.
- CLIENT_SIDE_TIMEOUT - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the client did not receive
an expected response in a timely manner.
- CLIENT_SIDE_UNEXPECTED_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that the requested single entry search
operation or read operation failed because the Directory Server returned
multiple matching entries (or search references) when only a single
matching entry was expected.
- CLIENT_SIDE_USER_CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the user cancelled an
operation.
- CLIENT_SIDE_USER_CANCELLED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The client-side result code that indicates that the user cancelled an
operation.
- ClientConnection - Class in org.opends.server.api
-
This class defines the set of methods and structures that must be
implemented by a Directory Server client connection.
- ClientConnection() - Constructor for class org.opends.server.api.ClientConnection
-
Performs the appropriate initialization generic to all client connections.
- clientConnection - Variable in class org.opends.server.types.AbstractOperation
-
The client connection with which this operation is associated.
- ClientConnectionMonitorProvider - Class in org.opends.server.monitors
-
This class defines a Directory Server monitor provider that can be
used to obtain information about the client connections established
to the server.
- ClientConnectionMonitorProvider() - Constructor for class org.opends.server.monitors.ClientConnectionMonitorProvider
-
Creates an instance of this monitor provider.
- ClientConnectionMonitorProvider(ConnectionHandler) - Constructor for class org.opends.server.monitors.ClientConnectionMonitorProvider
-
Creates an instance of this monitor provider.
- ClientConnectionMonitorProviderCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Client Connection Monitor
Provider settings.
- ClientConnectionMonitorProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Client Connection
Monitor Provider settings.
- ClientConnectionMonitorProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Client Connection Monitor Provider
managed object definition meta information.
- ClientConstraintHandler - Class in org.forgerock.opendj.config.client
-
An interface for performing client-side constraint validation.
- ClientConstraintHandler() - Constructor for class org.forgerock.opendj.config.client.ClientConstraintHandler
-
Creates a new client constraint handler.
- ClientException - Exception in com.forgerock.opendj.cli
-
This class defines an exception that may be thrown if a local problem occurs in a Directory Server client.
- ClientException(ReturnCode, LocalizableMessage) - Constructor for exception com.forgerock.opendj.cli.ClientException
-
Creates a new client exception with the provided message.
- ClientException(ReturnCode, LocalizableMessage, Throwable) - Constructor for exception com.forgerock.opendj.cli.ClientException
-
Creates a new client exception with the provided message and root cause.
- CliMessages - Class in com.forgerock.opendj.cli
-
This file contains localizable message descriptors having the resource
name com.forgerock.opendj.cli.cli.
- cloneExtraProperties(SchemaElement) - Static method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
Clones the extra properties of the provided schema element.
- cloneWithReplicationServerId(int) - Method in class org.opends.server.replication.common.DSInfo
-
Returns a new instance of
DSInfo with the specified replication
server Id.
- close() - Method in class com.forgerock.opendj.util.SizeLimitInputStream
-
- close() - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
-
- close() - Method in class org.forgerock.opendj.config.client.spi.Driver
-
Closes any context associated with this management context driver.
- close() - Method in class org.forgerock.opendj.config.dsconfig.LDAPManagementContextFactory
-
Closes this management context.
- close() - Method in class org.forgerock.opendj.grizzly.GrizzlyLDAPConnectionFactory
-
- close() - Method in class org.forgerock.opendj.grizzly.GrizzlyLDAPListener
-
- close() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Closes this ASN.1 reader.
- close() - Method in interface org.forgerock.opendj.io.ASN1Writer
-
Closes this ASN.1 writer, flushing it first.
- close() - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- close() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Releases any resources associated with this connection.
- close(UnbindRequest, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Releases any resources associated with this connection.
- close() - Method in interface org.forgerock.opendj.ldap.Connection
-
Releases any resources associated with this connection.
- close(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.Connection
-
Releases any resources associated with this connection.
- close() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
-
Releases any resources associated with this connection factory.
- close() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
-
Releases any resources associated with this connection pool.
- close() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
- close() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Closes this LDAP connection listener.
- close() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Releases any resources associated with this connection factory implementation.
- close() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Releases any resources associated with this connection.
- close(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Releases any resources associated with this connection.
- close() - Method in interface org.forgerock.opendj.ldap.spi.LDAPListenerImpl
-
Closes this stream and releases any system resources associated
with it.
- close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
-
Closes this change record reader if it not already closed.
- close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
-
Closes this change record writer, flushing it first.
- close() - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
-
Closes this connection change record writer, including the underlying
connection.
- close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Closes this connection entry reader, canceling the search request if it is still active.
- close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
-
Closes this connection entry writer, including the underlying connection.
- close() - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
- close() - Method in interface org.forgerock.opendj.ldif.EntryReader
-
Closes this entry reader if it is not already closed.
- close() - Method in interface org.forgerock.opendj.ldif.EntryWriter
-
Closes this entry writer, flushing it first.
- close() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
- close() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
- close() - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
- close() - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
- close() - Method in interface org.forgerock.opendj.server.core.DataProviderConnection
-
Closes this data provider connection.
- close() - Method in class org.forgerock.openidm.accountchange.PersistedQueue
-
Closes this queue and frees up all resources associated to it.
- close() - Method in class org.opends.admin.ads.util.ConnectionWrapper
-
- close() - Method in class org.opends.guitools.controlpanel.browser.ConnectionWithControls
-
- close() - Method in class org.opends.server.backends.cassandra.Storage
-
- close() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- close() - Method in class org.opends.server.backends.jdbc.Storage
-
- close() - Method in class org.opends.server.backends.jeb.JEStorage
-
- close() - Method in class org.opends.server.backends.pdb.PDBStorage
-
- close() - Method in class org.opends.server.backends.pluggable.EntryContainer
-
Closes the entry container.
- close() - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
-
- close() - Method in interface org.opends.server.backends.pluggable.spi.Importer
-
- close() - Method in interface org.opends.server.backends.pluggable.spi.SequentialCursor
- close() - Method in interface org.opends.server.backends.pluggable.spi.Storage
-
- close() - Method in class org.opends.server.extensions.DynamicGroupMemberList
-
- close() - Method in class org.opends.server.extensions.FilteredStaticGroupMemberList
-
- close() - Method in class org.opends.server.extensions.RedirectingByteChannel
-
- close() - Method in class org.opends.server.extensions.SimpleStaticGroupMemberList
-
- close() - Method in class org.opends.server.loggers.ConsoleDebugLogPublisher
-
- close() - Method in interface org.opends.server.loggers.LogPublisher
-
Close this publisher.
- close() - Method in class org.opends.server.loggers.MeteredStream
-
Close the output stream which closes the target output stream.
- close() - Method in class org.opends.server.loggers.TextDebugLogPublisher
-
- close() - Method in class org.opends.server.loggers.TextErrorLogPublisher
-
- close() - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
-
- close() - Method in class org.opends.server.loggers.ThreadFilterTextErrorLogPublisher
-
- close(UnbindRequest, String) - Method in class org.opends.server.protocols.http.SdkConnectionAdapter
-
- close() - Method in class org.opends.server.protocols.jmx.OpendsJmxConnector
- close() - Method in class org.opends.server.replication.protocol.Session
-
This method is called when the session with the remote must be closed.
- close() - Method in interface org.opends.server.replication.server.changelog.api.DBCursor
-
Release the resources and locks used by this Iterator.
- close() - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
-
Release the resources and locks used by this Iterator.
- close() - Method in class org.opends.server.replication.server.changelog.file.ECLMultiDomainDBCursor
-
- close() - Method in class org.opends.server.replication.server.changelog.file.MultiDomainDBCursor
-
Release the resources and locks used by this Iterator.
- close() - Method in class org.opends.server.replication.server.changelog.file.ReplicaCursor
-
- close(AtomicInteger) - Method in class org.opends.server.tools.LDAPConnection
-
Close the underlying ASN1 reader and writer, optionally sending an unbind
request before disconnecting.
- close() - Method in class org.opends.server.tools.LDAPReader
-
Closes this LDAP reader and the underlying socket.
- close() - Method in class org.opends.server.tools.LDAPWriter
-
Closes this LDAP writer and the underlying socket.
- close() - Method in class org.opends.server.tools.makeldif.MakeLDIFInputStream
-
Closes this input stream so that no more data may be read from it.
- close() - Method in class org.opends.server.types.LDIFExportConfig
-
Closes any resources that this export config might have open.
- close() - Method in class org.opends.server.types.LDIFImportConfig
-
Closes any resources that this import config might have open.
- close() - Method in class org.opends.server.types.MemberList
-
Indicates that this member list is no longer required and that
the server may clean up any resources that may have been used in
the course of processing.
- close() - Method in class org.opends.server.types.NullOutputStream
-
Closes the output stream.
- close() - Method in class org.opends.server.types.RecordingInputStream
- close() - Method in class org.opends.server.types.RecordingOutputStream
- close() - Method in class org.opends.server.util.LDIFReader
-
Closes this LDIF reader and the underlying file or input stream.
- close() - Method in class org.opends.server.util.LDIFWriter
-
Closes the LDIF writer and the underlying output stream or file.
- close() - Method in class org.opends.server.util.MultiOutputStream
-
Closes all of the underlying output streams.
- close(Closeable...) - Static method in class org.opends.server.util.StaticUtils
-
Closes the provided
Closeable's ignoring any errors which
occurred.
- close(Collection<? extends Closeable>) - Static method in class org.opends.server.util.StaticUtils
-
Closes the provided
Closeable's ignoring any errors which occurred.
- close() - Method in class org.openidentityplatform.opendj.embedded.EmbeddedOpenDJ
-
- close() - Method in class org.openidentityplatform.opendj.ldif.JSONEntryReader
-
- close() - Method in class org.openidentityplatform.opendj.ldif.JSONEntryWriter
-
- close0() - Method in class org.opends.server.loggers.TextAccessLogPublisher
-
- close0() - Method in class org.opends.server.loggers.TextAuditLogPublisher
-
- closeAndDeleteLogFile() - Static method in class org.opends.guitools.controlpanel.util.ControlPanelLog
-
Closes the log file and deletes it.
- closeBackend() - Method in class org.opends.server.api.LocalBackend
-
Performs any necessary work to finally close this backend, particularly
closing any underlying databases or connections and deregistering
any suffixes that it manages with the Directory Server.
- closeBackend() - Method in class org.opends.server.backends.BackupBackend
-
- closeBackend() - Method in class org.opends.server.backends.ChangelogBackend
-
- closeBackend() - Method in class org.opends.server.backends.ConfigurationBackend
-
- closeBackend() - Method in class org.opends.server.backends.LDIFBackend
-
- closeBackend() - Method in class org.opends.server.backends.MemoryBackend
-
- closeBackend() - Method in class org.opends.server.backends.MonitorBackend
-
- closeBackend() - Method in class org.opends.server.backends.NullBackend
-
- closeBackend() - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- closeBackend() - Method in class org.opends.server.backends.RootDSEBackend
-
- closeBackend() - Method in class org.opends.server.backends.SchemaBackend
-
- closeBackend() - Method in class org.opends.server.backends.task.TaskBackend
-
- closeBackend() - Method in class org.opends.server.backends.TrustStoreBackend
-
- closeClicked() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Notification that close was clicked, the panel is in charge of doing
whatever is required (close the dialog, etc.).
- closeClicked(WizardStep, QuickSetup) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- closeClicked(WizardStep, QuickSetup) - Method in class org.opends.quicksetup.installer.Installer
-
- closeClicked(WizardStep, QuickSetup) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Called when the user has clicked the 'close' button.
- closeEntryWriter() - Method in interface org.opends.server.tools.makeldif.EntryWriter
-
Notifies the entry writer that no more entries will be provided and that
any associated cleanup may be performed.
- closeEntryWriter() - Method in class org.opends.server.tools.makeldif.MakeLDIFInputStream
-
- closeInitiated() - Method in class org.opends.server.replication.protocol.Session
-
This methods allows to determine if the session close was initiated
on this Session.
- code - Variable in class org.opends.dsml.protocol.ResultCode
-
- collect(Iterable<E>, C) - Static method in class org.opends.server.util.CollectionUtils
-
Collects all the elements from the provided iterable into the provided collection.
- collectionOf(String) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
-
Creates a new
collection sub-resource definition whose members will be resources
having the provided resource ID or its sub-types.
- Collections2 - Class in com.forgerock.opendj.util
-
Additional Collection based utility methods.
- CollectionUtils - Class in org.opends.server.util
-
- collective(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Specifies whether this attribute type is "collective".
- CollectiveAttributeSubentriesVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Collective Attribute
Subentries Virtual Attribute settings.
- CollectiveAttributeSubentriesVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Collective
Attribute Subentries Virtual Attribute settings.
- CollectiveAttributeSubentriesVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Collective Attribute Subentries
Virtual Attribute managed object definition meta information.
- CollectiveAttributeSubentriesVirtualAttributeProvider - Class in org.opends.server.extensions
-
This class implements a virtual attribute provider to serve the
collectiveAttributeSubentries operational attribute as described
in RFC 3671.
- CollectiveAttributeSubentriesVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.CollectiveAttributeSubentriesVirtualAttributeProvider
-
Creates a new instance of this collectiveAttributeSubentries virtual attribute provider.
- CollectiveVirtualAttribute - Class in org.opends.server.types
-
This class defines a collective virtual attribute, which is a
special kind of attribute whose values do not actually exist
in persistent storage but rather are obtained dynamically
from applicable collective attribute subentry.
- CollectiveVirtualAttribute(Attribute) - Constructor for class org.opends.server.types.CollectiveVirtualAttribute
-
Creates a new collective virtual attribute.
- ColorAndFontConstants - Class in org.opends.guitools.controlpanel.ui
-
Class containing some Fonts and Colors used in the Control Panel.
- ColorAndFontConstants() - Constructor for class org.opends.guitools.controlpanel.ui.ColorAndFontConstants
-
- column(String, String, int) - Static method in class com.forgerock.opendj.cli.MultiColumnPrinter
-
- column(String, String, int, int) - Static method in class com.forgerock.opendj.cli.MultiColumnPrinter
-
Creates a new Column with the provided arguments.
- columnSeparator(String) - Method in class com.forgerock.opendj.cli.MultiColumnPrinter.Builder
-
Sets the sequence to use to separate column.
- com.example.opendj - package com.example.opendj
-
Example OpenDJ Hello World plugin implementation classes.
- com.example.opendj.client - package com.example.opendj.client
-
Provides client-side interfaces for querying and managing the
Example OpenDJ Hello World plugin.
- com.example.opendj.meta - package com.example.opendj.meta
-
Provides introspection interfaces for the Example OpenDJ Hello
World plugin.
- com.example.opendj.server - package com.example.opendj.server
-
Provides server-side interfaces for accessing the Example OpenDJ
Hello World plugin.
- com.forgerock.opendj.cli - package com.forgerock.opendj.cli
-
Classes implementing the OpenDJ CLI shared APIs.
- com.forgerock.opendj.dsconfig - package com.forgerock.opendj.dsconfig
-
- com.forgerock.opendj.grizzly - package com.forgerock.opendj.grizzly
-
Classes implementing Grizzly transport provider.
- com.forgerock.opendj.ldap - package com.forgerock.opendj.ldap
-
- com.forgerock.opendj.ldap.config - package com.forgerock.opendj.ldap.config
-
- com.forgerock.opendj.ldap.controls - package com.forgerock.opendj.ldap.controls
-
Classes implementing Sun proprietary LDAP controls.
- com.forgerock.opendj.ldap.extensions - package com.forgerock.opendj.ldap.extensions
-
Classes implementing Sun proprietary LDAP extended operations.
- com.forgerock.opendj.ldap.tools - package com.forgerock.opendj.ldap.tools
-
Classes implementing the OpenDJ SDK client tools.
- com.forgerock.opendj.security - package com.forgerock.opendj.security
-
- com.forgerock.opendj.util - package com.forgerock.opendj.util
-
Classes providing utility functionality.
- com.forgerock.reactive - package com.forgerock.reactive
-
Provides asynchronous stream processing with non-blocking back pressure.
- COMBO_SEPARATOR - Static variable in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
The string to be used as combo separator.
- comboBoxSelected(Map<String, SortedSet<AbstractIndexDescriptor>>, CategorizedComboBoxElement, AddRemovePanel<AbstractIndexDescriptor>) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Updates and addremove panel with the contents of the provided item.
- ComboKeySelectionManager - Class in org.opends.guitools.controlpanel.event
-
A class used to allow the user to type a sequence of characters that will
select automatically an item in the combo box.
- ComboKeySelectionManager(JComboBox) - Constructor for class org.opends.guitools.controlpanel.event.ComboKeySelectionManager
-
Default constructor.
- CommandBuilder - Class in com.forgerock.opendj.cli
-
Class used to be able to generate the non interactive mode.
- CommandBuilder() - Constructor for class com.forgerock.opendj.cli.CommandBuilder
-
- CommandBuilder(String, String) - Constructor for class com.forgerock.opendj.cli.CommandBuilder
-
The constructor for the CommandBuilder.
- CommandLineTool - Class in org.forgerock.opendj.maven.doc
-
- CommandLineTool() - Constructor for class org.forgerock.opendj.maven.doc.CommandLineTool
-
- commit() - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Adds this managed object to the server or commits any changes made to it
depending on whether the managed object already exists on the
server.
- commit() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- commit() - Method in interface org.forgerock.opendj.config.ConfigurationClient
-
If this is a new configuration this method will attempt to add it to the
server, otherwise it will commit any changes made to this configuration.
- commit() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- CommonArguments - Class in com.forgerock.opendj.cli
-
This class regroup commons arguments used by the different CLI.
- CommonAudit - Class in org.opends.server.loggers
-
Entry point for the common audit facility.
- CommonAudit(ServerContext) - Constructor for class org.opends.server.loggers.CommonAudit
-
Creates the common audit.
- CommonAuditHttpAccessAuditFilter - Class in org.opends.server.protocols.http
-
This filter aims to send some access audit events to the AuditService managed as a CREST handler.
- CommonAuditHttpAccessAuditFilter(String, RequestHandler, TimeService) - Constructor for class org.opends.server.protocols.http.CommonAuditHttpAccessAuditFilter
-
Constructs a new HttpAccessAuditFilter.
- CommonLDAPOptions - Class in org.forgerock.opendj.ldap
-
Common options for LDAP clients and listeners.
- CommonLDAPOptions() - Constructor for class org.forgerock.opendj.ldap.CommonLDAPOptions
-
- COMPACT_VERSION_STRING - Static variable in class org.opends.server.util.DynamicConstants
-
A compact version string for this product, suitable for use in path names and similar cases.
- COMPACTED_MAX_VALUE - Static variable in class com.forgerock.opendj.util.PackedLong
-
Maximum value that can be stored with a compacted representation.
- COMPARATOR - Static variable in interface org.forgerock.opendj.ldap.ByteSequence
-
A ByteSequence comparator.
- comparator(Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator which can be used to compare entries using
the provided list of sort keys.
- comparator(Schema, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator which can be used to compare entries using
the provided list of sort keys.
- comparator(Schema, SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator which can be used to compare entries using
the provided list of sort keys.
- comparator(SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator which can be used to compare entries using
the provided list of sort keys.
- comparator(String) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator which can be used to compare entries using
the provided string representation of a list of sort keys.
- comparator() - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator which can be used to compare entries using
this sort key.
- comparator(Schema) - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator which can be used to compare entries using
this sort key.
- compare(String, String) - Method in class org.forgerock.opendj.config.ACIPropertyDefinition
-
- compare(AttributeType, AttributeType) - Method in class org.forgerock.opendj.config.AttributeTypePropertyDefinition
-
- compare(Boolean, Boolean) - Method in class org.forgerock.opendj.config.BooleanPropertyDefinition
-
- compare(DN, DN) - Method in class org.forgerock.opendj.config.DNPropertyDefinition
-
- compare(Long, Long) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
-
- compare(Integer, Integer) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
-
- compare(AddressMask, AddressMask) - Method in class org.forgerock.opendj.config.IPAddressMaskPropertyDefinition
-
- compare(InetAddress, InetAddress) - Method in class org.forgerock.opendj.config.IPAddressPropertyDefinition
-
- compare(T, T) - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Compares two property values for order.
- compare(Long, Long) - Method in class org.forgerock.opendj.config.SizePropertyDefinition
-
- compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
-
- compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Compares an entry in the Directory Server using the provided compare
request.
- compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Compares the named entry in the Directory Server against the provided
attribute value assertion.
- compare(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Compares an entry in the Directory Server using the provided compare
request.
- compare(String, String, String) - Method in interface org.forgerock.opendj.ldap.Connection
-
Compares the named entry in the Directory Server against the provided
attribute value assertion.
- compare(BaseDNDescriptor, BaseDNDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNTableModel
-
Comparable implementation.
- compare(AddressConnectionHandlerDescriptor, AddressConnectionHandlerDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlersMonitoringTableModel
-
- compare(ConnectionHandlerDescriptor, ConnectionHandlerDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerTableModel
-
Comparable implementation.
- compare(BackendDescriptor, BackendDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.DatabaseMonitoringTableModel
-
- compare(AbstractIndexDescriptor, AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.IndexTableModel
-
Comparable implementation.
- compare(TaskEntry, TaskEntry) - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
- compare(AbstractIndexDescriptor, AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.VLVIndexTableModel
-
Comparable implementation.
- compare(String, String) - Method in class org.opends.guitools.controlpanel.util.LowerCaseComparator
-
- compare(byte[], byte[]) - Method in class org.opends.legacy.DummyByteArrayComparator
-
Deprecated.
- compare(ServerDescriptor, ServerDescriptor) - Method in class org.opends.quicksetup.installer.ui.RemoteReplicationPortsPanel
-
- compare(SuffixDescriptor, SuffixDescriptor) - Method in class org.opends.quicksetup.installer.ui.SuffixesToReplicatePanel
-
- compare(byte[], byte[]) - Method in class org.opends.server.backends.jeb.AttributeIndex.KeyComparator
-
Deprecated.
- compare(byte[], byte[]) - Method in class org.opends.server.backends.jeb.VLVKeyComparator
-
Deprecated.
- compare(CSN, CSN) - Static method in class org.opends.server.replication.common.CSN
-
Compares this CSN with the provided CSN for order and returns a negative
number if csn1 is older than csn2, zero if they have the
same age, or a positive number if csn1 is newer than csn2.
- compare(byte[], byte[]) - Static method in class org.opends.server.util.StaticUtils
-
Compare two byte arrays for order.
- COMPARE_FALSE - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the attribute value assertion
included in a compare request did not match the targeted entry.
- COMPARE_FALSE - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for compare operations in which the assertion is false.
- COMPARE_TRUE - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the attribute value assertion
included in a compare request did match the targeted entry.
- COMPARE_TRUE - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for compare operations in which the assertion is true.
- compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously compares an entry in the Directory Server using the
provided compare request.
- compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously compares an entry in the Directory Server using the
provided compare request.
- compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
- compareAsync(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously compares an entry in the Directory Server using the
provided compare request.
- compareAsync(CompareRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously compares an entry in the Directory Server using the
provided compare request.
- compareAsync(CompareRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Asynchronously compares an entry in the Directory Server using the provided compare request.
- compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.opends.server.protocols.http.SdkConnectionAdapter
-
- compareByName() - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns a Comparator which can be used to compare entries by name
using the natural order for DN comparisons (parent before children).
- compareNames(AbstractIndexDescriptor, AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
Compares the names of the two indexes.
- CompareOperation - Interface in org.opends.server.core
-
This interface defines an operation that may be used to determine whether a
specified entry in the Directory Server contains a given attribute-value
pair.
- CompareOperationBasis - Class in org.opends.server.core
-
This class defines an operation that may be used to determine whether a
specified entry in the Directory Server contains a given attribute-value
pair.
- CompareOperationBasis(ClientConnection, long, int, List<Control>, ByteString, String, ByteString) - Constructor for class org.opends.server.core.CompareOperationBasis
-
Creates a new compare operation with the provided information.
- CompareOperationBasis(ClientConnection, long, int, List<Control>, DN, AttributeDescription, ByteString) - Constructor for class org.opends.server.core.CompareOperationBasis
-
Creates a new compare operation with the provided information.
- CompareOperationWrapper - Class in org.opends.server.core
-
This abstract class wraps/decorates a given compare operation.
- CompareOperationWrapper(CompareOperation) - Constructor for class org.opends.server.core.CompareOperationWrapper
-
Creates a new compare operation based on the provided compare operation.
- compareRebuildRequired(AbstractIndexDescriptor, AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
Compares the rebuild messages for the two indexes.
- compareRequest(int, CompareRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- compareRequest(int, CompareRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP compare request message.
- CompareRequest - Interface in org.forgerock.opendj.ldap.requests
-
The Compare operation allows a client to compare an assertion value with the
values of a particular attribute in a particular entry in the Directory.
- CompareRequest - Class in org.opends.dsml.protocol
-
Java class for CompareRequest complex type.
- CompareRequest() - Constructor for class org.opends.dsml.protocol.CompareRequest
-
- CompareRequestProtocolOp - Class in org.opends.server.protocols.ldap
-
This class defines the structures and methods for an LDAP compare request
protocol op, which is used to determine whether a particular entry contains
a specified attribute value.
- CompareRequestProtocolOp(ByteString, String, ByteString) - Constructor for class org.opends.server.protocols.ldap.CompareRequestProtocolOp
-
Creates a new compare request protocol op with the provided information.
- CompareResponseProtocolOp - Class in org.opends.server.protocols.ldap
-
This class defines the structures and methods for an LDAP compare response
protocol op, which is used to provide information about the result of
processing a compare request.
- CompareResponseProtocolOp(int) - Constructor for class org.opends.server.protocols.ldap.CompareResponseProtocolOp
-
Creates a new compare response protocol op with the provided result code.
- CompareResponseProtocolOp(int, LocalizableMessage) - Constructor for class org.opends.server.protocols.ldap.CompareResponseProtocolOp
-
Creates a new compare response protocol op with the provided result code
and error message.
- CompareResponseProtocolOp(int, LocalizableMessage, DN, List<String>) - Constructor for class org.opends.server.protocols.ldap.CompareResponseProtocolOp
-
Creates a new compare response protocol op with the provided information.
- compareResult(int, CompareResult) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- compareResult(int, CompareResult) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP compare result message.
- CompareResult - Interface in org.forgerock.opendj.ldap.responses
-
An Compare result indicates the final status of an Compare operation.
- compareTo(ArgumentGroup) - Method in class com.forgerock.opendj.cli.ArgumentGroup
-
- compareTo(ASCIICharProp) - Method in class com.forgerock.opendj.util.ASCIICharProp
-
- compareTo(PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Compares this property definition with the specified property definition
for order.
- compareTo(Tag) - Method in class org.forgerock.opendj.config.Tag
-
- compareTo(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Compares this attribute description to the provided attribute
description.
- compareTo(AVA) - Method in class org.forgerock.opendj.ldap.AVA
-
- compareTo(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Compares this byte sequence with the specified byte array sub-sequence
for order.
- compareTo(ByteSequence) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Compares this byte sequence with the specified byte sequence for order.
- compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
-
- compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteString
-
- compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- compareTo(DN) - Method in class org.forgerock.opendj.ldap.DN
-
- compareTo(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.GeneralizedTime
-
- compareTo(RDN) - Method in class org.forgerock.opendj.ldap.RDN
-
- compareTo(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Compares this attribute type to the provided attribute type.
- compareTo(DataProviderID) - Method in class org.forgerock.opendj.server.core.DataProviderID
-
- compareTo(ServerDescriptor) - Method in class org.opends.admin.ads.ServerDescriptor
-
- compareTo(SuffixDescriptor) - Method in class org.opends.admin.ads.SuffixDescriptor
-
- compareTo(BaseDNDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNDescriptor
-
- compareTo(AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.IndexDescriptor
-
- compareTo(AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor
-
- compareTo(BuildInformation) - Method in class org.opends.quicksetup.BuildInformation
-
- compareTo(Aci) - Method in class org.opends.server.authorization.dseecompat.Aci
-
Compares this Aci with the provided Aci based on a natural order.
- compareTo(TreeName) - Method in class org.opends.server.backends.pluggable.spi.TreeName
-
- compareTo(Task) - Method in class org.opends.server.backends.task.Task
-
Compares this task with the provided task for the purposes of ordering in a
sorted list.
- compareTo(Object) - Method in class org.opends.server.plugins.profiler.ProfileStackFrame
-
Indicates the order of this profile stack frame relative to the provided
object in a sorted list.
- compareTo(HttpAuthorizationMechanism<?>) - Method in class org.opends.server.protocols.http.authz.HttpAuthorizationMechanism
-
- compareTo(CSN) - Method in class org.opends.server.replication.common.CSN
-
Compares this CSN with the provided CSN for order and returns a negative
number if this CSN is older than csn, zero if they have the same
age, or a positive number if this CSN is newer than csn.
- compareTo(UpdateMsg) - Method in class org.opends.server.replication.protocol.UpdateMsg
- compareTo(ReplicaId) - Method in class org.opends.server.replication.server.changelog.api.ReplicaId
-
- compareTo(HostPort) - Method in class org.opends.server.types.HostPort
-
- compareTo(BuildVersion) - Method in class org.opends.server.util.BuildVersion
-
- Completable - Interface in com.forgerock.reactive
-
Completable is used to communicates a terminated operation which doesn't produce a result.
- Completable.Emitter - Interface in com.forgerock.reactive
-
Adapts the streaming api to a callback one.
- Completable.Subscriber - Interface in com.forgerock.reactive
-
Subscriber is notified when the operation has been completed, successfully or not.
- completableError(Throwable) - Static method in class com.forgerock.reactive.RxJavaStreams
-
- completeBranchInitialization(Map<String, Template>) - Method in class org.opends.server.tools.makeldif.Branch
-
Performs any necessary processing to ensure that the branch initialization
is completed.
- completed() - Method in class org.opends.server.replication.server.ExpectedAcksInfo
-
Signal that treatment of this object has been completed and that it is
going to be removed from the map where it is stored.
- completeSynchronizationProvider() - Method in class org.opends.server.api.SynchronizationProvider
-
Performs any necessary final initialization processing for this
synchronization provider.
- completeSynchronizationProvider() - Method in class org.opends.server.replication.plugin.MultimasterReplication
-
- completeTemplateInitialization(Map<String, Template>) - Method in class org.opends.server.tools.makeldif.Template
-
Performs any necessary processing to ensure that the template
initialization is completed.
- completionNotificationArg - Variable in class org.opends.server.admin.client.cli.TaskScheduleArgs
-
Argument for specifying completion notifications.
- componentHidden(ComponentEvent) - Method in class org.opends.guitools.controlpanel.event.ScrollPaneBorderListener
-
- componentHidden(ComponentEvent) - Method in class org.opends.quicksetup.event.MinimumSizeComponentListener
-
- componentMoved(ComponentEvent) - Method in class org.opends.quicksetup.event.MinimumSizeComponentListener
-
- componentResized(ComponentEvent) - Method in class org.opends.quicksetup.event.MinimumSizeComponentListener
-
ComponentListener implementation.
- componentShown(ComponentEvent) - Method in class org.opends.guitools.controlpanel.event.ScrollPaneBorderListener
-
- componentShown(ComponentEvent) - Method in class org.opends.quicksetup.event.MinimumSizeComponentListener
-
- compose(Function<M, X, NeverThrowsException>, Function<X, N, E>) - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns the composition of two functions.
- compress(byte[], int, int, byte[], int, int) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- compress(byte[], int, int, byte[], int, int) - Method in interface org.opends.server.types.CryptoManager
-
Attempts to compress the data in the provided source array into
the given destination array.
- compressAttributeDescriptions() - Method in class org.opends.server.types.EntryEncodeConfig
-
Indicates whether the encoded entry should use compressed
attribute descriptions.
- compressData() - Method in class org.opends.server.types.BackupConfig
-
Indicates whether the backup process should compress the data as
it is archived.
- COMPRESSED_SCHEMA_FILE_NAME - Static variable in class org.opends.server.config.ConfigConstants
-
The base name (with no path information) of the file that will be used to
hold schema tokens used for compressed schema elements.
- CompressedSchema - Class in org.opends.server.api
-
This class provides a utility for interacting with compressed representations
of schema elements.
- CompressedSchema(ServerContext) - Constructor for class org.opends.server.api.CompressedSchema
-
Creates a new empty instance of this compressed schema.
- compressObjectClassSets() - Method in class org.opends.server.types.EntryEncodeConfig
-
Indicates whether the encoded entry should use compressed object
class sets.
- computeMonitoringPossibleResults(SearchResultEntry, SearchResultEntry, List<Integer>, Collection<String>) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Computes the possible comparison results for monitoring information.
- computeNewStatus(ServerStatus, StatusMachineEvent) - Static method in class org.opends.server.replication.common.StatusMachine
-
Computes the new status of the state machine according to the current
status and the new generated event.
- computeNewValue(ByteSequence) - Method in interface org.opends.server.backends.pluggable.spi.UpdateFunction
-
Computes the new value for a record based on the record's existing
content.
- computeNumberOfThreads(int, float) - Static method in class org.opends.server.util.Platform
-
Computes the number of replay/worker/cleaner threads based on the number of cpus in the system.
- computeNumWorkerThreads(Integer) - Method in class org.opends.server.api.WorkQueue
-
Computes the number of worker threads to use by the working queue based on
the configured number.
- ConcatSchemaMojo - Class in org.forgerock.opendj.maven
-
Concatenates the contents of the files in the schema directory to create a
base schema that may be used during the upgrade process.
- ConcatSchemaMojo() - Constructor for class org.forgerock.opendj.maven.ConcatSchemaMojo
-
- ConcurrentModificationException - Exception in org.forgerock.opendj.config.client
-
This exception is thrown when a critical concurrent modification is detected
by the client.
- ConcurrentModificationException() - Constructor for exception org.forgerock.opendj.config.client.ConcurrentModificationException
-
Create a concurrent modification exception with a default message.
- ConcurrentModificationException(Throwable) - Constructor for exception org.forgerock.opendj.config.client.ConcurrentModificationException
-
Create a concurrent modification exception with a cause and a default
message.
- ConcurrentModificationException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.config.client.ConcurrentModificationException
-
Create a concurrent modification exception with a message and cause.
- ConcurrentModificationException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.config.client.ConcurrentModificationException
-
Create a concurrent modification exception with a message.
- Condition - Interface in org.forgerock.opendj.config.conditions
-
An interface for evaluating conditions.
- ConditionalFilters - Class in org.forgerock.opendj.rest2ldap.authz
-
- ConditionalFilters.Condition - Interface in org.forgerock.opendj.rest2ldap.authz
-
Condition which have to be fulfilled in order to apply the Filter.
- ConditionalFilters.ConditionalFilter - Interface in org.forgerock.opendj.rest2ldap.authz
-
- ConditionResult - Enum in org.forgerock.opendj.ldap
-
The result of a tri-state logical expression.
- Conditions - Class in org.forgerock.opendj.config.conditions
-
This class consists exclusively of static methods that operate on or return conditions.
- CONFIDENTIALITY_REQUIRED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation could not be
processed because it requires confidentiality for the communication
between the client and the server.
- CONFIDENTIALITY_REQUIRED - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail because confidentiality is required.
- config - Variable in class org.opends.server.replication.service.ReplicationDomain
-
The configuration of the replication domain.
- Config - Class in org.openidentityplatform.opendj.embedded
-
- Config() - Constructor for class org.openidentityplatform.opendj.embedded.Config
-
- CONFIG_ARCHIVE_DIR_NAME - Static variable in class org.opends.server.config.ConfigConstants
-
The base name (with no path information) of the directory that will hold
the archived versions of previous configurations.
- CONFIG_BACKEND_ID - Static variable in class org.opends.server.backends.ConfigurationBackend
-
The backend ID for the configuration backend.
- CONFIG_BACKUP_BASE_FILENAME - Static variable in class org.opends.server.util.ServerConstants
-
The base filename to use for the archive file containing a backup of the
server configuration.
- CONFIG_CHANGES_NAME - Static variable in class org.opends.server.config.ConfigConstants
-
The base name (with no path information) of the file that may contain
changes in LDIF form to apply to the configuration before the configuration
is loaded and initialized.
- CONFIG_DIR_NAME - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the directory that will hold the configuration file for the
Directory Server.
- CONFIG_FILE_NAME - Static variable in class org.opends.server.config.ConfigConstants
-
The default name of the file that holds the configuration for the Directory
Server.
- CONFIG_PATH_RELATIVE - Static variable in class org.opends.quicksetup.Installation
-
The relative path where the config files are.
- CONFIG_VALUE_FALSE - Static variable in class org.opends.server.util.ServerConstants
-
The value that will be used in the configuration for Boolean elements with
a value of "false".
- CONFIG_VALUE_TRUE - Static variable in class org.opends.server.util.ServerConstants
-
The value that will be used in the configuration for Boolean elements with
a value of "true".
- configAddIsAcceptable(Entry, LocalizableMessageBuilder) - Method in interface org.forgerock.opendj.config.server.spi.ConfigAddListener
-
Indicates whether the configuration entry that will result from a
proposed add is acceptable to this add listener.
- ConfigAddListener - Interface in org.forgerock.opendj.config.server.spi
-
This interface defines the methods that a Directory Server component should
implement if it wishes to be able to receive notification of new entries
added below a configuration entry.
- configChangeIsAcceptable(Entry, LocalizableMessageBuilder) - Method in interface org.forgerock.opendj.config.server.spi.ConfigChangeListener
-
Indicates whether the configuration entry that will result from a
proposed modification is acceptable to this change listener.
- ConfigChangeListener - Interface in org.forgerock.opendj.config.server.spi
-
This interface defines the methods that a Directory Server component should
implement if it wishes to be able to receive notification of changes to a
configuration entry.
- ConfigChangeListener - Interface in org.opends.guitools.controlpanel.event
-
Interface that must be implemented by the objects that want to receive
configuration change notifications.
- ConfigChangeResult - Class in org.forgerock.opendj.config.server
-
This class defines a data structure that can be used to hold information
about the result of processing a configuration change.
- ConfigChangeResult() - Constructor for class org.forgerock.opendj.config.server.ConfigChangeResult
-
Creates a new config change result object with the provided information.
- configClassArgument(String) - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "configclass" string argument.
- ConfigConstants - Class in org.opends.server.config
-
This class defines a number of constants used by the Directory Server
configuration, including configuration attribute and objectclass names,
and attribute options.
- ConfigConstants() - Constructor for class org.opends.server.config.ConfigConstants
-
- configDeleteIsAcceptable(Entry, LocalizableMessageBuilder) - Method in interface org.forgerock.opendj.config.server.spi.ConfigDeleteListener
-
Indicates whether it is acceptable to remove the provided configuration
entry.
- ConfigDeleteListener - Interface in org.forgerock.opendj.config.server.spi
-
This interface defines the methods that a Directory Server component should
implement if it wishes to be able to receive notification if entries below a
configuration entry are removed.
- configDirectory - Variable in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
-
The name of the JSON configuration directory in which config.json and rest2ldap/rest2ldap.json are located.
- ConfigErrorHandler(EntryCacheCommon.ConfigPhase, List<LocalizableMessage>, List<LocalizableMessage>) - Constructor for class org.opends.server.extensions.EntryCacheCommon.ConfigErrorHandler
-
Create an error handler.
- ConfigException - Exception in org.forgerock.opendj.config.server
-
Thrown during the course of interactions with the Directory Server configuration.
- ConfigException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.config.server.ConfigException
-
Creates a new configuration exception with the provided message.
- ConfigException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.config.server.ConfigException
-
Creates a new configuration exception with the provided message and
underlying cause.
- ConfigException - Exception in org.opends.server.config
-
This class defines an exception that may be thrown during the course of
interactions with the Directory Server configuration.
- ConfigException(LocalizableMessage) - Constructor for exception org.opends.server.config.ConfigException
-
Creates a new configuration exception with the provided message.
- ConfigException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.config.ConfigException
-
Creates a new configuration exception with the provided message and
underlying cause.
- configFile - Static variable in class org.opends.guitools.controlpanel.util.ConfigReader
-
The configuration file full path (-INSTANCE_ROOT-/config/config.ldif).
- configFileArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "configfile" string argument.
- ConfigFromConnection - Class in org.opends.guitools.controlpanel.util
-
A class that reads the configuration and monitoring information using an LDAP connection.
- ConfigFromConnection() - Constructor for class org.opends.guitools.controlpanel.util.ConfigFromConnection
-
- ConfigFromFile - Class in org.opends.guitools.controlpanel.util
-
A class that reads the configuration information from the files.
- ConfigFromFile() - Constructor for class org.opends.guitools.controlpanel.util.ConfigFromFile
-
Creates a new instance of this config file handler.
- ConfigGuideGeneration - Class in org.opends.server.admin.doc
-
This class allow Configuration Guide documentation generation (html format).
- ConfigGuideGeneration() - Constructor for class org.opends.server.admin.doc.ConfigGuideGeneration
-
- configMain(String[], OutputStream, OutputStream) - Static method in class org.opends.server.tools.ConfigureDS
-
Parses the provided command-line arguments and makes the appropriate
changes to the Directory Server configuration.
- ConfigMessages - Class in com.forgerock.opendj.ldap.config
-
This file contains localizable message descriptors having the resource
name com.forgerock.opendj.ldap.config.config.
- ConfigMessages - Class in org.opends.messages
-
This file contains localizable message descriptors having the resource
name org.opends.messages.config.
- ConfigParameters - Class in org.forgerock.opendj.server.embedded
-
Parameters to configure a directory server.
- configParams() - Static method in class org.forgerock.opendj.server.embedded.ConfigParameters
-
Creates configuration parameters.
- ConfigReader - Class in org.opends.guitools.controlpanel.util
-
An abstract class providing some common interface for the class that read
the configuration (and if the server is running, the monitoring information).
- ConfigReader() - Constructor for class org.opends.guitools.controlpanel.util.ConfigReader
-
- ConfigReadException - Exception in org.opends.guitools.controlpanel.datamodel
-
Exception that occurs reading the server configuration.
- ConfigReadException(LocalizableMessage) - Constructor for exception org.opends.guitools.controlpanel.datamodel.ConfigReadException
-
Constructor for the exception.
- Configuration - Interface in org.forgerock.opendj.config
-
A common base interface for all server managed object configurations.
- Configuration - Class in org.opends.quicksetup
-
Represents the contents of an OpenDS configuration file.
- Configuration(Installation, File) - Constructor for class org.opends.quicksetup.Configuration
-
Create a Configuration from a file.
- configuration - Variable in class org.opends.server.api.HttpEndpoint
-
Configuration of this endpoint.
- CONFIGURATION_ERROR - Static variable in class org.opends.quicksetup.ReturnCode
-
Error during the configuration of the Directory Server.
- ConfigurationAddListener<T extends Configuration> - Interface in org.forgerock.opendj.config.server
-
This interface defines the methods that a Directory Server configurable
component should implement if it wishes to be able to receive notifications
when a new configuration is added.
- ConfigurationAttributePanel - Class in org.opends.guitools.controlpanel.ui
-
The panel that displays a configuration attribute definition.
- ConfigurationAttributePanel() - Constructor for class org.opends.guitools.controlpanel.ui.ConfigurationAttributePanel
-
- ConfigurationAttributeTreeNode - Class in org.opends.guitools.controlpanel.ui.nodes
-
Class of the nodes that represent a configuration attribute in the 'Manage Schema' tree.
- ConfigurationAttributeTreeNode(String, AttributeType) - Constructor for class org.opends.guitools.controlpanel.ui.nodes.ConfigurationAttributeTreeNode
-
Constructor of the node.
- ConfigurationBackend - Class in org.opends.server.backends
-
Back-end responsible for management of configuration entries.
- ConfigurationBackend(ServerContext) - Constructor for class org.opends.server.backends.ConfigurationBackend
-
Creates and initializes a new instance of this backend.
- ConfigurationBackend.ConfigurationBackendCfg - Class in org.opends.server.backends
-
- configurationChanged(ConfigurationChangeEvent) - Method in interface org.opends.guitools.controlpanel.event.ConfigChangeListener
-
Method that is called when a change in the configuration occurred.
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.AbstractNewEntryPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.AddToGroupPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.AttributeSyntaxPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.BackupListPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.BackupPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.BaseDNPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.BinaryAttributeEditorPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.BinaryValuePanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.BrowseEntriesPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.components.TreePanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.CustomObjectClassPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.DeleteBackendPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.ErrorSearchingEntryPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.ExportLDIFPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.ImportLDIFPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.IndexBrowserRightPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.JavaPropertiesPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.LocalOrRemotePanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.LoginPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.MainActionsPane
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.ManageTasksPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.MatchingRulePanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.NewAttributePanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.NewBaseDNPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.NewIndexPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.NewObjectClassPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.ObjectClassEditorPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.RebuildIndexPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.RefreshOptionsPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.ResetUserPasswordPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.SchemaBrowserRightPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.SelectObjectClassesPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.StandardObjectClassPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.TaskToSchedulePanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.VerifyIndexPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.VLVIndexPanel
-
- configurationChanged(ConfigurationChangeEvent) - Method in class org.opends.guitools.controlpanel.ui.WindowsServicePanel
-
- ConfigurationChangeEvent - Class in org.opends.guitools.controlpanel.event
-
The event that describes a change in the configuration.
- ConfigurationChangeEvent(Object, ServerDescriptor) - Constructor for class org.opends.guitools.controlpanel.event.ConfigurationChangeEvent
-
Constructor for the event.
- ConfigurationChangeListener<T extends Configuration> - Interface in org.forgerock.opendj.config.server
-
This interface defines the methods that a Directory Server configurable
component should implement if it wishes to be able to receive notifications
when a its associated configuration is changed.
- configurationClass() - Method in interface com.example.opendj.server.ExamplePluginCfg
-
Gets the configuration class associated with this Example Plugin.
- configurationClass() - Method in interface opendj.server.MsadPluginCfg
-
Gets the configuration class associated with this Msad Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.config.Configuration
-
Gets the configuration class associated with this configuration.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AccessControlHandlerCfg
-
Gets the configuration class associated with this Access Control Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the configuration class associated with this Access Log Filtering Criteria.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
-
Gets the configuration class associated with this Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AccountStatusNotificationHandlerCfg
-
Gets the configuration class associated with this Account Status Notification Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AdminEndpointCfg
-
Gets the configuration class associated with this Admin Endpoint.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the configuration class associated with this Administration Connector.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AESPasswordStorageSchemeCfg
-
Gets the configuration class associated with this AES Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
-
Gets the configuration class associated with this Alert Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AnonymousSASLMechanismHandlerCfg
-
Gets the configuration class associated with this Anonymous SASL Mechanism Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
-
Gets the configuration class associated with this Attribute Cleanup Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
-
Gets the configuration class associated with this Attribute Value Password Validator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.AuthenticationPolicyCfg
-
Gets the configuration class associated with this Authentication Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
-
Gets the configuration class associated with this Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
-
Gets the configuration class associated with this Backend Index.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BackendVLVIndexCfg
-
Gets the configuration class associated with this Backend VLV Index.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BackupBackendCfg
-
Gets the configuration class associated with this Backup Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Base64PasswordStorageSchemeCfg
-
Gets the configuration class associated with this Base64 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
-
Gets the configuration class associated with this Bcrypt Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BlindTrustManagerProviderCfg
-
Gets the configuration class associated with this Blind Trust Manager Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.BlowfishPasswordStorageSchemeCfg
-
Gets the configuration class associated with this Blowfish Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CancelExtendedOperationHandlerCfg
-
Gets the configuration class associated with this Cancel Extended Operation Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CASBackendCfg
-
Gets the configuration class associated with this CAS Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CertificateMapperCfg
-
Gets the configuration class associated with this Certificate Mapper.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ChangeNumberControlPluginCfg
-
Gets the configuration class associated with this Change Number Control Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
-
Gets the configuration class associated with this Character Set Password Validator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ClearPasswordStorageSchemeCfg
-
Gets the configuration class associated with this Clear Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ClientConnectionMonitorProviderCfg
-
Gets the configuration class associated with this Client Connection Monitor Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
-
Gets the configuration class associated with this Collective Attribute Subentries Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
-
Gets the configuration class associated with this Connection Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
-
Gets the configuration class associated with this Core Schema.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CramMD5SASLMechanismHandlerCfg
-
Gets the configuration class associated with this Cram MD5 SASL Mechanism Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the configuration class associated with this Crypto Manager.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CryptPasswordStorageSchemeCfg
-
Gets the configuration class associated with this Crypt Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the configuration class associated with this Csv File Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the configuration class associated with this Csv File HTTP Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.DebugLogPublisherCfg
-
Gets the configuration class associated with this Debug Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.DebugTargetCfg
-
Gets the configuration class associated with this Debug Target.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
-
Gets the configuration class associated with this Dictionary Password Validator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.DigestMD5SASLMechanismHandlerCfg
-
Gets the configuration class associated with this Digest MD5 SASL Mechanism Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.DseeCompatAccessControlHandlerCfg
-
Gets the configuration class associated with this Dsee Compat Access Control Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.DynamicGroupImplementationCfg
-
Gets the configuration class associated with this Dynamic Group Implementation.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
-
Gets the configuration class associated with this Entity Tag Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
-
Gets the configuration class associated with this Entry Cache.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntryCacheMonitorProviderCfg
-
Gets the configuration class associated with this Entry Cache Monitor Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntryDNVirtualAttributeCfg
-
Gets the configuration class associated with this Entry DN Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntryUUIDPluginCfg
-
Gets the configuration class associated with this Entry UUID Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.EntryUUIDVirtualAttributeCfg
-
Gets the configuration class associated with this Entry UUID Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
-
Gets the configuration class associated with this Error Log Account Status Notification Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
-
Gets the configuration class associated with this Error Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
-
Gets the configuration class associated with this Exact Match Identity Mapper.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExtendedOperationHandlerCfg
-
Gets the configuration class associated with this Extended Operation Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
-
Gets the configuration class associated with this External Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalChangelogDomainCfg
-
Gets the configuration class associated with this External Changelog Domain.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalHTTPAccessLogPublisherCfg
-
Gets the configuration class associated with this External HTTP Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalSASLMechanismHandlerCfg
-
Gets the configuration class associated with this External SASL Mechanism Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FIFOEntryCacheCfg
-
Gets the configuration class associated with this FIFO Entry Cache.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the configuration class associated with this File Based Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the configuration class associated with this File Based Audit Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the configuration class associated with this File Based Debug Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the configuration class associated with this File Based Error Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the configuration class associated with this File Based HTTP Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
-
Gets the configuration class associated with this File Based Key Manager Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
-
Gets the configuration class associated with this File Based Trust Manager Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FileCountLogRetentionPolicyCfg
-
Gets the configuration class associated with this File Count Log Retention Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
-
Gets the configuration class associated with this Fingerprint Certificate Mapper.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FixedTimeLogRotationPolicyCfg
-
Gets the configuration class associated with this Fixed Time Log Rotation Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FractionalLDIFImportPluginCfg
-
Gets the configuration class associated with this Fractional LDIF Import Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.FreeDiskSpaceLogRetentionPolicyCfg
-
Gets the configuration class associated with this Free Disk Space Log Retention Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GetConnectionIdExtendedOperationHandlerCfg
-
Gets the configuration class associated with this Get Connection Id Extended Operation Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GetSymmetricKeyExtendedOperationHandlerCfg
-
Gets the configuration class associated with this Get Symmetric Key Extended Operation Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the configuration class associated with this Global Configuration.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
-
Gets the configuration class associated with this Governing Structure Rule Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GroupImplementationCfg
-
Gets the configuration class associated with this Group Implementation.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the configuration class associated with this GSSAPI SASL Mechanism Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
-
Gets the configuration class associated with this Has Subordinates Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPAccessLogPublisherCfg
-
Gets the configuration class associated with this HTTP Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPAnonymousAuthorizationMechanismCfg
-
Gets the configuration class associated with this HTTP Anonymous Authorization Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPAuthorizationMechanismCfg
-
Gets the configuration class associated with this HTTP Authorization Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPBasicAuthorizationMechanismCfg
-
Gets the configuration class associated with this HTTP Basic Authorization Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the configuration class associated with this HTTP Connection Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPEndpointCfg
-
Gets the configuration class associated with this HTTP Endpoint.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2AuthorizationMechanismCfg
-
Gets the configuration class associated with this HTTP Oauth2 Authorization Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2CtsAuthorizationMechanismCfg
-
Gets the configuration class associated with this HTTP Oauth2 Cts Authorization Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2FileAuthorizationMechanismCfg
-
Gets the configuration class associated with this HTTP Oauth2 File Authorization Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2OpenamAuthorizationMechanismCfg
-
Gets the configuration class associated with this HTTP Oauth2 Openam Authorization Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the configuration class associated with this HTTP Oauth2 Token Introspection Authorization Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.IdentityMapperCfg
-
Gets the configuration class associated with this Identity Mapper.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
-
Gets the configuration class associated with this Is Member Of Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JDBCBackendCfg
-
Gets the configuration class associated with this JDBC Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the configuration class associated with this JE Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JMXAlertHandlerCfg
-
Gets the configuration class associated with this JMX Alert Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JMXConnectionHandlerCfg
-
Gets the configuration class associated with this JMX Connection Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
-
Gets the configuration class associated with this Json File Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHTTPAccessLogPublisherCfg
-
Gets the configuration class associated with this Json File HTTP Access Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.JsonSchemaCfg
-
Gets the configuration class associated with this Json Schema.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.KeyManagerProviderCfg
-
Gets the configuration class associated with this Key Manager Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LastModPluginCfg
-
Gets the configuration class associated with this Last Mod Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPAttributeDescriptionListPluginCfg
-
Gets the configuration class associated with this LDAP Attribute Description List Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the configuration class associated with this LDAP Connection Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPKeyManagerProviderCfg
-
Gets the configuration class associated with this LDAP Key Manager Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the configuration class associated with this LDAP Pass Through Authentication Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPTrustManagerProviderCfg
-
Gets the configuration class associated with this LDAP Trust Manager Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LDIFBackendCfg
-
Gets the configuration class associated with this LDIF Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LDIFConnectionHandlerCfg
-
Gets the configuration class associated with this LDIF Connection Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
-
Gets the configuration class associated with this Length Based Password Validator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LocalBackendCfg
-
Gets the configuration class associated with this Local Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LogPublisherCfg
-
Gets the configuration class associated with this Log Publisher.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LogRetentionPolicyCfg
-
Gets the configuration class associated with this Log Retention Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.LogRotationPolicyCfg
-
Gets the configuration class associated with this Log Rotation Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MD5PasswordStorageSchemeCfg
-
Gets the configuration class associated with this MD5 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
-
Gets the configuration class associated with this Member Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
-
Gets the configuration class associated with this Memory Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MemoryUsageMonitorProviderCfg
-
Gets the configuration class associated with this Memory Usage Monitor Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MonitorBackendCfg
-
Gets the configuration class associated with this Monitor Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.MonitorProviderCfg
-
Gets the configuration class associated with this Monitor Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
-
Gets the configuration class associated with this Null Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
-
Gets the configuration class associated with this Num Subordinates Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ParallelWorkQueueCfg
-
Gets the configuration class associated with this Parallel Work Queue.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
-
Gets the configuration class associated with this Password Expiration Time Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordGeneratorCfg
-
Gets the configuration class associated with this Password Generator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
-
Gets the configuration class associated with this Password Modify Extended Operation Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the configuration class associated with this Password Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
-
Gets the configuration class associated with this Password Policy Import Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyStateExtendedOperationHandlerCfg
-
Gets the configuration class associated with this Password Policy State Extended Operation Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
-
Gets the configuration class associated with this Password Policy Subentry Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordStorageSchemeCfg
-
Gets the configuration class associated with this Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordValidatorCfg
-
Gets the configuration class associated with this Password Validator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PBKDF2HmacSHA256PasswordStorageSchemeCfg
-
Gets the configuration class associated with this PBKDF2 Hmac SHA256 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PBKDF2HmacSHA512PasswordStorageSchemeCfg
-
Gets the configuration class associated with this PBKDF2 Hmac SHA512 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PBKDF2PasswordStorageSchemeCfg
-
Gets the configuration class associated with this PBKDF2 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Gets the configuration class associated with this PDB Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PKCS11KeyManagerProviderCfg
-
Gets the configuration class associated with this PKCS11 Key Manager Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PKCS11TrustManagerProviderCfg
-
Gets the configuration class associated with this PKCS11 Trust Manager Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PKCS5S2PasswordStorageSchemeCfg
-
Gets the configuration class associated with this PKCS5S2 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PlainSASLMechanismHandlerCfg
-
Gets the configuration class associated with this Plain SASL Mechanism Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the configuration class associated with this Pluggable Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
-
Gets the configuration class associated with this Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the configuration class associated with this Plugin Root.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ProfilerPluginCfg
-
Gets the configuration class associated with this Profiler Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
-
Gets the configuration class associated with this Random Password Generator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RC4PasswordStorageSchemeCfg
-
Gets the configuration class associated with this RC4 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Gets the configuration class associated with this Referential Integrity Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
-
Gets the configuration class associated with this Regular Expression Identity Mapper.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
-
Gets the configuration class associated with this Repeated Characters Password Validator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the configuration class associated with this Replication Domain.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the configuration class associated with this Replication Server.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
-
Gets the configuration class associated with this Replication Service Discovery Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Gets the configuration class associated with this Replication Synchronization Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
-
Gets the configuration class associated with this Rest2ldap Endpoint.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the configuration class associated with this Root.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RootDNCfg
-
Gets the configuration class associated with this Root DN.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RootDNUserCfg
-
Gets the configuration class associated with this Root DN User.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.RootDSEBackendCfg
-
Gets the configuration class associated with this Root DSE Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedMD5PasswordStorageSchemeCfg
-
Gets the configuration class associated with this Salted MD5 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA1PasswordStorageSchemeCfg
-
Gets the configuration class associated with this Salted SHA1 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA256PasswordStorageSchemeCfg
-
Gets the configuration class associated with this Salted SHA256 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA384PasswordStorageSchemeCfg
-
Gets the configuration class associated with this Salted SHA384 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA512PasswordStorageSchemeCfg
-
Gets the configuration class associated with this Salted SHA512 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
-
Gets the configuration class associated with this Samba Password Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SASLMechanismHandlerCfg
-
Gets the configuration class associated with this SASL Mechanism Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
-
Gets the configuration class associated with this Schema Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SchemaProviderCfg
-
Gets the configuration class associated with this Schema Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
-
Gets the configuration class associated with this Service Discovery Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
-
Gets the configuration class associated with this Seven Bit Clean Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SHA1PasswordStorageSchemeCfg
-
Gets the configuration class associated with this SHA1 Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SimilarityBasedPasswordValidatorCfg
-
Gets the configuration class associated with this Similarity Based Password Validator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRetentionPolicyCfg
-
Gets the configuration class associated with this Size Limit Log Retention Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRotationPolicyCfg
-
Gets the configuration class associated with this Size Limit Log Rotation Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SMTPAccountStatusNotificationHandlerCfg
-
Gets the configuration class associated with this SMTP Account Status Notification Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SMTPAlertHandlerCfg
-
Gets the configuration class associated with this SMTP Alert Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the configuration class associated with this SNMP Connection Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
-
Gets the configuration class associated with this Soft Reference Entry Cache.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.StackTraceMonitorProviderCfg
-
Gets the configuration class associated with this Stack Trace Monitor Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.StartTLSExtendedOperationHandlerCfg
-
Gets the configuration class associated with this Start TLS Extended Operation Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.StaticGroupImplementationCfg
-
Gets the configuration class associated with this Static Group Implementation.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
-
Gets the configuration class associated with this Static Service Discovery Mechanism.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
-
Gets the configuration class associated with this Structural Object Class Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
-
Gets the configuration class associated with this Subject Attribute To User Attribute Certificate Mapper.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectDNToUserAttributeCertificateMapperCfg
-
Gets the configuration class associated with this Subject DN To User Attribute Certificate Mapper.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectEqualsDNCertificateMapperCfg
-
Gets the configuration class associated with this Subject Equals DN Certificate Mapper.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
-
Gets the configuration class associated with this Subschema Subentry Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SynchronizationProviderCfg
-
Gets the configuration class associated with this Synchronization Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.SystemInfoMonitorProviderCfg
-
Gets the configuration class associated with this System Info Monitor Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
-
Gets the configuration class associated with this Task Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TimeLimitLogRotationPolicyCfg
-
Gets the configuration class associated with this Time Limit Log Rotation Policy.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
-
Gets the configuration class associated with this Traditional Work Queue.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TripleDESPasswordStorageSchemeCfg
-
Gets the configuration class associated with this Triple DES Password Storage Scheme.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TrustManagerProviderCfg
-
Gets the configuration class associated with this Trust Manager Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Gets the configuration class associated with this Trust Store Backend.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
-
Gets the configuration class associated with this Unique Attribute Plugin.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
-
Gets the configuration class associated with this Unique Characters Password Validator.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.UserDefinedVirtualAttributeCfg
-
Gets the configuration class associated with this User Defined Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.VersionMonitorProviderCfg
-
Gets the configuration class associated with this Version Monitor Provider.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
-
Gets the configuration class associated with this Virtual Attribute.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.VirtualStaticGroupImplementationCfg
-
Gets the configuration class associated with this Virtual Static Group Implementation.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.WhoAmIExtendedOperationHandlerCfg
-
Gets the configuration class associated with this Who Am I Extended Operation Handler.
- configurationClass() - Method in interface org.forgerock.opendj.server.config.server.WorkQueueCfg
-
Gets the configuration class associated with this Work Queue.
- configurationClass() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the configuration class associated with this Openidm Account Status Notification Handler.
- configurationClass() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
-
- ConfigurationClient - Interface in org.forgerock.opendj.config
-
A common base interface for all managed object configuration clients.
- ConfigurationDeleteListener<T extends Configuration> - Interface in org.forgerock.opendj.config.server
-
This interface defines the methods that a Directory Server configurable
component should implement if it wishes to be able to receive notifications
when an existing configuration is deleted.
- ConfigurationElementCreatedEvent - Class in org.opends.guitools.controlpanel.event
-
The event used to notify that a new configuration element was created.
- ConfigurationElementCreatedEvent(Object, Object) - Constructor for class org.opends.guitools.controlpanel.event.ConfigurationElementCreatedEvent
-
Constructor of the event.
- ConfigurationElementCreatedListener - Interface in org.opends.guitools.controlpanel.event
-
Interface that must be implemented by the objects that want to receive
notifications when new configuration elements are created (like new indexes
or schema elements).
- configurationFile(String) - Method in class org.forgerock.opendj.server.embedded.ConfigParameters
-
Sets the path of the configuration file of the directory server.
- ConfigurationFramework - Class in org.forgerock.opendj.config
-
This class is responsible for managing the configuration framework including:
loading core components during application initialization
loading extensions during and after application initialization
changing the property validation strategy based on whether the application is a client or server.
- ConfigurationHandler - Class in org.opends.server.config
-
Responsible for managing configuration, including listeners on configuration entries.
- ConfigurationHandler(ServerContext) - Constructor for class org.opends.server.config.ConfigurationHandler
-
Creates a new instance.
- ConfigurationObjectClassPanel - Class in org.opends.guitools.controlpanel.ui
-
The panel that displays a configuration objectclass definition.
- ConfigurationObjectClassPanel() - Constructor for class org.opends.guitools.controlpanel.ui.ConfigurationObjectClassPanel
-
- ConfigurationObjectClassTreeNode - Class in org.opends.guitools.controlpanel.ui.nodes
-
Class of the nodes that represent a configuration object class in the 'Manage Schema' tree.
- ConfigurationObjectClassTreeNode(String, ObjectClass) - Constructor for class org.opends.guitools.controlpanel.ui.nodes.ConfigurationObjectClassTreeNode
-
Constructor of the node.
- ConfigurationRepository - Interface in org.forgerock.opendj.config.server.spi
-
Provides configuration entries and listener registration on the entries.
- configureBackend(C, ServerContext) - Method in class org.opends.server.api.Backend
-
Configure this backend based on the information in the provided configuration.
- configureBackend(BackupBackendCfg, ServerContext) - Method in class org.opends.server.backends.BackupBackend
-
- configureBackend(LocalBackendCfg, ServerContext) - Method in class org.opends.server.backends.ChangelogBackend
-
- configureBackend(ConfigurationBackend.ConfigurationBackendCfg, ServerContext) - Method in class org.opends.server.backends.ConfigurationBackend
-
- configureBackend(LDIFBackendCfg, ServerContext) - Method in class org.opends.server.backends.LDIFBackend
-
- configureBackend(MemoryBackendCfg, ServerContext) - Method in class org.opends.server.backends.MemoryBackend
-
- configureBackend(MonitorBackendCfg, ServerContext) - Method in class org.opends.server.backends.MonitorBackend
-
- configureBackend(BackendCfg, ServerContext) - Method in class org.opends.server.backends.NullBackend
-
- configureBackend(C, ServerContext) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- configureBackend(RootDSEBackendCfg, ServerContext) - Method in class org.opends.server.backends.RootDSEBackend
-
- configureBackend(SchemaBackendCfg, ServerContext) - Method in class org.opends.server.backends.SchemaBackend
-
- configureBackend(TaskBackendCfg, ServerContext) - Method in class org.opends.server.backends.task.TaskBackend
-
- configureBackend(TrustStoreBackendCfg, ServerContext) - Method in class org.opends.server.backends.TrustStoreBackend
-
- configureConnectionFactory(JsonValue, String, TrustManager, X509KeyManager, ClassLoader) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
-
Creates a new connection factory using the named configuration in the provided JSON list of factory
configurations.
- configureConnectionFactory(JsonValue, String, TrustManager, X509KeyManager) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
-
Creates a new connection factory using the named configuration in the provided JSON list of factory
configurations.
- ConfigureDS - Class in org.opends.server.tools
-
This class provides a very basic tool that can be used to configure some of
the most important settings in the Directory Server.
- configureEndpoint(File, Options) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
-
Creates a new CREST RequestHandler representing a single endpoint whose configuration is defined in the
provided endpointDirectory parameter.
- configureEndpoints(File, Options) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
-
Creates a new CREST Router using the provided endpoints configuration directory and Rest2Ldap options.
- configureKeyManager(JsonValue) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
-
- configureOptions(JsonValue) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
-
Parses Rest2Ldap configuration options.
- configureReplication(ReplicationParameters) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
-
Configures replication between this directory server (first server) and another server
(second server).
- configureReplication(ConnectionWrapper, Map<DN, Set<HostPort>>, int, boolean, Set<Integer>, Set<Integer>) - Method in class org.opends.quicksetup.installer.InstallerHelper
-
Configures the replication on a given server.
- configureResources(JsonValue) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
-
Parses a list of Rest2Ldap resource definitions.
- ConfigureServer - Class in org.forgerock.opendj.examples
-
Provides an example of read and update of the configuration of a server that
is already installed.
- configureStorage(CASBackendCfg, ServerContext) - Method in class org.opends.server.backends.cassandra.Backend
-
- configureStorage(JDBCBackendCfg, ServerContext) - Method in class org.opends.server.backends.jdbc.Backend
-
- configureStorage(JEBackendCfg, ServerContext) - Method in class org.opends.server.backends.jeb.JEBackend
-
- configureStorage(PDBBackendCfg, ServerContext) - Method in class org.opends.server.backends.pdb.PDBBackend
-
- configureStorage(C, ServerContext) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
Creates the storage engine which will be used by this pluggable backend.
- configureTrustManager(JsonValue) - Static method in class org.forgerock.opendj.rest2ldap.Rest2LdapJsonConfigurator
-
Configures a
TrustManager using the provided JSON configuration.
- ConfigureWindowsService - Class in org.opends.server.tools
-
This class is used to configure the Windows service for this instance on
this machine.
- ConfigureWindowsService() - Constructor for class org.opends.server.tools.ConfigureWindowsService
-
- confirmAction(LocalizableMessage, boolean) - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Interactively confirms whether a user wishes to perform an action.
- CONFIRMATION_MAX_TRIES - Static variable in class com.forgerock.opendj.cli.Utils
-
The maximum number of times we try to confirm.
- confirmCancel(QuickSetup) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Called before the application cancels its operation, giving the
user a chance to confirm the cancellation action.
- ConfirmUninstallPanel - Class in org.opends.guitools.uninstaller.ui
-
This is the panel displayed when the user is uninstalling Open DS.
- ConfirmUninstallPanel(GuiApplication) - Constructor for class org.opends.guitools.uninstaller.ui.ConfirmUninstallPanel
-
The constructor of this class.
- conflictingArgsErrorMessage(Argument, Argument) - Static method in class com.forgerock.opendj.cli.Utils
-
Returns a
LocalizableMessage which explains to the user
that provided
Arguments can not be used together on the command line.
- ConflictingSchemaElementException - Exception in org.forgerock.opendj.ldap.schema
-
Thrown when addition of a schema element to a schema builder fails because
the OID of the schema element conflicts with an existing schema element and
the caller explicitly requested not to override existing schema elements.
- ConflictingSchemaElementException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.ldap.schema.ConflictingSchemaElementException
-
Creates a new conflicting schema element exception with the provided
message.
- conformsToSchema(Entry, Schema, SchemaValidationPolicy, Collection<LocalizableMessage>) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns true if the provided entry is valid according to the
specified schema and schema validation policy.
- conformsToSchema(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns true if the provided entry is valid according to the
default schema and schema validation policy.
- conformsToSchema(Entry, boolean, boolean, boolean, LocalizableMessageBuilder) - Method in class org.opends.server.types.Entry
-
Indicates whether this entry conforms to the server's schema
requirements.
- connect() - Method in class org.opends.server.protocols.jmx.OpendsJmxConnector
- connect(Map<String, ?>) - Method in class org.opends.server.protocols.jmx.OpendsJmxConnector
- connect(DN, boolean) - Method in class org.opends.server.replication.server.ReplicationServerHandler
-
Connect the hosting RS to the RS represented by THIS handler
on an outgoing connection.
- connect(PrintStream, PrintStream) - Method in class org.opends.server.util.cli.LDAPConnectionArgumentParser
-
Creates a new LDAPConnection and invokes a connect operation using
information provided in the parsed set of arguments that were provided by
the user.
- connect(LDAPConnectionConsoleInteraction, PrintStream, PrintStream) - Method in class org.opends.server.util.cli.LDAPConnectionArgumentParser
-
Creates a connection using a console interaction that will be used to
potentially interact with the user to prompt for necessary information for
establishing the connection.
- CONNECT_MAX_BACKLOG - Static variable in class org.forgerock.opendj.ldap.LDAPListener
-
Specifies the maximum queue length for incoming connections requests.
- CONNECT_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the connect timeout spcified.
- connection - Variable in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
The wrapped connection.
- Connection - Interface in org.forgerock.opendj.ldap
-
A connection with a Directory Server over which read and update operations
may be performed.
- ConnectionChangeRecordWriter - Class in org.forgerock.opendj.ldif
-
A ConnectionChangeRecordWriter is a bridge from Connections
to ChangeRecordWriters.
- ConnectionChangeRecordWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
-
Creates a new connection change record writer whose destination is the
provided connection.
- connectionClosed(ClientConnection) - Static method in class org.opends.server.core.DirectoryServer
-
Indicates that the specified client connection has been closed.
- ConnectionEntryReader - Class in org.forgerock.opendj.ldif
-
A ConnectionEntryReader is a bridge from Connections to
EntryReaders.
- ConnectionEntryReader(Connection, SearchRequest) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Creates a new connection entry reader whose destination is the provided
connection using an unbounded LinkedBlockingQueue.
- ConnectionEntryReader(Connection, SearchRequest, BlockingQueue<Response>) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Creates a new connection entry reader whose destination is the provided
connection.
- ConnectionEntryWriter - Class in org.forgerock.opendj.ldif
-
A ConnectionEntryWriter is a bridge from Connections to
EntryWriters.
- ConnectionEntryWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryWriter
-
Creates a new connection entry writer whose destination is the provided
connection.
- ConnectionEventListener - Interface in org.forgerock.opendj.ldap
-
An object that registers to be notified when a connection is closed by the
application, receives an unsolicited notification, or experiences a fatal
error.
- ConnectionException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful because of a connection failure.
- ConnectionFactory - Interface in org.forgerock.opendj.ldap
-
A connection factory provides an interface for obtaining a connection to a
Directory Server.
- ConnectionFactoryProvider - Class in com.forgerock.opendj.cli
-
A connection factory designed for use with command line tools.
- ConnectionFactoryProvider(ArgumentParser, ConsoleApplication) - Constructor for class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Default constructor to create a connection factory designed for use with command line tools,
adding basic LDAP connection arguments to the specified parser (e.g: hostname, bindname...etc).
- ConnectionFactoryProvider(ArgumentParser, ConsoleApplication, String, int, boolean) - Constructor for class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Constructor to create a connection factory designed for use with command line tools,
adding basic LDAP connection arguments to the specified parser (e.g: hostname, bindname...etc).
- ConnectionHandler<T extends ConnectionHandlerCfg> - Class in org.opends.server.api
-
This class defines the set of methods and structures that must be
implemented by a Directory Server connection handler.
- ConnectionHandler(String) - Constructor for class org.opends.server.api.ConnectionHandler
-
Creates a new instance of this connection handler.
- ConnectionHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Connection Handler settings.
- ConnectionHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Connection
Handler settings.
- ConnectionHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Connection Handler managed object
definition meta information.
- ConnectionHandlerConfigManager - Class in org.opends.server.core
-
This class defines a utility that will be used to manage the
configuration for the set of connection handlers defined in the
Directory Server.
- ConnectionHandlerConfigManager(ServerContext) - Constructor for class org.opends.server.core.ConnectionHandlerConfigManager
-
Creates a new instance of this connection handler config manager.
- ConnectionHandlerDescriptor - Class in org.opends.guitools.controlpanel.datamodel
-
This class is used to represent a Listener and is aimed to be used by the
classes in the ListenersTableModel class.
- ConnectionHandlerDescriptor(Collection<InetAddress>, int, ConnectionHandlerDescriptor.Protocol, ConnectionHandlerDescriptor.State, String, Set<SearchResultEntry>) - Constructor for class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerDescriptor
-
Constructor for the connection handler..
- ConnectionHandlerDescriptor.Protocol - Enum in org.opends.guitools.controlpanel.datamodel
-
Enumeration used to represent the Protocol of the listener.
- ConnectionHandlerDescriptor.State - Enum in org.opends.guitools.controlpanel.datamodel
-
Enumeration used to represent the state of the listener.
- ConnectionHandlerMonitor - Class in org.opends.server.monitors
-
This class implements a monitor provider that will report generic information
for an enabled Directory Server connection handler, including its protocol,
listeners, and established connections.
- ConnectionHandlerMonitor(ConnectionHandler<? extends ConnectionHandlerCfg>) - Constructor for class org.opends.server.monitors.ConnectionHandlerMonitor
-
Creates a new instance of this connection handler monitor provider that
will work with the provided connection handler.
- ConnectionHandlersMonitoringTableModel - Class in org.opends.guitools.controlpanel.datamodel
-
The table model used to display the monitoring information of connection handlers.
- ConnectionHandlersMonitoringTableModel() - Constructor for class org.opends.guitools.controlpanel.datamodel.ConnectionHandlersMonitoringTableModel
-
- ConnectionHandlerTableModel - Class in org.opends.guitools.controlpanel.datamodel
-
The table model used by the table that displays the connection handlers.
- ConnectionHandlerTableModel() - Constructor for class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerTableModel
-
Constructor for this table model.
- ConnectionHandlerTableModel(boolean) - Constructor for class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerTableModel
-
Constructor for this table model.
- ConnectionParameters - Class in org.forgerock.opendj.server.embedded
-
Parameters to establish connections to a directory server.
- connectionParams() - Static method in class org.forgerock.opendj.server.embedded.ConnectionParameters
-
Creates connection parameters.
- connectionParamsForDestination(ConnectionParameters) - Method in class org.forgerock.opendj.server.embedded.ReplicationParameters
-
Sets the connection parameters of the second server (destination) whose contents will be replicated.
- ConnectionPool - Interface in org.forgerock.opendj.ldap
-
A connection factory which maintains and re-uses a pool of connections.
- ConnectionProtocolPolicy - Enum in org.opends.guitools.controlpanel.datamodel
-
Policy to follow to choose the protocol to be used.
- Connections - Class in org.forgerock.opendj.ldap
-
This class contains methods for creating and manipulating connection
factories and connections.
- ConnectionSecurityLayer - Interface in org.forgerock.opendj.ldap
-
An interface for providing additional connection security to a connection.
- ConnectionSecurityProvider - Interface in org.opends.server.extensions
-
This interface can be used to define connection security providers.
- ConnectionState - Class in org.forgerock.opendj.ldap.spi
-
This class can be used to manage the internal state of a connection, ensuring
valid and atomic state transitions, as well as connection event listener
notification.
- ConnectionState() - Constructor for class org.forgerock.opendj.ldap.spi.ConnectionState
-
Creates a new connection state which is initially valid.
- ConnectionUtils - Class in org.opends.admin.ads.util
-
Class providing some utilities to create LDAP connections using JNDI and
to manage entries retrieved using JNDI.
- ConnectionWithControls - Class in org.opends.guitools.controlpanel.browser
-
- ConnectionWithControls(ConnectionWrapper, ServerSideSortRequestControl, ManageDsaITRequestControl) - Constructor for class org.opends.guitools.controlpanel.browser.ConnectionWithControls
-
Constructor.
- ConnectionWrapper - Class in org.opends.admin.ads.util
-
Wraps a connection to a directory, either relying on JNDI or relying on OpenDJ Connection.
- ConnectionWrapper(HostPort, PreferredConnection.Type, DN, String, int, TrustManager) - Constructor for class org.opends.admin.ads.util.ConnectionWrapper
-
Creates a connection wrapper.
- ConnectionWrapper(ConnectionWrapper) - Constructor for class org.opends.admin.ads.util.ConnectionWrapper
-
Creates a connection wrapper by copying the provided one.
- ConnectionWrapper(HostPort, PreferredConnection.Type, DN, String, int, TrustManager, KeyManager) - Constructor for class org.opends.admin.ads.util.ConnectionWrapper
-
Creates a connection wrapper.
- connectTimeOutArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns a "connectTimeout" integer argument.
- connectToHost(String, String) - Method in class org.opends.server.tools.LDAPConnection
-
Connects to the directory server instance running on specified hostname
and port number.
- connectToHost(String, String, AtomicInteger) - Method in class org.opends.server.tools.LDAPConnection
-
Connects to the directory server instance running on specified hostname
and port number.
- connectToHost(String, String, AtomicInteger, int) - Method in class org.opends.server.tools.LDAPConnection
-
Connects to the directory server instance running on specified hostname
and port number.
- connectUsingLDAPS() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Tells whether we must connect to the server using LDAPS.
- connectUsingStartTLS() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Tells whether we must connect to the server using Start TLS.
- ConsistentHashMap<P> - Class in org.forgerock.opendj.ldap
-
An implementation of "consistent hashing" supporting per-partition weighting.
- ConsistentHashMap() - Constructor for class org.forgerock.opendj.ldap.ConsistentHashMap
-
Creates a new consistent hash map which will hash keys using MD5.
- ConsistentHashMap(Function<Object, Integer, NeverThrowsException>) - Constructor for class org.forgerock.opendj.ldap.ConsistentHashMap
-
Creates a new consistent hash map which will hash keys using the provided hash function.
- ConsoleApplication - Class in com.forgerock.opendj.cli
-
This class provides an abstract base class which can be used as the basis of a console-based application.
- ConsoleApplication() - Constructor for class com.forgerock.opendj.cli.ConsoleApplication
-
Creates a new console application instance.
- ConsoleApplication(PrintStream, PrintStream) - Constructor for class com.forgerock.opendj.cli.ConsoleApplication
-
Creates a new console application instance with provided standard and error out streams.
- ConsoleApplication.Style - Enum in com.forgerock.opendj.cli
-
Defines the different line styles for output.
- ConsoleDebugLogPublisher - Class in org.opends.server.loggers
-
The debug log publisher implementation that writes debug messages in a
friendly for console output.
- ConsoleDebugLogPublisher(PrintStream) - Constructor for class org.opends.server.loggers.ConsoleDebugLogPublisher
-
Constructs a new ConsoleDebugLogPublisher that writes debug messages
to the given PrintStream.
- constant(Object) - Static method in class org.forgerock.opendj.rest2ldap.Rest2Ldap
-
Returns a property mapper which maps a single JSON attribute to a JSON constant.
- Constants - Class in org.opends.quicksetup
-
Defines common constants.
- Constants() - Constructor for class org.opends.quicksetup.Constants
-
- Constraint - Class in org.forgerock.opendj.config
-
An interface for enforcing constraints and dependencies between managed
objects and their properties.
- Constraint() - Constructor for class org.forgerock.opendj.config.Constraint
-
Creates a new constraint.
- CONSTRAINT_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it would have violated some constraint defined in the server.
- CONSTRAINT_VIOLATION - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail because a defined constraint
has been violated.
- ConstraintViolationException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the update
Request failed because it would have left the Directory in an inconsistent
state.
- constructApplication(String[]) - Method in class org.opends.quicksetup.SplashScreen
-
This methods constructs the objects before displaying them.
- Consumer<V> - Interface in com.forgerock.reactive
-
A functional interface (callback) that consumes a single value.
- consumeUpTo(UpdateMsg) - Method in class org.opends.server.replication.server.MsgQueue
-
Consumes all the messages in this queue up to and including the passed in
message.
- contains(Object) - Method in class com.forgerock.opendj.util.SmallSet
-
- contains(String, String) - Static method in class org.forgerock.opendj.config.conditions.Conditions
-
Creates a condition which evaluates to true if and only if a
property contains a particular value.
- contains(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- contains(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns true if this attribute contains value.
- contains(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
- contains(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns true if the named entry exists in this memory backend.
- contains(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns true if the named entry exists in this memory backend.
- contains(LDAPURL) - Method in class org.opends.guitools.controlpanel.util.NumSubordinateHacker
-
Tells whether the list of unreliable contains the entry with LDAPURL url.
- contains(UpdateMsg) - Method in class org.opends.server.replication.server.MsgQueue
-
Returns true if this map contains an UpdateMsg
with the same CSN as the given UpdateMsg.
- contains(ByteString) - Method in interface org.opends.server.types.Attribute
-
Indicates whether this attribute contains the specified value.
- contains(ByteString) - Method in class org.opends.server.types.AttributeBuilder
-
Indicates whether this attribute builder contains the specified
value.
- contains(ByteString) - Method in class org.opends.server.types.CollectiveVirtualAttribute
-
- contains(ByteString) - Method in class org.opends.server.types.VirtualAttribute
-
- containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- containsAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns true if this attribute contains all of the attribute
values contained in values.
- containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
- containsAll(Collection<?>) - Method in class org.opends.server.types.AbstractAttribute
-
- containsAll(Collection<?>) - Method in interface org.opends.server.types.Attribute
-
Indicates whether this attribute contains all the values in the
collection.
- containsAll(Collection<?>) - Method in class org.opends.server.types.AttributeBuilder
-
Indicates whether this attribute builder contains all the values
in the collection.
- containsAll(Collection<?>) - Method in class org.opends.server.types.VirtualAttribute
-
- containsAtLeastOneKey() - Method in class org.opends.server.api.KeyManagerProvider
-
Verifies that the keystore has at least one usable key.
- containsAtLeastOneKey() - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
-
- containsAtLeastOneKey() - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
-
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- containsAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns true if this entry contains all of the attribute values
contained in attribute.
- containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns true if this entry contains all of the attribute values
contained in values.
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- containsChanges() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
- containsChildrenOf(LDAPURL) - Method in class org.opends.guitools.controlpanel.util.NumSubordinateHacker
-
Tells whether the list of unreliable contains children of
the entry with LDAPUrl parentUrl.
- ContainsCondition - Class in org.forgerock.opendj.config.conditions
-
A condition which evaluates to true if and only if a property
contains a particular value.
- ContainsCondition(String, String) - Constructor for class org.forgerock.opendj.config.conditions.ContainsCondition
-
Creates a new contains value condition.
- containsControl(String) - Method in interface org.forgerock.opendj.ldap.requests.Request
-
Returns true if this request contains the specified request
control.
- containsControl(String) - Method in interface org.forgerock.opendj.ldap.responses.Response
-
Returns true if this response contains the specified response
control.
- containsEntry(DN) - Method in class org.forgerock.opendj.server.core.AbstractDataProvider
-
Indicates whether this data provider contains the specified entry.
- containsEntry(DN) - Method in interface org.forgerock.opendj.server.core.DataProvider
-
Indicates whether this data provider contains the specified entry.
- containsEntry(DN) - Method in interface org.forgerock.opendj.server.core.DataProviderConnection
-
Indicates whether the underlying data provider contains the specified
entry.
- containsEntry(DN) - Method in class org.opends.server.api.EntryCache
-
Indicates whether the entry cache currently contains the entry
with the specified DN.
- containsEntry(DN) - Method in class org.opends.server.extensions.DefaultEntryCache
-
- containsEntry(DN) - Method in class org.opends.server.extensions.FIFOEntryCache
-
- containsEntry(DN) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
-
- containsKey(Object) - Method in class org.opends.server.api.DITCacheMap
-
- containsKeyWithAlias(String) - Method in class org.opends.server.api.KeyManagerProvider
-
Verifies that an alias is defined in the scope of this Key Manager.
- containsKeyWithAlias(String) - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
-
- containsKeyWithAlias(String) - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
-
- containsLocalNamingContext(DN) - Method in class org.opends.server.core.BackendConfigManager
-
Indicates whether the specified DN is contained in the local backends as
a naming context.
- containsObjectClass(Entry, ObjectClass) - Static method in class org.forgerock.opendj.ldap.Entries
-
Check if the provided entry contains the provided object class.
- containsObjectClass(Entry, Schema, ObjectClass) - Static method in class org.forgerock.opendj.ldap.Entries
-
Check if the provided entry contains the provided object class.
- containsSortKeys() - Method in class org.opends.server.controls.ServerSideSortRequestControl
-
Indicates whether the sort control contains Sort keys.
- containsSubtree(DN) - Method in class org.opends.server.api.DITCacheMap
-
Returns true if there are stored objects subordinate to subtree DN.
- containsValue(Object) - Method in class org.opends.server.api.DITCacheMap
-
- continueConnectProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.PostConnect
-
Defines a continue processing post connect plugin result.
- continueDisconnectProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.PostDisconnect
-
Defines a continue processing post disconnect plugin result.
- continueEntryProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.ImportLDIF
-
Defines a continue processing LDIF import plugin result.
- continueIterating() - Method in exception org.opends.server.types.MembershipException
-
Indicates whether it is possible to continue iterating through
the list of group members.
- continueOnErrorArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "Continue On Error" boolean argument.
- continueOperationProcessing(boolean) - Static method in class org.opends.server.api.plugin.PluginResult.IntermediateResponse
-
Defines a continue processing intermediate response plugin result.
- continueOperationProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.PostOperation
-
Defines a continue processing post operation plugin result.
- continueOperationProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.PostResponse
-
Defines a continue processing post response plugin result.
- continueOperationProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.PreOperation
-
Defines a continue processing pre operation plugin result.
- continueOperationProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.PreParse
-
Defines a continue processing pre parse plugin result.
- continueOperationProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.SubordinateDelete
-
Defines a continue processing subordinate delete plugin result.
- continueOperationProcessing() - Static method in class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
-
Defines a continue processing subordinate modify DN plugin result.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.ImportLDIF
-
Whether to invoke the rest of the plugins.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.IntermediateResponse
-
Whether to invoke the rest of the plugins.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PostConnect
-
Whether to invoke the rest of the plugins.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PostDisconnect
-
Whether to invoke the rest of the plugins.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PostResponse
-
Whether to invoke the rest of the plugins.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PreOperation
-
Whether to invoke the rest of the plugins.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PreParse
-
Whether to invoke the rest of the plugins.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.Startup
-
Whether to invoke the rest of the plugins.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateDelete
-
Whether to invoke the rest of the plugins.
- continuePluginProcessing() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
-
Whether to invoke the rest of the plugins.
- continueProcessing() - Method in class org.opends.server.api.plugin.PluginResult.ImportLDIF
-
Whether to continue operation processing.
- continueProcessing() - Method in class org.opends.server.api.plugin.PluginResult.IntermediateResponse
-
- continueProcessing() - Method in interface org.opends.server.api.plugin.PluginResult.OperationResult
-
Indicates whether processing on the associated operation should continue.
- continueProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PostConnect
-
Whether to continue operation processing.
- continueProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PostOperation
-
- continueProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PreOperation
-
- continueProcessing() - Method in class org.opends.server.api.plugin.PluginResult.PreParse
-
- continueProcessing() - Method in class org.opends.server.api.plugin.PluginResult.Startup
-
Whether to continue startup.
- continueProcessing() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateDelete
-
- continueProcessing() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
-
- ContinueProcessing() - Constructor for class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
-
- continueProcessing() - Method in class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
-
- continueProcessing() - Method in class org.opends.server.types.SynchronizationProviderResult.StopProcessing
-
- continueStartup() - Static method in class org.opends.server.api.plugin.PluginResult.Startup
-
Defines a continue processing startup plugin result.
- contributesToDomainState() - Method in class org.opends.server.replication.protocol.ReplicaOfflineMsg
-
Whether the current message can update the "ds-sync-state" attribute.
- contributesToDomainState() - Method in class org.opends.server.replication.protocol.UpdateMsg
-
Whether the current message can update the "ds-sync-state" attribute.
- Control - Interface in org.forgerock.opendj.ldap.controls
-
Controls provide a mechanism whereby the semantics and arguments of existing
LDAP operations may be extended.
- Control - Class in org.opends.dsml.protocol
-
Java class for Control complex type.
- Control() - Constructor for class org.opends.dsml.protocol.Control
-
- control - Variable in class org.opends.dsml.protocol.DsmlMessage
-
- Control - Class in org.opends.server.types
-
This class defines a data structure that holds information about a
control that can be included in a request or response.
- Control(String, boolean) - Constructor for class org.opends.server.types.Control
-
Creates a new control with no value.
- controlArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "control" string argument.
- ControlCenterMainPane - Class in org.opends.guitools.controlpanel.ui
-
The main panel of the control panel.
- ControlCenterMainPane(ControlPanelInfo) - Constructor for class org.opends.guitools.controlpanel.ui.ControlCenterMainPane
-
Constructor.
- ControlDecoder<C extends Control> - Interface in org.forgerock.opendj.ldap.controls
-
A factory interface for decoding a control as a control of specific type.
- ControlDecoder<T extends Control> - Interface in org.opends.server.controls
-
An interface for decoding controls.
- controller - Variable in class org.opends.guitools.controlpanel.ui.AbstractNewEntryPanel
-
The browser controller.
- ControlPanel - Class in org.opends.guitools.controlpanel
-
The class that is in charge of creating the main dialog of the ControlPanel
and the ControlCenterInfo (the data structure that is used by all the GUI
components and that contains information about the server status and server
configuration).
- ControlPanel() - Constructor for class org.opends.guitools.controlpanel.ControlPanel
-
- ControlPanelArgumentParser - Class in org.opends.guitools.controlpanel
-
Class used to parse the arguments of the control panel command-line.
- ControlPanelArgumentParser(String, LocalizableMessage) - Constructor for class org.opends.guitools.controlpanel.ControlPanelArgumentParser
-
The default constructor for this class.
- ControlPanelInfo - Class in org.opends.guitools.controlpanel.datamodel
-
This is the classes that is shared among all the different places in the
Control Panel.
- ControlPanelLauncher - Class in org.opends.guitools.controlpanel
-
The class that is invoked directly by the control-panel command-line.
- ControlPanelLauncher() - Constructor for class org.opends.guitools.controlpanel.ControlPanelLauncher
-
- ControlPanelLog - Class in org.opends.guitools.controlpanel.util
-
Utilities for setting up Control Panel application log.
- ControlPanelLog() - Constructor for class org.opends.guitools.controlpanel.util.ControlPanelLog
-
- Controls - Class in org.forgerock.opendj.examples
-
This command-line client demonstrates use of LDAP controls.
- controlValue - Variable in class org.opends.dsml.protocol.Control
-
- Converters - Class in org.forgerock.opendj.adapter.server3x
-
Common utility methods.
- convertToInternalData(Set<ConnectionHandlerDescriptor>) - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlersMonitoringTableModel
-
- copy(File, File) - Method in class org.opends.quicksetup.util.FileManager
-
Copies everything below the specified file.
- copy(File, File, boolean) - Method in class org.opends.quicksetup.util.FileManager
-
Copies everything below the specified file.
- copyOf(SchemaValidationPolicy) - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Creates a copy of the provided schema validation policy.
- copyOfAbandonRequest(AbandonRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new abandon request that is an exact copy of the provided
request.
- copyOfAddRequest(AddRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new add request that is an exact copy of the provided request.
- copyOfAnonymousSASLBindRequest(AnonymousSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new anonymous SASL bind request that is an exact copy of the
provided request.
- copyOfBindResult(BindResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new bind result that is an exact copy of the provided result.
- copyOfBytes(byte[]) - Static method in class com.forgerock.opendj.util.StaticUtils
-
Returns a copy of the provided byte array.
- copyOfCancelExtendedRequest(CancelExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new cancel extended request that is an exact copy of the
provided request.
- copyOfCompareRequest(CompareRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new compare request that is an exact copy of the provided
request.
- copyOfCompareResult(CompareResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new compare result that is an exact copy of the provided
result.
- copyOfCRAMMD5SASLBindRequest(CRAMMD5SASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new CRAM MD5 SASL bind request that is an exact copy of the
provided request.
- copyOfDeleteRequest(DeleteRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new delete request that is an exact copy of the provided
request.
- copyOfDigestMD5SASLBindRequest(DigestMD5SASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new digest MD5 SASL bind request that is an exact copy of the
provided request.
- copyOfExternalSASLBindRequest(ExternalSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new external SASL bind request that is an exact copy of the
provided request.
- copyOfGenericBindRequest(GenericBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new generic bind request that is an exact copy of the provided
request.
- copyOfGenericExtendedRequest(GenericExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new generic extended request that is an exact copy of the
provided request.
- copyOfGenericExtendedResult(GenericExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new generic extended result that is an exact copy of the
provided result.
- copyOfGenericIntermediateResponse(GenericIntermediateResponse) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new generic intermediate response that is an exact copy of the
provided response.
- copyOfGSSAPISASLBindRequest(GSSAPISASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new GSSAPI SASL bind request that is an exact copy of the
provided request.
- copyOfModifyDNRequest(ModifyDNRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify DN request that is an exact copy of the provided
request.
- copyOfModifyRequest(ModifyRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify request that is an exact copy of the provided
request.
- copyOfPasswordModifyExtendedRequest(PasswordModifyExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new password modify extended request that is an exact copy of
the provided request.
- copyOfPasswordModifyExtendedResult(PasswordModifyExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new password modify extended result that is an exact copy of
the provided result.
- copyOfPlainSASLBindRequest(PlainSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new plain SASL bind request that is an exact copy of the
provided request.
- copyOfResult(Result) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new result that is an exact copy of the provided result.
- copyOfSearchRequest(SearchRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new search request that is an exact copy of the provided
request.
- copyOfSearchResultEntry(SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new search result entry that is an exact copy of the provided
result.
- copyOfSearchResultReference(SearchResultReference) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new search result reference that is an exact copy of the
provided result.
- copyOfSimpleBindRequest(SimpleBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new simple bind request that is an exact copy of the provided
request.
- copyOfStartTLSExtendedRequest(StartTLSExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new startTLS extended request that is an exact copy of the
provided request.
- copyOfUnbindRequest(UnbindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new unbind request that is an exact copy of the provided
request.
- copyOfWhoAmIExtendedRequest(WhoAmIExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new Who Am I extended request that is an exact copy of the
provided request.
- copyOfWhoAmIExtendedResult(WhoAmIExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new who am I extended result that is an exact copy of the
provided result.
- copyRecursively(File, File) - Method in class org.opends.quicksetup.util.FileManager
-
Copies everything below the specified file.
- copyRecursively(File, File, FileFilter) - Method in class org.opends.quicksetup.util.FileManager
-
Copies everything below the specified file.
- copyRecursively(File, File, FileFilter, boolean) - Method in class org.opends.quicksetup.util.FileManager
-
Copies everything below the specified file.
- copyTo(byte[]) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Copies the contents of this byte sequence to the provided byte array.
- copyTo(byte[], int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Copies the contents of this byte sequence to the specified location in
the provided byte array.
- copyTo(ByteStringBuilder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
- copyTo(ByteBuffer) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Appends the content of this byte sequence to the provided
ByteBuffer starting at it's current position.
- copyTo(CharBuffer, CharsetDecoder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Appends the content of this byte sequence decoded using provided charset decoder to the provided
CharBuffer starting at it's current position.
- copyTo(OutputStream) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Copies the entire contents of this byte sequence to the provided
OutputStream.
- copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteString
-
- copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteString
-
- copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteString
-
- copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteString
-
- copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteString
-
- copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteString
-
- copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- copyTo(WritableByteChannel) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Copies the entire contents of this byte string to the provided
WritableByteChannel.
- copyTo(ChangeRecordReader, ChangeRecordWriter) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Copies the content of input to output.
- copyTo(EntryReader, EntryWriter) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Copies the content of input to output.
- CoreConfigManager - Class in org.opends.server.core
-
Manages the set of core configuration attributes of the Directory Server.
- CoreConfigManager(ServerContext) - Constructor for class org.opends.server.core.CoreConfigManager
-
Creates a new instance of this core config manager.
- CoreMessages - Class in com.forgerock.opendj.ldap
-
This file contains localizable message descriptors having the resource
name com.forgerock.opendj.ldap.core.
- CoreMessages - Class in org.opends.messages
-
This file contains localizable message descriptors having the resource
name org.opends.messages.core.
- CoreSchema - Class in org.forgerock.opendj.ldap.schema
-
The OpenDJ SDK core schema contains standard LDAP RFC schema elements.
- CoreSchemaCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Core Schema settings.
- CoreSchemaCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Core Schema
settings.
- CoreSchemaCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Core Schema managed object definition
meta information.
- CoreSchemaCfgDefn.JsonValidationPolicy - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "json-validation-policy" property.
- CoreSchemaProvider - Class in org.opends.server.schema
-
Provides the core schema, which includes core matching rules and syntaxes.
- CoreSchemaProvider() - Constructor for class org.opends.server.schema.CoreSchemaProvider
-
- CoreSchemaSupportedLocales - Class in org.forgerock.opendj.ldap.schema
-
Provides a map of supported locale tags to OIDs.
- count() - Method in class org.opends.server.replication.server.MsgQueue
-
Returns the number of elements in this MsgQueue.
- countEntries() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
-
This method should return the total number of objects in the
replicated domain.
- countEntries() - Method in class org.opends.server.replication.service.ReplicationDomain
-
This method should return the total number of objects in the
replicated domain.
- counter32Value(long) - Static method in class org.opends.server.snmp.SNMPMonitor
-
Wrapper for SNMP Counter32.
- counter32Value(Long) - Static method in class org.opends.server.snmp.SNMPMonitor
-
Wrapper for SNMP Counter32.
- cover(MultiDomainServerState) - Method in class org.opends.server.replication.common.MultiDomainServerState
-
Test if this object covers the provided covered object.
- cover(DN, CSN) - Method in class org.opends.server.replication.common.MultiDomainServerState
-
Test if this object covers the provided CSN for the provided baseDN.
- cover(ServerState) - Method in class org.opends.server.replication.common.ServerState
-
Check that all the CSNs in the covered serverState are also in this
serverState.
- cover(CSN) - Method in class org.opends.server.replication.common.ServerState
-
Checks that the CSN given as a parameter is in this ServerState.
- CRAMMD5_IPAD_BYTE - Static variable in class org.opends.server.util.ServerConstants
-
The inner pad byte, which will be XORed with the shared secret for the
first CRAM-MD5 digest.
- CRAMMD5_OPAD_BYTE - Static variable in class org.opends.server.util.ServerConstants
-
The outer pad byte, which will be XORed with the shared secret for the
second CRAM-MD5 digest.
- CRAMMD5SASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The CRAM-MD5 SASL bind request as defined in draft-ietf-sasl-crammd5.
- CRAMMD5SASLMechanismHandler - Class in org.opends.server.extensions
-
This class provides an implementation of a SASL mechanism that uses digest
authentication via CRAM-MD5.
- CRAMMD5SASLMechanismHandler() - Constructor for class org.opends.server.extensions.CRAMMD5SASLMechanismHandler
-
Creates a new instance of this SASL mechanism handler.
- CramMD5SASLMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Cram MD5 SASL Mechanism
Handler settings.
- CramMD5SASLMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Cram MD5 SASL
Mechanism Handler settings.
- CramMD5SASLMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Cram MD5 SASL Mechanism Handler
managed object definition meta information.
- create(AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Creates an attribute description having the provided attribute type and no options.
- create(String, AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
- create(AttributeType, String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Creates an attribute description having the provided attribute type and single option.
- create(String, AttributeType, String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
- create(String, AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
- create(AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Creates an attribute description having the provided attribute type and options.
- create(AttributeType, Collection<String>) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Creates an attribute description having the provided attribute type and options.
- create(String, AttributeType, Collection<String>) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
- create(ObjectFactory, int) - Static method in class org.opends.dsml.protocol.ResultCodeFactory
-
Create a ResultCode object that contains the resultCode, and, if valid,
a text description (from RFC 2251) of the resultCode.
- create() - Static method in class org.opends.quicksetup.Application
-
Creates an application by instantiating the Application class
denoted by the System property
org.opends.quicksetup.Application.class.
- create(Installation) - Static method in class org.opends.quicksetup.BuildInformation
-
Reads build information for a particular installation by reading the
output from invoking the start-ds tool with the full information option.
- create(AttributeType, ByteString) - Static method in class org.opends.server.types.Attributes
-
Creates a new single-valued attribute with the specified attribute type and value.
- create(AttributeType, String) - Static method in class org.opends.server.types.Attributes
-
Creates a new single-valued attribute with the specified name and value.
- create(AttributeType, String, ByteString) - Static method in class org.opends.server.types.Attributes
-
Creates a new single-valued attribute with the specified
attribute type and value.
- create(AttributeType, String, String) - Static method in class org.opends.server.types.Attributes
-
Creates a new single-valued attribute with the attribute type and value.
- create(String, String) - Static method in class org.opends.server.types.Attributes
-
Creates a new single-valued attribute with the specified
attribute name and attribute value.
- create(String, String...) - Static method in class org.opends.server.types.Attributes
-
Creates a new multi-valued attribute with the specified attribute
name and attribute values.
- create(String) - Static method in class org.opends.server.types.RawAttribute
-
Creates a new raw attribute with the provided type and no values.
- create(String, String) - Static method in class org.opends.server.types.RawAttribute
-
Creates a new raw attribute with the provided type value.
- create(String, ByteString) - Static method in class org.opends.server.types.RawAttribute
-
Creates a new raw attribute with the provided type value.
- create(String, ArrayList<ByteString>) - Static method in class org.opends.server.types.RawAttribute
-
Creates a new raw attribute with the provided type and values.
- create(Attribute) - Static method in class org.opends.server.types.RawAttribute
-
Creates a new raw attribute from the provided attribute.
- create(String) - Static method in class org.opends.server.types.RawFilter
-
Creates a new LDAP filter from the provided filter string.
- create(SearchFilter) - Static method in class org.opends.server.types.RawFilter
-
Creates a new LDAP filter from the provided search filter.
- create(ModificationType, RawAttribute) - Static method in class org.opends.server.types.RawModification
-
Creates a new raw modification with the provided type and
attribute.
- create(ModificationType, String) - Static method in class org.opends.server.types.RawModification
-
Creates a new raw modification with the provided type and
attribute.
- create(ModificationType, String, String) - Static method in class org.opends.server.types.RawModification
-
Creates a new raw modification with the provided type and
attribute.
- create(ModificationType, String, ByteString) - Static method in class org.opends.server.types.RawModification
-
Creates a new raw modification with the provided type and
attribute.
- create(ModificationType, String, ArrayList<ByteString>) - Static method in class org.opends.server.types.RawModification
-
Creates a new raw modification with the provided type and
attribute.
- createAbandonRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createAccessLogFilteringCriteria(ManagedObjectDefinition<C, ? extends AccessLogFilteringCriteriaCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
-
Creates a new Access Log Filtering Criteria.
- createAccountStatusNotificationHandler(ManagedObjectDefinition<C, ? extends AccountStatusNotificationHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Account Status Notification Handler.
- createAck(boolean) - Method in class org.opends.server.replication.server.ExpectedAcksInfo
-
Creates the ack message to be returned to the requester server, taking into
account the information in the received acks from every servers.
- createAck(boolean) - Method in class org.opends.server.replication.server.SafeDataExpectedAcksInfo
-
Creates the ack message to be returned to the requester server, taking into
account the information in the received acks from every servers.
- createAck(boolean) - Method in class org.opends.server.replication.server.SafeReadExpectedAcksInfo
-
Creates the ack message to be returned to the requester server, taking into
account the information in the received acks from every servers.
- createAddRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createAdminData(String) - Method in class org.opends.admin.ads.ADSContext
-
Creates the Administration Data in the server.
- createAdministrator(Map<ADSContext.AdministratorProperty, Object>) - Method in class org.opends.admin.ads.ADSContext
-
Creates an Administrator in the ADS.
- createAdministrator(boolean) - Method in class org.opends.quicksetup.UserData
-
Sets whether must create a global administrator or not.
- createAlertHandler(ManagedObjectDefinition<C, ? extends AlertHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Alert Handler.
- createAndDisplayGUI() - Method in class org.opends.guitools.controlpanel.ControlPanel
-
Creates the main Control Panel dialog and displays it.
- createANDFilter(ArrayList<RawFilter>) - Static method in class org.opends.server.types.RawFilter
-
Creates a new AND search filter with the provided filter
components.
- createANDFilter(Collection<SearchFilter>) - Static method in class org.opends.server.types.SearchFilter
-
Creates a new AND search filter with the provided information.
- createApproximateFilter(String, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new approxMatch filter with the provided information.
- createApproximateFilter(AttributeType, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new approxMatch filter with the provided information.
- createApproximateFilter(String, ByteString) - Static method in class org.opends.server.types.RawFilter
-
Creates a new approximate search filter with the provided
information.
- createApproximateFilter(AttributeType, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates an approximate search filter with the provided
information.
- createApproximateFilter(AttributeType, Set<String>, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates an approximate search filter with the provided
information.
- createArgParser(String, LocalizableMessage) - Method in class org.opends.server.tools.tasks.TaskTool
-
Creates an argument parser prepopulated with arguments for processing
input for scheduling tasks with the task backend.
- createArrayOf(String, Object[]) - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- createAsList(AttributeType, ByteString) - Static method in class org.opends.server.types.Attributes
-
Creates a new List with a single-valued attribute with the specified attribute type and value.
- createAsList(AttributeType, String) - Static method in class org.opends.server.types.Attributes
-
Creates a new List with a single-valued attribute with the specified name and value.
- createAsList(AttributeType, String, String) - Static method in class org.opends.server.types.Attributes
-
Creates a new List with a single-valued attribute with the attribute type and value.
- createAttributeDescription() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createAttributeDescriptions() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createAttributeHistorical(AttributeType) - Static method in class org.opends.server.replication.plugin.AttrHistorical
-
Create a new object from a provided attribute type.
- createAttributeValueAssertion() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createAuthenticationPolicy(T) - Method in interface org.opends.server.api.AuthenticationPolicyFactory
-
Creates a new authentication policy using the provided configuration.
- createAuthenticationPolicy(PasswordPolicyCfg) - Method in class org.opends.server.core.PasswordPolicyFactory
-
- createAuthenticationPolicy(LDAPPassThroughAuthenticationPolicyCfg) - Method in class org.opends.server.extensions.LDAPPassThroughAuthenticationPolicyFactory
-
- createAuthenticationPolicyState(Entry) - Method in class org.opends.server.api.AuthenticationPolicy
-
Returns the authentication policy state object for the provided user using
the current time as the basis for all time-based state logic (such as
expiring passwords).
- createAuthenticationPolicyState(Entry, long) - Method in class org.opends.server.api.AuthenticationPolicy
-
Returns an authentication policy state object for the provided user using
the specified time as the basis for all time-based state logic (such as
expiring passwords).
- createAuthenticationPolicyState(Entry, long) - Method in class org.opends.server.core.PasswordPolicy
-
- createAuthRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createAutomaticallyGenerated(List<String>, int) - Static method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Creates an automatically generated entries suffix options.
- createBackend(ManagedObjectDefinition<C, ? extends BackendCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Backend.
- createBackend(ConnectionWrapper, String, Set<DN>, ManagedObjectDefinition<? extends BackendCfgClient, ? extends BackendCfg>) - Method in class org.opends.quicksetup.installer.InstallerHelper
-
Creates a database backend on the server.
- createBackendIndex(ManagedObjectDefinition<C, ? extends BackendIndexCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Creates a new Backend Index.
- createBackendOffline(String, Collection<DN>, ManagedObjectDefinition<? extends BackendCfgClient, ? extends BackendCfg>) - Static method in class org.opends.server.tools.BackendCreationHelper
-
Add a new backend with the provided name in the config.ldif file.
- createBackendOnline(String, Collection<DN>, ManagedObjectDefinition<? extends BackendCfgClient, ? extends BackendCfg>, ConnectionWrapper) - Static method in class org.opends.server.tools.BackendCreationHelper
-
Add a new backend with the provided name in the config.ldif file.
- createBackendVLVIndex(ManagedObjectDefinition<C, ? extends BackendVLVIndexCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Creates a new Backend VLV Index.
- createBackup(BackupConfig, LdapResultHandler<Void>) - Method in interface org.forgerock.opendj.server.core.ArchivableDataProvider
-
Creates a backup of the contents of this data provider in a form that may
be restored at a later date if necessary.
- createBackup(BackupConfig) - Method in class org.opends.server.api.LocalBackend
-
Creates a backup of the contents of this backend in a form that may be restored at a later date
if necessary.
- createBackup(BackupConfig) - Method in class org.opends.server.backends.BackupBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.cassandra.Storage
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.ChangelogBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.ConfigurationBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.jdbc.Storage
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.jeb.JEStorage
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.LDIFBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.MemoryBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.MonitorBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.NullBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.pdb.PDBStorage
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- createBackup(BackupConfig) - Method in interface org.opends.server.backends.pluggable.spi.Storage
-
Creates a backup for this storage.
- createBackup(BackupConfig) - Method in class org.opends.server.backends.RootDSEBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.SchemaBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.task.TaskBackend
-
- createBackup(BackupConfig) - Method in class org.opends.server.backends.TrustStoreBackend
-
- createBackup(Backupable, BackupConfig) - Method in class org.opends.server.util.BackupManager
-
Creates a backup of the provided backupable entity.
- createBase64(String) - Static method in class org.opends.guitools.controlpanel.datamodel.BinaryValue
-
Creates a binary value using a base64 string.
- createBase64(byte[]) - Static method in class org.opends.guitools.controlpanel.datamodel.BinaryValue
-
Creates a binary value using an array of bytes.
- createBaseEntry(List<String>) - Static method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Creates a base entry suffix options.
- createBaseEntryTempFile(String) - Method in class org.opends.quicksetup.installer.InstallerHelper
-
Creates a template LDIF file with an entry that has as dn the provided
baseDn.
- createBatchRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchRequest(BatchRequest) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponse() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponse(BatchResponse) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponseAddResponse(LDAPResult) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponseAuthResponse(LDAPResult) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponseCompareResponse(LDAPResult) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponseDelResponse(LDAPResult) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponseErrorResponse(ErrorResponse) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponseExtendedResponse(ExtendedResponse) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponseModDNResponse(LDAPResult) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponseModifyResponse(LDAPResult) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBatchResponseSearchResponse(SearchResponse) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createBCFKSCertificateOptions(String, String, boolean, boolean, int, Collection<String>) - Static method in class org.opends.quicksetup.SecurityOptions
-
Creates a new instance of a SecurityOptions using a BCFKS Key Store.
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
Creates a new bind client which can be used to perform the authentication
process.
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- createBlob() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- createBooleanValue(boolean) - Static method in class org.opends.server.util.SchemaUtils
-
Retrieves an attribute value containing a representation of the provided
boolean value.
- createBorderLessScrollBar(Component) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns a JScrollPane that contains the provided component.
- createBorderLessScrollBar(Component) - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns a JScrollPane that contains the provided component.
- createBottomAndTopBorderListener(JScrollPane) - Static method in class org.opends.guitools.controlpanel.event.ScrollPaneBorderListener
-
Returns a scroll pane border listener that will apply a border on the
bottom and on the top of the scroll.
- createBottomBorderListener(JScrollPane) - Static method in class org.opends.guitools.controlpanel.event.ScrollPaneBorderListener
-
Returns a scroll pane border listener that will apply a border only on the
bottom of the scroll.
- createBrowseButtonPanel(JLabel, JTextComponent, JButton) - Static method in class org.opends.quicksetup.ui.Utilities
-
Creates a panel with a field and a browse button.
- createBrowserController(ControlPanelInfo) - Method in class org.opends.guitools.controlpanel.ui.BrowseEntriesPanel
-
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.ACIPropertyDefinition
-
Create a ACI property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Creates an aggregation property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.AttributeTypePropertyDefinition
-
Create a attribute type property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.BooleanPropertyDefinition
-
Create a boolean property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.ClassPropertyDefinition
-
Create a class property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.DNPropertyDefinition
-
Create a DN property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.DurationPropertyDefinition
-
Create a duration property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.EnumPropertyDefinition
-
Create an enumeration property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.IntegerPropertyDefinition
-
Create an integer property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.IPAddressMaskPropertyDefinition
-
Create a IP address mask property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.IPAddressPropertyDefinition
-
Create a IP address property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.SizePropertyDefinition
-
Create an memory size property definition builder.
- createBuilder(AbstractManagedObjectDefinition<?, ?>, String) - Static method in class org.forgerock.opendj.config.StringPropertyDefinition
-
Create a string property definition builder.
- createButton(LocalizableMessage) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a button.
- createCertificateMapper(ManagedObjectDefinition<C, ? extends CertificateMapperCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Certificate Mapper.
- createCheckBox(LocalizableMessage) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a check box.
- createChild(InstantiableRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Creates a new child managed object bound to the specified instantiable
relation.
- createChild(OptionalRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, Collection<PropertyException>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Creates a new child managed object bound to the specified optional
relation.
- createChild(SetRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, Collection<PropertyException>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Creates a new child managed object bound to the specified set relation.
- createChild(InstantiableRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, String, Collection<PropertyException>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- createChild(OptionalRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, Collection<PropertyException>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- createChild(SetRelationDefinition<C, S>, ManagedObjectDefinition<C1, ? extends S>, Collection<PropertyException>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- createCliApplication() - Method in class org.opends.guitools.uninstaller.UninstallLauncher
-
- createCliApplication() - Method in class org.opends.quicksetup.installer.SetupLauncher
-
- createCliApplication() - Method in class org.opends.quicksetup.Launcher
-
Creates a CLI application that will be run if the
launcher needs to launch a CLI application.
- createClientConfiguration(ManagedObject<? extends ExamplePluginCfgClient>) - Method in class com.example.opendj.meta.ExamplePluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends MsadPluginCfgClient>) - Method in class opendj.meta.MsadPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends C>) - Method in class org.forgerock.opendj.config.ManagedObjectDefinition
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AccessControlHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AccessLogFilteringCriteriaCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AccountStatusNotificationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AdminEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AdministrationConnectorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AESPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AESPasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AlertHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AnonymousSASLMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AnonymousSASLMechanismHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AttributeCleanupPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends AttributeValuePasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends BackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends BackendIndexCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends BackendVLVIndexCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BackendVLVIndexCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends BackupBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends Base64PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends BcryptPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends BlindTrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends BlowfishPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CancelExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CASBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ChangeNumberControlPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CharacterSetPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ClearPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ClientConnectionMonitorProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ClientConnectionMonitorProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CollectiveAttributeSubentriesVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CoreSchemaCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CramMD5SASLMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CramMD5SASLMechanismHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CryptoManagerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CryptPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CsvFileAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends CsvFileHTTPAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends DebugLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends DebugTargetCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends DictionaryPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends DigestMD5SASLMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends DseeCompatAccessControlHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends DynamicGroupImplementationCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.DynamicGroupImplementationCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends EntityTagVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends EntryCacheCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends EntryCacheMonitorProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntryCacheMonitorProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends EntryDNVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends EntryUUIDPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends EntryUUIDVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ErrorLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ExactMatchIdentityMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ExternalAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ExternalChangelogDomainCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExternalChangelogDomainCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ExternalHTTPAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExternalHTTPAccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ExternalSASLMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ExternalSASLMechanismHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FIFOEntryCacheCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FileBasedAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FileBasedAuditLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FileBasedDebugLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FileBasedErrorLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FileBasedHTTPAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FileBasedKeyManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FileBasedTrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FileCountLogRetentionPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FingerprintCertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FixedTimeLogRotationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FractionalLDIFImportPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FractionalLDIFImportPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends FreeDiskSpaceLogRetentionPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends GetConnectionIdExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends GetSymmetricKeyExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends GlobalCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends GoverningStructureRuleVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends GroupImplementationCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GroupImplementationCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends GSSAPISASLMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HasSubordinatesVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HTTPAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HTTPAccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HTTPAnonymousAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HTTPAnonymousAuthorizationMechanismCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HTTPBasicAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HTTPConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HTTPEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HTTPEndpointCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HTTPOauth2CtsAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HTTPOauth2FileAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HTTPOauth2OpenamAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends IdentityMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends IsMemberOfVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends JDBCBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends JEBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends JMXAlertHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JMXAlertHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends JMXConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends JsonFileAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends JsonFileHTTPAccessLogPublisherCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JsonFileHTTPAccessLogPublisherCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends JsonSchemaCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends KeyManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LastModPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LDAPAttributeDescriptionListPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LDAPAttributeDescriptionListPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LDAPConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LDAPKeyManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LDAPPassThroughAuthenticationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LDAPTrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LDIFBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LDIFConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LengthBasedPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LocalBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LogRetentionPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends LogRotationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends MD5PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MD5PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends MemberVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends MemoryBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends MemoryUsageMonitorProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MemoryUsageMonitorProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends MonitorBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends MonitorProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.MonitorProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends NullBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends NumSubordinatesVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ParallelWorkQueueCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ParallelWorkQueueCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PasswordExpirationTimeVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PasswordGeneratorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PasswordModifyExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PasswordPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PasswordPolicyImportPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PasswordPolicyStateExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PasswordPolicySubentryVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PBKDF2HmacSHA256PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA256PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PBKDF2HmacSHA512PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA512PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PBKDF2PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PBKDF2PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PDBBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PKCS11KeyManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PKCS11TrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PKCS5S2PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PKCS5S2PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PlainSASLMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PlainSASLMechanismHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends PluginRootCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ProfilerPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends RandomPasswordGeneratorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends RC4PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RC4PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ReferentialIntegrityPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends RegularExpressionIdentityMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends RepeatedCharactersPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ReplicationDomainCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ReplicationServerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ReplicationServiceDiscoveryMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ReplicationSynchronizationProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends Rest2ldapEndpointCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends RootCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends RootDNCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RootDNCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends RootDNUserCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RootDNUserCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends RootDSEBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.RootDSEBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SaltedMD5PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedMD5PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SaltedSHA1PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA1PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SaltedSHA256PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA256PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SaltedSHA384PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA384PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SaltedSHA512PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA512PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SambaPasswordPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SASLMechanismHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SASLMechanismHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SchemaBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SchemaProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends ServiceDiscoveryMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SevenBitCleanPluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SHA1PasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SHA1PasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SimilarityBasedPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SizeLimitLogRetentionPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SizeLimitLogRotationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SMTPAccountStatusNotificationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SMTPAlertHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SNMPConnectionHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SoftReferenceEntryCacheCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends StackTraceMonitorProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.StackTraceMonitorProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends StartTLSExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.StartTLSExtendedOperationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends StaticGroupImplementationCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.StaticGroupImplementationCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends StaticServiceDiscoveryMechanismCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends StructuralObjectClassVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SubjectAttributeToUserAttributeCertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SubjectDNToUserAttributeCertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SubjectDNToUserAttributeCertificateMapperCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SubjectEqualsDNCertificateMapperCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDNCertificateMapperCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SubschemaSubentryVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SynchronizationProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends SystemInfoMonitorProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.SystemInfoMonitorProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends TaskBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends TimeLimitLogRotationPolicyCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends TraditionalWorkQueueCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends TripleDESPasswordStorageSchemeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TripleDESPasswordStorageSchemeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends TrustManagerProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends TrustStoreBackendCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends UniqueAttributePluginCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends UniqueCharactersPasswordValidatorCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends UserDefinedVirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends VersionMonitorProviderCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.VersionMonitorProviderCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends VirtualAttributeCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends VirtualStaticGroupImplementationCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.VirtualStaticGroupImplementationCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends WhoAmIExtendedOperationHandlerCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends WorkQueueCfgClient>) - Method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientConfiguration(ManagedObject<? extends OpenidmAccountStatusNotificationHandlerCfgClient>) - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Creates a client configuration view of the provided managed object.
- createClientSession(Socket, int) - Method in class org.opends.server.replication.protocol.ReplSessionSecurity
-
Create a new protocol session in the client role on the provided socket.
- createClob() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- createComboBox() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a combo box.
- createCompareRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createConnectionHandler(ManagedObjectDefinition<C, ? extends ConnectionHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Connection Handler.
- createConnectionWrapper() - Method in class org.opends.admin.ads.util.ServerLoader
-
Returns a Connection Wrapper.
- createControl() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createCopy() - Method in class org.opends.admin.ads.util.ApplicationTrustManager
-
Creates a copy of this ApplicationTrustManager.
- createCopy() - Method in class org.opends.guitools.controlpanel.util.BlindApplicationTrustManager
-
- createCron(String) - Static method in class org.opends.guitools.controlpanel.datamodel.ScheduleType
-
Returns a schedule instance that launches the task using a cron schedule.
- createDataExclusionOptions(JLabel[], Component[]) - Method in class org.opends.guitools.controlpanel.ui.InclusionExclusionPanel
-
A commodity method that layouts a set of components.
- createDataInclusionOptions(JLabel[], Component[]) - Method in class org.opends.guitools.controlpanel.ui.InclusionExclusionPanel
-
A commodity method that layouts a set of components.
- createDataProvider(DataProviderID, T) - Method in interface org.forgerock.opendj.server.core.DataProviderFactory
-
Creates and initializes a new data provider based on the information in
the provided configuration.
- createDebugTarget(ManagedObjectDefinition<C, ? extends DebugTargetCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.DebugLogPublisherCfgClient
-
Creates a new Debug Target.
- createDefaultLabel() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a label (with default font) with no text.
- createDefaultLabel(LocalizableMessage) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a label (with default font).
- createDelRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createDsApplIfOpsEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer) - Method in class org.opends.server.snmp.TableDsApplIfOpsTable
-
Factory method for "DsApplIfOpsEntry" entry MBean class.
- createDsApplIfOpsEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.opends.server.snmp.DsApplIfOpsTableMeta
-
Factory method for "DsApplIfOpsEntry" entry metadata class.
- createDsApplIfOpsTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.opends.server.snmp.DsMIBMeta
-
Factory method for "DsApplIfOpsTable" table metadata class.
- createDsIntEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer, Integer, Integer) - Method in class org.opends.server.snmp.TableDsIntTable
-
Factory method for "DsIntEntry" entry MBean class.
- createDsIntEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.opends.server.snmp.DsIntTableMeta
-
Factory method for "DsIntEntry" entry metadata class.
- createDsIntTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.opends.server.snmp.DsMIBMeta
-
Factory method for "DsIntTable" table metadata class.
- createDsMIBMBean(String, String, ObjectName, MBeanServer) - Method in class org.opends.server.snmp.DIRECTORY_SERVER_MIB
-
Factory method for "DsMIB" group MBean.
- createDsMIBMBean(String, String, ObjectName, MBeanServer) - Method in class org.opends.server.snmp.DIRECTORY_SERVER_MIBImpl
-
Factory method for "DsMIB" group MBean.
- createDsMIBMetaNode(String, String, ObjectName, MBeanServer) - Method in class org.opends.server.snmp.DIRECTORY_SERVER_MIB
-
Factory method for "DsMIB" group metadata class.
- createDsmlAttr() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createDsmlMessage() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createDsmlModification() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createDsTableEntryMBean(SnmpMibSubRequest, SnmpOid, int, ObjectName, SnmpMibTable, Integer) - Method in class org.opends.server.snmp.TableDsTable
-
Factory method for "DsTableEntry" entry MBean class.
- createDsTableEntryMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.opends.server.snmp.DsTableMeta
-
Factory method for "DsTableEntry" entry metadata class.
- createDsTableMetaNode(String, String, SnmpMib, MBeanServer) - Method in class org.opends.server.snmp.DsMIBMeta
-
Factory method for "DsTable" table metadata class.
- createEmpty(List<String>) - Static method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Creates an empty suffix options.
- createEntry(DN) - Static method in class org.opends.server.util.StaticUtils
-
Creates a new, blank entry with the given DN.
- createEntryCache(ManagedObjectDefinition<C, ? extends EntryCacheCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Entry Cache.
- createEqualityFilter(String, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new equalityMatch filter with the provided information.
- createEqualityFilter(AttributeType, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new equalityMatch filter with the provided information.
- createEqualityFilter(String, ByteString) - Static method in class org.opends.server.types.RawFilter
-
Creates a new equality search filter with the provided
information.
- createEqualityFilter(AttributeType, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates a new equality search filter with the provided
information.
- createEqualityFilter(AttributeType, Set<String>, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates a new equality search filter with the provided
information.
- createErrorPane() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Creates the error pane.
- createErrorResponse() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createErrorResponseDetail() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createExactMatchQuery(String, ByteSequence) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query requesting an index record matching the provided key.
- createExtendedOperationHandler(ManagedObjectDefinition<C, ? extends ExtendedOperationHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Extended Operation Handler.
- createExtendedRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createExtendedResponse() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createExtensibleFilter(String, String, ByteString, boolean) - Static method in class org.opends.server.types.RawFilter
-
Creates a new extensible matching search filter with the provided
information.
- createExtensibleMatchFilter(String, String, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new extensibleMatch filter with the provided information.
- createExtensibleMatchFilter(AttributeType, MatchingRule, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new extensibleMatch filter with the provided information.
- createExtensibleMatchFilter(AttributeType, ByteString, String, boolean) - Static method in class org.opends.server.types.SearchFilter
-
Creates an extensible matching filter with the provided
information.
- createExtensibleMatchFilter(AttributeType, Set<String>, ByteString, String, boolean) - Static method in class org.opends.server.types.SearchFilter
-
Creates an extensible matching filter with the provided
information.
- createFieldsPanel() - Method in class org.opends.quicksetup.installer.ui.InstallReviewPanel
-
Returns and creates the fields panel.
- createFieldsPanel() - Method in class org.opends.quicksetup.ui.ReviewPanel
-
Creates the panel containing field names and values.
- createFileLicenseApproved(String) - Static method in class org.opends.quicksetup.LicenseFile
-
Creates a file - in the legal folder from the specified directory; which
indicates that the license has been approved.
- createFileSystemException(LocalizableMessage, Exception) - Static method in exception org.opends.quicksetup.ApplicationException
-
Creates a new ApplicationException of type FILE_SYSTEM_ERROR.
- createFilter() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterFromString(String) - Static method in class org.opends.server.types.SearchFilter
-
Decodes the provided filter string as a search filter.
- createFilterSet() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterSetAnd(FilterSet) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterSetApproxMatch(AttributeValueAssertion) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterSetEqualityMatch(AttributeValueAssertion) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterSetExtensibleMatch(MatchingRuleAssertion) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterSetGreaterOrEqual(AttributeValueAssertion) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterSetLessOrEqual(AttributeValueAssertion) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterSetNot(Filter) - Method in class org.opends.dsml.protocol.ObjectFactory
-
Create an instance of
JAXBElement<Filter>
- createFilterSetOr(FilterSet) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterSetPresent(AttributeDescription) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFilterSetSubstrings(SubstringFilter) - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createFirstInTopology(int, boolean) - Static method in class org.opends.quicksetup.installer.DataReplicationOptions
-
Construct an FIRST_IN_TOPOLOGY object.
- createForProfile(String) - Static method in class org.forgerock.opendj.config.ManagedObjectDefinitionResource
-
Creates a new resource instance for the named profile.
- createFrame() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a frame.
- createFramePanel(QuickSetupDialog) - Method in class org.opends.quicksetup.installer.Installer
-
- createFramePanel(QuickSetupDialog) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Creates the main panel for the wizard dialog.
- createFromFile(byte[], File) - Static method in class org.opends.guitools.controlpanel.datamodel.BinaryValue
-
Creates a binary value using an array of bytes and a file.
- createFromLDAPFilter(RawFilter) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new matched values filter from the provided LDAP filter.
- createFullBorderListener(JScrollPane) - Static method in class org.opends.guitools.controlpanel.event.ScrollPaneBorderListener
-
Returns a scroll pane border listener that will apply a full border to the
scroll.
- createGeneralizedTimeValue(long) - Static method in class org.opends.server.schema.GeneralizedTimeSyntax
-
Retrieves an attribute value containing a generalized time representation
of the provided date.
- createGlobalArguments() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Initialize Global option.
- createGlobalArguments(OutputStream, boolean) - Method in class org.opends.server.admin.client.cli.SecureConnectionCliParser
-
Initialize Global option.
- createGlobalTopologyMonitorMsg(int, int) - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Creates a new monitor message including monitoring information for the
whole topology.
- createGreaterOrEqualFilter(String, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new greaterOrEqual filter with the provided information.
- createGreaterOrEqualFilter(AttributeType, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new greaterOrEqual filter with the provided information.
- createGreaterOrEqualFilter(String, ByteString) - Static method in class org.opends.server.types.RawFilter
-
Creates a new greater or equal search filter with the provided
information.
- createGreaterOrEqualFilter(AttributeType, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates a greater-or-equal search filter with the provided
information.
- createGreaterOrEqualFilter(AttributeType, Set<String>, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates a greater-or-equal search filter with the provided
information.
- createGroupImplementation(ManagedObjectDefinition<C, ? extends GroupImplementationCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Group Implementation.
- createHelpMenuBar() - Method in class org.opends.guitools.controlpanel.ui.GenericMenuBar
-
Creates the Help menu bar.
- createHistoryBackupDirectory() - Method in class org.opends.quicksetup.Installation
-
Creates a new directory in the history directory appropriate for backing up
an installation during an upgrade.
- createHTTPAuthorizationMechanism(ManagedObjectDefinition<C, ? extends HTTPAuthorizationMechanismCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new HTTP Authorization Mechanism.
- createHTTPEndpoint(ManagedObjectDefinition<C, ? extends HTTPEndpointCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new HTTP Endpoint.
- createIdentityMapper(ManagedObjectDefinition<C, ? extends IdentityMapperCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Identity Mapper.
- createImageIcon(String, ClassLoader) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns an ImageIcon or null if the path was invalid.
- createImageIcon(String) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns an ImageIcon or null if the path was invalid.
- createImageIcon(byte[], int, LocalizableMessage, boolean) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates an image icon using an array of bytes that contain the image and
specifying the maximum height of the image.
- createImportFromLDIF(List<String>, List<String>, String, String) - Static method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Creates a base entry suffix options.
- createIndexers(IndexingOptions) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the indexers for this matching rule configured using the provided indexing options.
- createIndexers(IndexingOptions) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Returns the indexers for this matching rule.
- createIndexers(IndexingOptions) - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
-
- createIndexQuery(IndexQueryFactory<T>) - Method in interface org.forgerock.opendj.ldap.Assertion
-
Returns an index query appropriate for the provided attribute
value assertion.
- createInExistingTopology(AuthenticationData, int, boolean) - Static method in class org.opends.quicksetup.installer.DataReplicationOptions
-
Construct an IN_EXISTING_TOPOLOGY object.
- createInlineHelpLabel(LocalizableMessage) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a label of type 'inline help' (with smaller font).
- createInputPanel() - Method in class org.opends.guitools.uninstaller.ui.ConfirmUninstallPanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.DataOptionsPanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.DataReplicationPanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.GlobalAdministratorPanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.InstallLicensePanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.InstallReviewPanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.InstallWelcomePanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.RemoteReplicationPortsPanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.RuntimeOptionsPanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.ServerSettingsPanel
-
- createInputPanel() - Method in class org.opends.quicksetup.installer.ui.SuffixesToReplicatePanel
-
- createInputPanel() - Method in class org.opends.quicksetup.ui.ProgressPanel
-
- createInputPanel() - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Creates and returns the panel that contains the layout specific to the
panel.
- createInputPanel() - Method in class org.opends.quicksetup.ui.ReviewPanel
-
- createInstructionsPanel() - Method in class org.opends.quicksetup.installer.ui.InstallReviewPanel
-
Creates and returns the instructions panel.
- createInstructionsPanel() - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Creates and returns the instructions panel.
- createIntersectionQuery(Collection<T>) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query which returns the intersection of a collection of
sub-queries.
- createJCEKSCertificateOptions(String, String, boolean, boolean, int, Collection<String>) - Static method in class org.opends.quicksetup.SecurityOptions
-
Creates a new instance of a SecurityOptions using a JCE Key Store.
- createJKSCertificateOptions(String, String, boolean, boolean, int, Collection<String>) - Static method in class org.opends.quicksetup.SecurityOptions
-
Creates a new instance of a SecurityOptions using a Java Key Store.
- createKeyManagerProvider(ManagedObjectDefinition<C, ? extends KeyManagerProviderCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Key Manager Provider.
- createKeys(Schema, ByteSequence, Collection<ByteString>) - Method in interface org.forgerock.opendj.ldap.spi.Indexer
-
Generates the set of index keys for an attribute.
- createLaunchLater(Date) - Static method in class org.opends.guitools.controlpanel.datamodel.ScheduleType
-
Returns a schedule instance that launches the task at a given date.
- createLaunchNow() - Static method in class org.opends.guitools.controlpanel.datamodel.ScheduleType
-
Returns a schedule instance that launches the task now.
- createLayout(GridBagConstraints) - Method in class org.opends.guitools.controlpanel.ui.BackupListPanel
-
Creates the components and lays them in the panel.
- createLDAPResult() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createLessOrEqualFilter(String, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new lessOrEqual filter with the provided information.
- createLessOrEqualFilter(AttributeType, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new lessOrEqual filter with the provided information.
- createLessOrEqualFilter(String, ByteString) - Static method in class org.opends.server.types.RawFilter
-
Creates a new less or equal search filter with the provided
information.
- createLessOrEqualFilter(AttributeType, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates a less-or-equal search filter with the provided
information.
- createLessOrEqualFilter(AttributeType, Set<String>, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates a less-or-equal search filter with the provided
information.
- createLogPublisher(ManagedObjectDefinition<C, ? extends LogPublisherCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Log Publisher.
- createLogRetentionPolicy(ManagedObjectDefinition<C, ? extends LogRetentionPolicyCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Log Retention Policy.
- createLogRotationPolicy(ManagedObjectDefinition<C, ? extends LogRotationPolicyCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Log Rotation Policy.
- createLongTextField() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a long text field.
- createMainPanel() - Method in class org.opends.guitools.controlpanel.ui.BrowseEntriesPanel
-
- createMainPanel() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntrySelectionPanel
-
- createMatchAllQuery() - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query requesting all index records.
- createMatchingRuleAssertion() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createMediumTextField() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a medium sized text field.
- createMenu(LocalizableMessage, LocalizableMessage) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a menu with the provided text.
- createMenuItem(LocalizableMessage) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a menu item with the provided text.
- createModifyDNRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createModifyRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createMonitorProvider(ManagedObjectDefinition<C, ? extends MonitorProviderCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Monitor Provider.
- createNClob() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- createNewDomain(ReplicationDomainCfg) - Static method in class org.opends.server.replication.plugin.MultimasterReplication
-
Creates a new domain from its configEntry, do the
necessary initialization and starts it so that it is
fully operational when this method returns.
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class org.opends.server.snmp.DsApplIfOpsTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class org.opends.server.snmp.DsIntTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int) - Method in class org.opends.server.snmp.DsTableMeta
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class org.opends.server.snmp.TableDsApplIfOpsTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class org.opends.server.snmp.TableDsIntTable
-
- createNewEntry(SnmpMibSubRequest, SnmpOid, int, SnmpMibTable) - Method in class org.opends.server.snmp.TableDsTable
-
- createNoCertificateOptions() - Static method in class org.opends.quicksetup.SecurityOptions
-
Creates a new instance of a SecurityOptions representing for no certificate
(no SSL or Start TLS).
- createNonEditableTextArea(LocalizableMessage, int, int) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a non-editable text area.
- createNOTFilter(RawFilter) - Static method in class org.opends.server.types.RawFilter
-
Creates a new NOT search filter with the provided filter
component.
- createNOTFilter(SearchFilter) - Static method in class org.opends.server.types.SearchFilter
-
Creates a new NOT search filter with the provided information.
- createOperation(InternalClientConnection, DN) - Method in class org.opends.server.replication.protocol.AddMsg
-
Create and Operation from the message using the provided DN.
- createOperation(InternalClientConnection, DN) - Method in class org.opends.server.replication.protocol.DeleteMsg
-
Create and Operation from the message using the provided DN.
- createOperation(InternalClientConnection) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Create and Operation from the message.
- createOperation(InternalClientConnection, DN) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Create and Operation from the message using the provided DN.
- createOperation(InternalClientConnection, DN) - Method in class org.opends.server.replication.protocol.ModifyDNMsg
-
- createOperation(InternalClientConnection, DN) - Method in class org.opends.server.replication.protocol.ModifyMsg
-
Create and Operation from the message using the provided DN.
- createOperator(String) - Static method in enum org.opends.server.authorization.dseecompat.EnumTargetOperator
-
Creates an enumeration of the specified operator type name.
- createOptionsForCertificatType(SecurityOptions.CertificateType, String, String, boolean, boolean, int, Collection<String>) - Static method in class org.opends.quicksetup.SecurityOptions
-
Creates a new instance of a SecurityOptions using the provided type Key
Store.
- createORFilter(ArrayList<RawFilter>) - Static method in class org.opends.server.types.RawFilter
-
Creates a new OR search filter with the provided filter
components.
- createORFilter(Collection<SearchFilter>) - Static method in class org.opends.server.types.SearchFilter
-
Creates a new OR search filter with the provided information.
- createPasswordField() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a password text field.
- createPasswordField(int) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a password text field.
- createPasswordGenerator(ManagedObjectDefinition<C, ? extends PasswordGeneratorCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Password Generator.
- createPasswordPolicy(ManagedObjectDefinition<C, ? extends AuthenticationPolicyCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Password Policy.
- createPasswordStorageScheme(ManagedObjectDefinition<C, ? extends PasswordStorageSchemeCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Password Storage Scheme.
- createPasswordValidator(ManagedObjectDefinition<C, ? extends PasswordValidatorCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Password Validator.
- createPKCS11CertificateOptions(String, boolean, boolean, int, Collection<String>) - Static method in class org.opends.quicksetup.SecurityOptions
-
Creates a new instance of a SecurityOptions using a PKCS#11 Key Store.
- createPKCS12CertificateOptions(String, String, boolean, boolean, int, Collection<String>) - Static method in class org.opends.quicksetup.SecurityOptions
-
Creates a new instance of a SecurityOptions using a PKCS#12 Key Store.
- createPlugin(ManagedObjectDefinition<C, ? extends PluginCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Creates a new Plugin.
- createPresenceFilter(String) - Static method in class org.opends.server.types.RawFilter
-
Creates a new presence search filter with the provided attribute
type.
- createPresenceFilter(AttributeType) - Static method in class org.opends.server.types.SearchFilter
-
Creates a presence search filter with the provided information.
- createPresenceFilter(AttributeType, Set<String>) - Static method in class org.opends.server.types.SearchFilter
-
Creates a presence search filter with the provided information.
- createPresentFilter(String) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new present filter with the provided information.
- createPresentFilter(AttributeType) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new present filter with the provided information.
- createPrimaryLabel() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a label of type 'primary' (with bigger font than usual) with no text.
- createPrimaryLabel(LocalizableMessage) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a label of type 'primary' (with bigger font than usual).
- createProperties(PasswordPolicyState, boolean, int, List<ByteString>, List<ByteString>) - Static method in class org.opends.server.types.AccountStatusNotification
-
Creates a set of account status notification properties from the
provided information.
- createProtectedFile(String, String) - Static method in class org.opends.quicksetup.util.Utils
-
Creates a file on the specified path with the contents of the provided
String.
- createRadioButton(LocalizableMessage) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a radio button.
- createRangeMatchQuery(String, ByteSequence, ByteSequence, boolean, boolean) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query requesting all index records in the specified range.
- CreateRCScript - Class in org.opends.server.tools
-
This program provides a tool that may be used to generate an RC script that
can be used to start, stop, and restart the Directory Server, as well as to
display its current status.
- CreateRCScript() - Constructor for class org.opends.server.tools.CreateRCScript
-
- createReplicationDomain(ManagedObjectDefinition<C, ? extends ReplicationDomainCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
-
Creates a new Replication Domain.
- createReplicationServer(ManagedObjectDefinition<C, ? extends ReplicationServerCfg>, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
-
Creates a new Replication Server.
- createReplServerStartMsg() - Method in class org.opends.server.replication.server.ServerHandler
-
Creates a ReplServerStartMsg for the current ServerHandler.
- createRequiredLabel() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns a label with text 'Required Field' and an icon (used as legend in
some panels).
- createResultCode() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createRootDNUser(ManagedObjectDefinition<C, ? extends RootDNUserCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootDNCfgClient
-
Creates a new Root DN User.
- createSASLContext(HashMap<String, String>, String, String, IdentityMapper<?>) - Static method in class org.opends.server.extensions.SASLContext
-
Instantiate a GSSAPI/DIGEST-MD5 SASL context using the specified
parameters.
- createSASLMechanismHandler(ManagedObjectDefinition<C, ? extends SASLMechanismHandlerCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new SASL Mechanism Handler.
- createSchemaProvider(ManagedObjectDefinition<C, ? extends SchemaProviderCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Schema Provider.
- createScrollPane(Component) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns a JScrollPane that contains the provided component.
- createSearchRequest() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createSearchResponse() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createSearchResultEntry() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createSearchResultReference() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createSelfSignedCertificateIfNeeded(ServerContext) - Static method in class org.opends.server.config.AdministrationConnector
-
Creates a self-signed JKS certificate if needed.
- createSelfSignedCertificateOptions(boolean, boolean, int) - Static method in class org.opends.quicksetup.SecurityOptions
-
Creates a new instance of a SecurityOptions using a self-signed
certificate.
- createSelfSignedCertificatePwd() - Static method in class org.opends.server.util.SetupUtils
-
Returns a randomly generated password for a self-signed certificate
keystore.
- createServerConfiguration(ServerManagedObject<? extends ExamplePluginCfg>) - Method in class com.example.opendj.meta.ExamplePluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends MsadPluginCfg>) - Method in class opendj.meta.MsadPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends S>) - Method in class org.forgerock.opendj.config.ManagedObjectDefinition
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AccessControlHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AccessLogFilteringCriteriaCfg>) - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AccountStatusNotificationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AdminEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AdministrationConnectorCfg>) - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AESPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.AESPasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AlertHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AnonymousSASLMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.AnonymousSASLMechanismHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AttributeCleanupPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends AttributeValuePasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends BackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends BackendIndexCfg>) - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends BackendVLVIndexCfg>) - Method in class org.forgerock.opendj.server.config.meta.BackendVLVIndexCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends BackupBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends Base64PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends BcryptPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends BlindTrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends BlowfishPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CancelExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CASBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ChangeNumberControlPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CharacterSetPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ClearPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ClientConnectionMonitorProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.ClientConnectionMonitorProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CollectiveAttributeSubentriesVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CoreSchemaCfg>) - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CramMD5SASLMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.CramMD5SASLMechanismHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CryptoManagerCfg>) - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CryptPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CsvFileAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends CsvFileHTTPAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends DebugLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends DebugTargetCfg>) - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends DictionaryPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends DigestMD5SASLMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends DseeCompatAccessControlHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends DynamicGroupImplementationCfg>) - Method in class org.forgerock.opendj.server.config.meta.DynamicGroupImplementationCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends EntityTagVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends EntryCacheCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends EntryCacheMonitorProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntryCacheMonitorProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends EntryDNVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends EntryUUIDPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends EntryUUIDVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ErrorLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ExactMatchIdentityMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ExternalAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ExternalChangelogDomainCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExternalChangelogDomainCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ExternalHTTPAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExternalHTTPAccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ExternalSASLMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ExternalSASLMechanismHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FIFOEntryCacheCfg>) - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FileBasedAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FileBasedAuditLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FileBasedDebugLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FileBasedErrorLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FileBasedHTTPAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FileBasedKeyManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FileBasedTrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FileCountLogRetentionPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FingerprintCertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FixedTimeLogRotationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FractionalLDIFImportPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.FractionalLDIFImportPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends FreeDiskSpaceLogRetentionPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends GetConnectionIdExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends GetSymmetricKeyExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends GlobalCfg>) - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends GoverningStructureRuleVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg>) - Method in class org.forgerock.opendj.server.config.meta.GroupImplementationCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends GSSAPISASLMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HasSubordinatesVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HTTPAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.HTTPAccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HTTPAnonymousAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HTTPAnonymousAuthorizationMechanismCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HTTPBasicAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HTTPConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HTTPEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.HTTPEndpointCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HTTPOauth2CtsAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HTTPOauth2FileAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HTTPOauth2OpenamAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends IdentityMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends IsMemberOfVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends JDBCBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends JEBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends JMXAlertHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.JMXAlertHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends JMXConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends JsonFileAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends JsonFileHTTPAccessLogPublisherCfg>) - Method in class org.forgerock.opendj.server.config.meta.JsonFileHTTPAccessLogPublisherCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends JsonSchemaCfg>) - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends KeyManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LastModPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LDAPAttributeDescriptionListPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.LDAPAttributeDescriptionListPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LDAPConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LDAPKeyManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LDAPPassThroughAuthenticationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LDAPTrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LDIFBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LDIFConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LengthBasedPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LocalBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LogRetentionPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends LogRotationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends MD5PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.MD5PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends MemberVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends MemoryBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends MemoryUsageMonitorProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.MemoryUsageMonitorProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends MonitorBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends MonitorProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.MonitorProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends NullBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends NumSubordinatesVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ParallelWorkQueueCfg>) - Method in class org.forgerock.opendj.server.config.meta.ParallelWorkQueueCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PasswordExpirationTimeVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PasswordModifyExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PasswordPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PasswordPolicyImportPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PasswordPolicyStateExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PasswordPolicySubentryVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PBKDF2HmacSHA256PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA256PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PBKDF2HmacSHA512PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA512PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PBKDF2PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PBKDF2PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PDBBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PKCS11KeyManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PKCS11TrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PKCS5S2PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.PKCS5S2PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PlainSASLMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.PlainSASLMechanismHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends PluginRootCfg>) - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ProfilerPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends RandomPasswordGeneratorCfg>) - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends RC4PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.RC4PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ReferentialIntegrityPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends RegularExpressionIdentityMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends RepeatedCharactersPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ReplicationDomainCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ReplicationServerCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ReplicationServiceDiscoveryMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ReplicationSynchronizationProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends Rest2ldapEndpointCfg>) - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends RootCfg>) - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends RootDNCfg>) - Method in class org.forgerock.opendj.server.config.meta.RootDNCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends RootDNUserCfg>) - Method in class org.forgerock.opendj.server.config.meta.RootDNUserCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends RootDSEBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.RootDSEBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SaltedMD5PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedMD5PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SaltedSHA1PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA1PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SaltedSHA256PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA256PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SaltedSHA384PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA384PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SaltedSHA512PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA512PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SambaPasswordPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SASLMechanismHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.SASLMechanismHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SchemaBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SchemaProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends ServiceDiscoveryMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SevenBitCleanPluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SHA1PasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SHA1PasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SimilarityBasedPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRetentionPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SizeLimitLogRotationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SMTPAccountStatusNotificationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SMTPAlertHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SNMPConnectionHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SoftReferenceEntryCacheCfg>) - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends StackTraceMonitorProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.StackTraceMonitorProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends StartTLSExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.StartTLSExtendedOperationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends StaticGroupImplementationCfg>) - Method in class org.forgerock.opendj.server.config.meta.StaticGroupImplementationCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends StaticServiceDiscoveryMechanismCfg>) - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends StructuralObjectClassVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SubjectAttributeToUserAttributeCertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SubjectDNToUserAttributeCertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.SubjectDNToUserAttributeCertificateMapperCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SubjectEqualsDNCertificateMapperCfg>) - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDNCertificateMapperCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SubschemaSubentryVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SynchronizationProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends SystemInfoMonitorProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.SystemInfoMonitorProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends TaskBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends TimeLimitLogRotationPolicyCfg>) - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends TraditionalWorkQueueCfg>) - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends TripleDESPasswordStorageSchemeCfg>) - Method in class org.forgerock.opendj.server.config.meta.TripleDESPasswordStorageSchemeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends TrustManagerProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends TrustStoreBackendCfg>) - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends UniqueAttributePluginCfg>) - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends UniqueCharactersPasswordValidatorCfg>) - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends UserDefinedVirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends VersionMonitorProviderCfg>) - Method in class org.forgerock.opendj.server.config.meta.VersionMonitorProviderCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends VirtualAttributeCfg>) - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends VirtualStaticGroupImplementationCfg>) - Method in class org.forgerock.opendj.server.config.meta.VirtualStaticGroupImplementationCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends WhoAmIExtendedOperationHandlerCfg>) - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends WorkQueueCfg>) - Method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerConfiguration(ServerManagedObject<? extends OpenidmAccountStatusNotificationHandlerCfg>) - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Creates a server configuration view of the provided server managed
object.
- createServerSession(Socket, int) - Method in class org.opends.server.replication.protocol.ReplSessionSecurity
-
Create a new protocol session in the server role on the provided socket.
- createServerSocket(int) - Method in class org.opends.server.protocols.jmx.DirectoryRMIServerSocketFactory
-
Creates a server socket that accepts SSL connections configured according
to this factory's SSL socket configuration parameters.
- createServerSocket(int) - Method in class org.opends.server.protocols.jmx.OpendsRmiServerSocketFactory
- createServiceDiscoveryMechanism(ManagedObjectDefinition<C, ? extends ServiceDiscoveryMechanismCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Service Discovery Mechanism.
- createShortTextField() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a short text field.
- createSocket(String, int) - Method in class org.opends.server.tools.SSLConnectionFactory
-
Create the SSL socket connection to the specified host.
- createSocket(InetAddress, int) - Method in class org.opends.server.tools.SSLConnectionFactory
-
Create the SSL socket connection to the specified host.
- createSocket(Socket, String, int, boolean) - Method in class org.opends.server.tools.SSLConnectionFactory
-
Create the SSL socket connection to the specified host layered over
an existing socket.
- createSortableTable(SortableTableModel, TableCellRenderer) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns a table created with the provided model and renderers.
- createSQLXML() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- createStandalone(Map<ADSContext.ServerProperty, Object>) - Static method in class org.opends.admin.ads.ServerDescriptor
-
Creates a ServerDescriptor object based on some ADS properties provided.
- createStandalone(ConnectionWrapper, TopologyCacheFilter) - Static method in class org.opends.admin.ads.ServerDescriptor
-
Creates a ServerDescriptor object based on the configuration that we read
using the provided connection.
- createStandalone() - Static method in class org.opends.quicksetup.installer.DataReplicationOptions
-
Construct an STANDALONE object.
- createStatement() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- createStatement(int, int) - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- createStatement(int, int, int) - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- createStruct(String, Object[]) - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- createSubstringFilter() - Method in class org.opends.dsml.protocol.ObjectFactory
-
- createSubstringFilter(String, ByteString, ArrayList<ByteString>, ByteString) - Static method in class org.opends.server.types.RawFilter
-
Creates a new substring search filter with the provided
information.
- createSubstringFilter(AttributeType, ByteString, List<ByteString>, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates a new substring search filter with the provided
information.
- createSubstringFilter(AttributeType, Set<String>, ByteString, List<ByteString>, ByteString) - Static method in class org.opends.server.types.SearchFilter
-
Creates a new substring search filter with the provided
information.
- createSubstringsFilter(String, ByteString, List<ByteString>, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new substrings filter with the provided information.
- createSubstringsFilter(AttributeType, ByteString, List<ByteString>, ByteString) - Static method in class org.opends.server.controls.MatchedValuesFilter
-
Creates a new substrings filter with the provided information.
- createSummary(AciEvalContext, boolean) - Static method in class org.opends.server.authorization.dseecompat.AciEffectiveRights
-
Create the summary string used in the aclRightsInfo log string.
- createSynchronizationProvider(ManagedObjectDefinition<C, ? extends SynchronizationProviderCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Synchronization Provider.
- createTemplateFile(String, int) - Static method in class org.opends.server.util.SetupUtils
-
Creates a MakeLDIF template file using the provided information.
- createTemplateFile(Set<String>, int) - Static method in class org.opends.server.util.SetupUtils
-
Creates a MakeLDIF template file using the provided information.
- createTextArea(LocalizableMessage, int, int) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a text area.
- createTextAreaWithBorder(LocalizableMessage, int, int) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a text area with borders similar to the ones of a text field.
- createTextField(String, int) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a text field.
- createTextField() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a text field with the default size.
- createTitleLabel(LocalizableMessage) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Creates a label of type 'title' (with bigger font).
- createTopologyMsgForDS(int) - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Creates a TopologyMsg filled with information to be sent to a DS.
- createTopologyMsgForRS() - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Creates a TopologyMsg filled with information to be sent to a remote RS.
- createTrustManagerProvider(ManagedObjectDefinition<C, ? extends TrustManagerProviderCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Trust Manager Provider.
- createUnionQuery(Collection<T>) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query which combines the results of a collection of
sub-queries.
- createUserData(UninstallerArgumentParser) - Method in class org.opends.guitools.uninstaller.UninstallCliHelper
-
Creates a UserData based in the arguments provided.
- createUserData() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- createUserData(Launcher) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- createUserData() - Method in class org.opends.quicksetup.Application
-
Creates a set of user data with default values.
- createUserData(Launcher) - Method in interface org.opends.quicksetup.CliApplication
-
Creates a set of user data from command line arguments and installation
status.
- createUserData() - Method in class org.opends.quicksetup.installer.Installer
-
- createViewMenuBar() - Method in class org.opends.guitools.controlpanel.ui.MainMenuBar
-
Creates the View menu bar.
- createVirtualAttribute(ManagedObjectDefinition<C, ? extends VirtualAttributeCfg>, String, Collection<PropertyException>) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Creates a new Virtual Attribute.
- createVisibleAdminUidArgument(LocalizableMessage) - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Replace the admin UID argument by a non hidden one.
- createWizardStepPanel(WizardStep) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- createWizardStepPanel(WizardStep) - Method in class org.opends.quicksetup.installer.Installer
-
- createWizardStepPanel(WizardStep) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Creates a wizard panel given a specific step.
- Credential - Class in org.opends.server.protocols.jmx
-
Represents a Ldap credential used for JMX connection authentication.
- Credential(ClientConnection) - Constructor for class org.opends.server.protocols.jmx.Credential
-
Default Constructor.
- CredentialExtractors - Class in org.forgerock.opendj.rest2ldap.authz
-
Factory method for function extracting credentials from HTTP request Headers.
- criticality - Variable in class org.opends.dsml.protocol.Control
-
- CronExecutorService - Class in org.opends.server.util
-
- CronExecutorService() - Constructor for class org.opends.server.util.CronExecutorService
-
Default constructor.
- crypt(ByteSequence) - Static method in class org.opends.server.util.BSDMD5Crypt
-
Encode the supplied password in BSD MD5 crypt form, using
a random salt.
- crypt(ByteSequence, String) - Static method in class org.opends.server.util.BSDMD5Crypt
-
Encode the supplied password in BSD MD5 crypt form, using
provided salt.
- Crypt - Class in org.opends.server.util
-
UNIX Crypt cipher, ported from the Sun OpenSolaris project.
- Crypt() - Constructor for class org.opends.server.util.Crypt
-
Constructor.
- crypt(byte[], byte[]) - Method in class org.opends.server.util.Crypt
-
Encode the supplied password in unix crypt form with the provided
salt.
- crypt_raw(byte[], byte[], int, int[]) - Method in class org.opends.server.extensions.BCrypt
-
Perform the central password hashing step in the bcrypt scheme.
- CryptoManager - Interface in org.opends.server.types
-
This interface defines the methods to call to access cryptographic
services including encryption and hashing; in particular, when the
ciphertext or HMAC is produced on one directory server instance and
is to be consumed on another.
- CryptoManagerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Crypto Manager settings.
- CryptoManagerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Crypto Manager
settings.
- CryptoManagerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Crypto Manager managed object
definition meta information.
- CryptoManagerException - Exception in org.opends.server.types
-
This class defines an exception that is thrown in the case of
problems with encryption key management, and is a wrapper for a
variety of other cipher related exceptions.
- CryptoManagerException(LocalizableMessage) - Constructor for exception org.opends.server.types.CryptoManagerException
-
Creates an exception with the given message.
- CryptoManagerException(LocalizableMessage, Exception) - Constructor for exception org.opends.server.types.CryptoManagerException
-
Creates an exception with the given message and underlying
cause.
- CryptoManagerImpl - Class in org.opends.server.crypto
-
- CryptoManagerImpl(ServerContext, CryptoManagerCfg) - Constructor for class org.opends.server.crypto.CryptoManagerImpl
-
Creates a new instance of this crypto manager object from a given
configuration, plus some static member initialization.
- CryptoManagerSync - Class in org.opends.server.crypto
-
This class defines an object that synchronizes certificates from the admin
data branch into the trust store backend, and synchronizes secret-key entries
from the admin data branch to the crypto manager secret-key cache.
- CryptoManagerSync() - Constructor for class org.opends.server.crypto.CryptoManagerSync
-
Creates a new instance of this trust store synchronization thread.
- CryptoSuite - Class in org.opends.server.crypto
-
Defines cipher transformation and hash algorithm for cryptographic related operations.
- CryptoSuite(CryptoManager, String, int, boolean) - Constructor for class org.opends.server.crypto.CryptoSuite
-
Declares a new CryptoSuite with provided parameters.
- CryptoSuite.CipherInfo - Class in org.opends.server.crypto
-
Cipher specific settings that can change at runtime.
- CryptPasswordStorageScheme - Class in org.opends.server.extensions
-
This class defines a Directory Server password storage scheme based on the
UNIX Crypt algorithm.
- CryptPasswordStorageScheme() - Constructor for class org.opends.server.extensions.CryptPasswordStorageScheme
-
Creates a new instance of this password storage scheme.
- CryptPasswordStorageSchemeCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Crypt Password Storage Scheme
settings.
- CryptPasswordStorageSchemeCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Crypt Password
Storage Scheme settings.
- CryptPasswordStorageSchemeCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Crypt Password Storage Scheme managed
object definition meta information.
- CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "crypt-password-storage-encryption-algorithm" property.
- CSN - Class in org.opends.server.replication.common
-
Class used to represent Change Sequence Numbers.
- CSN(String) - Constructor for class org.opends.server.replication.common.CSN
-
Create a new
CSN from a String.
- CSN(long, int, int) - Constructor for class org.opends.server.replication.common.CSN
-
- csn - Variable in class org.opends.server.replication.protocol.UpdateMsg
-
The CSN of this update.
- csn - Variable in class org.opends.server.replication.server.ExpectedAcksInfo
-
The CSN of the assured update message we want acks for.
- CSNGenerator - Class in org.opends.server.replication.common
-
This class defines a structure that is used for storing the last
CSNs
generated on this server or received from other servers and generating new
CSNs that are guaranteed to be larger than all the previously seen or
generated CSNs.
- CSNGenerator(int, long) - Constructor for class org.opends.server.replication.common.CSNGenerator
-
- CSNGenerator(int, ServerState) - Constructor for class org.opends.server.replication.common.CSNGenerator
-
- csns(int) - Static method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Helper method that returns the number of bytes that would be used by the
CSN fields when appended to a ByteArrayBuilder.
- csnsUTF8(int) - Static method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Helper method that returns the number of bytes that would be used by the
CSN fields encoded as a UTF8 string when appended to a ByteArrayBuilder.
- CsvFileAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Csv File Access Log Publisher
settings.
- CsvFileAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Csv File Access
Log Publisher settings.
- CsvFileAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Csv File Access Log Publisher managed
object definition meta information.
- CsvFileHTTPAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Csv File HTTP Access Log
Publisher settings.
- CsvFileHTTPAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Csv File HTTP
Access Log Publisher settings.
- CsvFileHTTPAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Csv File HTTP Access Log Publisher
managed object definition meta information.
- CURRENT_STEP_FONT - Static variable in class org.opends.quicksetup.ui.UIFactory
-
Specifies the font for the step which is the current one in the steps panel.
- CURRENT_STEP_PANEL_BACKGROUND - Static variable in class org.opends.quicksetup.ui.UIFactory
-
Specifies the current step background color.
- CURRENT_STEP_PANEL_BORDER - Static variable in class org.opends.quicksetup.ui.UIFactory
-
Specifies the current step panel border.
- CurrentInstallStatus - Class in org.opends.quicksetup
-
This class is used to know which is the status of the install.
- CurrentInstallStatus() - Constructor for class org.opends.quicksetup.CurrentInstallStatus
-
The constructor of a CurrentInstallStatus object.
- CurrentStepPanel - Class in org.opends.quicksetup.ui
-
This is the class that contains the panel on the right-top part of the
QuickSetupDialog).
- CurrentStepPanel(GuiApplication, QuickSetup) - Constructor for class org.opends.quicksetup.ui.CurrentStepPanel
-
The constructor of this class.
- currentTime() - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
-
Returns a generalized time whose value is the current time, using the
default time zone and locale.
- Cursor<K,V> - Interface in org.opends.server.backends.pluggable.spi
-
Sequential cursor extended with navigation methods.
- CursorOptions(DBCursor.KeyMatchingStrategy, DBCursor.PositionStrategy) - Constructor for class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
-
Creates options with provided strategies.
- CursorOptions(DBCursor.KeyMatchingStrategy, DBCursor.PositionStrategy, CSN) - Constructor for class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
-
Creates options with provided strategies and default CSN.
- CUSTOM_TYPE - Static variable in class org.forgerock.opendj.config.dsconfig.DSConfig
-
The type name which will be used for the most generic managed object types when they are instantiable and
intended for customization only.
- CustomAttributeTreeNode - Class in org.opends.guitools.controlpanel.ui.nodes
-
Class of the nodes that represent a custom attribute in the 'Manage Schema' tree.
- CustomAttributeTreeNode(String, AttributeType) - Constructor for class org.opends.guitools.controlpanel.ui.nodes.CustomAttributeTreeNode
-
Constructor of the node.
- CustomCellRenderer - Class in org.opends.guitools.controlpanel.ui.renderer
-
Class used to render the tables.
- CustomCellRenderer() - Constructor for class org.opends.guitools.controlpanel.ui.renderer.CustomCellRenderer
-
Default constructor.
- CustomHTMLEditorKit - Class in org.opends.quicksetup.ui
-
Class used to be able to detect events in the button inside an HTML pane.
- CustomHTMLEditorKit() - Constructor for class org.opends.quicksetup.ui.CustomHTMLEditorKit
-
Default constructor.
- CustomListCellRenderer - Class in org.opends.guitools.controlpanel.ui.renderer
-
A renderer used in the Control Panel that deals with
CategorizedComboBoxElement elements.
- CustomListCellRenderer(JComboBox) - Constructor for class org.opends.guitools.controlpanel.ui.renderer.CustomListCellRenderer
-
Constructor of a renderer to be used with a combo box.
- CustomListCellRenderer(JList) - Constructor for class org.opends.guitools.controlpanel.ui.renderer.CustomListCellRenderer
-
Constructor of a renderer to be used with a list.
- CustomObjectClassPanel - Class in org.opends.guitools.controlpanel.ui
-
The panel that displays a custom object class definition.
- CustomObjectClassPanel() - Constructor for class org.opends.guitools.controlpanel.ui.CustomObjectClassPanel
-
Default constructor of the panel.
- CustomObjectClassTreeNode - Class in org.opends.guitools.controlpanel.ui.nodes
-
Class of the nodes that represent a custom object class in the 'Manage Schema' tree.
- CustomObjectClassTreeNode(String, ObjectClass) - Constructor for class org.opends.guitools.controlpanel.ui.nodes.CustomObjectClassTreeNode
-
Constructor of the node.
- CustomTree - Class in org.opends.guitools.controlpanel.ui.components
-
The tree that is used in different places in the Control Panel (schema
browser, index browser or the LDAP entries browser).
- CustomTree() - Constructor for class org.opends.guitools.controlpanel.ui.components.CustomTree
-
Default constructor.
- ECLEnabledDomainPredicate - Class in org.opends.server.replication.server.changelog.file
-
Returns whether a domain is enabled for the external changelog.
- ECLEnabledDomainPredicate() - Constructor for class org.opends.server.replication.server.changelog.file.ECLEnabledDomainPredicate
-
- ECLMultiDomainDBCursor - Class in org.opends.server.replication.server.changelog.file
-
Multi domain DB cursor that only returns updates for the domains which have
been enabled for the external changelog.
- ECLMultiDomainDBCursor(ECLEnabledDomainPredicate, MultiDomainDBCursor) - Constructor for class org.opends.server.replication.server.changelog.file.ECLMultiDomainDBCursor
-
Builds an instance of this class filtering updates from the provided cursor.
- editableOperationalAttrNames - Variable in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
The editable operational attributes.
- ELEMENT_READ_STATE_NEED_ADDITIONAL_LENGTH_BYTES - Static variable in class org.forgerock.opendj.io.ASN1
-
The ASN.1 element decoding state that indicates that the next byte read
should be additional bytes of a multi-byte length.
- ELEMENT_READ_STATE_NEED_ADDITIONAL_LENGTH_BYTES - Static variable in class org.opends.server.protocols.ldap.LDAPConstants
-
The ASN.1 element decoding state that indicates that the next byte read
should be additional bytes of a multi-byte length.
- ELEMENT_READ_STATE_NEED_FIRST_LENGTH_BYTE - Static variable in class org.forgerock.opendj.io.ASN1
-
The ASN.1 element decoding state that indicates that the next byte read
should be the first byte for the element length.
- ELEMENT_READ_STATE_NEED_FIRST_LENGTH_BYTE - Static variable in class org.opends.server.protocols.ldap.LDAPConstants
-
The ASN.1 element decoding state that indicates that the next byte read
should be the first byte for the element length.
- ELEMENT_READ_STATE_NEED_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
-
The ASN.1 element decoding state that indicates that the next byte read
should be the BER type for a new element.
- ELEMENT_READ_STATE_NEED_TYPE - Static variable in class org.opends.server.protocols.ldap.LDAPConstants
-
The ASN.1 element decoding state that indicates that the next byte read
should be the BER type for a new element.
- ELEMENT_READ_STATE_NEED_VALUE_BYTES - Static variable in class org.forgerock.opendj.io.ASN1
-
The ASN.1 element decoding state that indicates that the next byte read
should be applied to the value of the element.
- ELEMENT_READ_STATE_NEED_VALUE_BYTES - Static variable in class org.opends.server.protocols.ldap.LDAPConstants
-
The ASN.1 element decoding state that indicates that the next byte read
should be applied to the value of the element.
- elementAvailable() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Indicates whether the next element can be read without blocking.
- elementCreated(ConfigurationElementCreatedEvent) - Method in interface org.opends.guitools.controlpanel.event.ConfigurationElementCreatedListener
-
Method that is called when a new configuration element was created.
- EMailMessage - Class in org.opends.server.util
-
This class defines an e-mail message that may be sent to one or more
recipients via SMTP.
- EMailMessage(String, List<String>, String) - Constructor for class org.opends.server.util.EMailMessage
-
Creates a new e-mail message with the provided information.
- EmbeddedDirectoryServer - Class in org.forgerock.opendj.server.embedded
-
Represents an embedded directory server on which high-level operations
are available (setup, upgrade, start, stop, ...).
- EmbeddedDirectoryServerException - Exception in org.forgerock.opendj.server.embedded
-
Exception that may be thrown by an embedded directory server if a problem occurs while
performing an operation on the server.
- EmbeddedDirectoryServerException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.server.embedded.EmbeddedDirectoryServerException
-
Creates a new exception with the provided message.
- EmbeddedDirectoryServerException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.opendj.server.embedded.EmbeddedDirectoryServerException
-
Creates a new exception with the provided message and root cause.
- EmbeddedOpenDJ - Class in org.openidentityplatform.opendj.embedded
-
- EmbeddedOpenDJ() - Constructor for class org.openidentityplatform.opendj.embedded.EmbeddedOpenDJ
-
- EmbeddedOpenDJ(Config) - Constructor for class org.openidentityplatform.opendj.embedded.EmbeddedOpenDJ
-
- EmbeddedUtils - Class in org.opends.server.util
-
- EmbeddedUtils() - Constructor for class org.opends.server.util.EmbeddedUtils
-
Deprecated.
- empty() - Static method in class org.forgerock.opendj.ldap.ByteString
-
Returns an empty byte string.
- empty(Attribute) - Static method in class org.opends.server.types.Attributes
-
Creates a new attribute which has the same attribute type and
attribute options as the provided attribute but no attribute
values.
- empty(AttributeType) - Static method in class org.opends.server.types.Attributes
-
Creates a new attribute with the provided attribute type and no
values.
- empty(AttributeType, String) - Static method in class org.opends.server.types.Attributes
-
Creates a new attribute with the provided attribute type and no
values.
- empty(String) - Static method in class org.opends.server.types.Attributes
-
Creates a new attribute with the specified attribute name and no
attribute values.
- EMPTY_BACKEND_GENERATION_ID - Static variable in class org.opends.server.replication.plugin.GenerationIdChecksum
-
This is the generation id for an empty backend.
- EMPTY_BYTES - Static variable in class com.forgerock.opendj.util.StaticUtils
-
A zero-length byte array.
- emptyAttribute(AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a read-only empty attribute having the specified attribute
description.
- emptyAttribute(String) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a read-only empty attribute having the specified attribute
description.
- EmptyCursor<K,V> - Class in org.opends.server.backends.pluggable.spi
-
Implementation of an empty
Cursor, for simulating no records to cursor on.
- EmptyCursor() - Constructor for class org.opends.server.backends.pluggable.spi.EmptyCursor
-
- emptyIterable() - Static method in class com.forgerock.opendj.util.Iterables
-
Returns an immutable empty iterable.
- emptyIterator() - Static method in class com.forgerock.opendj.util.Iterators
-
Returns an immutable empty iterator.
- emptyPath() - Static method in class org.forgerock.opendj.config.ManagedObjectPath
-
Creates a new managed object path representing the configuration root.
- emptyStream() - Static method in class com.forgerock.reactive.RxJavaStreams
-
- EMR_AUTH_PASSWORD_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
-
The description for the authPasswordMatch matching rule.
- EMR_AUTH_PASSWORD_EXACT_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
-
The description for the authPasswordExactMatch matching rule.
- EMR_AUTH_PASSWORD_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the authPasswordExactMatch equality matching rule.
- EMR_AUTH_PASSWORD_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the authPasswordExactMatch equality matching rule.
- EMR_AUTH_PASSWORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the authPasswordMatch equality matching rule.
- EMR_AUTH_PASSWORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the authPasswordMatch equality matching rule.
- EMR_BIT_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the bitStringMatch equality matching rule.
- EMR_BIT_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the bitStringMatch equality matching rule.
- EMR_BOOLEAN_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the booleanMatch equality matching rule.
- EMR_BOOLEAN_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the booleanMatch equality matching rule.
- EMR_CASE_EXACT_IA5_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the caseExactIA5Match equality matching rule.
- EMR_CASE_EXACT_IA5_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the caseExactIA5Match equality matching rule.
- EMR_CASE_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the caseExactMatch equality matching rule.
- EMR_CASE_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the caseExactMatch equality matching rule.
- EMR_CASE_IGNORE_IA5_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the caseIgnoreIA5Match equality matching rule.
- EMR_CASE_IGNORE_IA5_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the caseIgnoreIA5Match equality matching rule.
- EMR_CASE_IGNORE_LIST_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the caseIgnoreListMatch equality matching rule.
- EMR_CASE_IGNORE_LIST_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the caseIgnoreListMatch equality matching rule.
- EMR_CASE_IGNORE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the caseIgnoreMatch equality matching rule.
- EMR_CASE_IGNORE_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the caseIgnoreMatch equality matching rule.
- EMR_CERTIFICATE_EXACT_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
-
The description for the certificateExactMatch equality matching rule.
- EMR_CERTIFICATE_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the certificateExactMatch equality matching rule.
- EMR_CERTIFICATE_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the certificateExactMatch equality matching rule.
- EMR_DIRECTORY_STRING_FIRST_COMPONENT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the directoryStringFirstComponentMatch equality matching rule.
- EMR_DIRECTORY_STRING_FIRST_COMPONENT_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the directoryStringFirstComponentMatch equality matching rule.
- EMR_DN_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the distinguishedNameMatch equality matching rule.
- EMR_DN_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the distinguishedNameMatch equality matching rule.
- EMR_GENERALIZED_TIME_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the generalizedTimeMatch equality matching rule.
- EMR_GENERALIZED_TIME_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the generalizedTimeMatch equality matching rule.
- EMR_INTEGER_FIRST_COMPONENT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the integerFirstComponentMatch equality matching rule.
- EMR_INTEGER_FIRST_COMPONENT_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the integerFirstComponentMatch equality matching rule.
- EMR_INTEGER_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the integerMatch equality matching rule.
- EMR_INTEGER_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the integerMatch equality matching rule.
- EMR_KEYWORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the keywordMatch equality matching rule.
- EMR_KEYWORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the keywordMatch equality matching rule.
- EMR_NUMERIC_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the numericStringMatch equality matching rule.
- EMR_NUMERIC_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the numericStringMatch equality matching rule.
- EMR_OCTET_STRING_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the octetStringMatch equality matching rule.
- EMR_OCTET_STRING_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the octetStringMatch equality matching rule.
- EMR_OID_FIRST_COMPONENT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the objectIdentifierFirstComponentMatch equality matching
rule.
- EMR_OID_FIRST_COMPONENT_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the objectIdentifierFirstComponentMatch equality matching rule.
- EMR_OID_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the objectIdentifierMatch equality matching rule.
- EMR_OID_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the objectIdentifierMatch equality matching rule.
- EMR_PRESENTATION_ADDRESS_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the presentationAddressMatch equality matching rule.
- EMR_PRESENTATION_ADDRESS_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the presentationAddressMatch equality matching rule.
- EMR_PROTOCOL_INFORMATION_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the protocolInformationMatch equality matching rule.
- EMR_PROTOCOL_INFORMATION_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the protocolInformationMatch equality matching rule.
- EMR_TELEPHONE_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the telephoneNumberMatch equality matching rule.
- EMR_TELEPHONE_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the telephoneNumberMatch equality matching rule.
- EMR_UNIQUE_MEMBER_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the uniqueMemberMatch equality matching rule.
- EMR_UNIQUE_MEMBER_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the uniqueMemberMatch equality matching rule.
- EMR_USER_PASSWORD_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
-
The description for the userPasswordMatch matching rule.
- EMR_USER_PASSWORD_EXACT_DESCRIPTION - Static variable in class org.opends.server.schema.SchemaConstants
-
The description for the userPasswordExactMatch matching rule.
- EMR_USER_PASSWORD_EXACT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the userPasswordExactMatch equality matching rule.
- EMR_USER_PASSWORD_EXACT_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the userPasswordExactMatch equality matching rule.
- EMR_USER_PASSWORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the userPasswordMatch equality matching rule.
- EMR_USER_PASSWORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the userPasswordMatch equality matching rule.
- EMR_UUID_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the uuidMatch equality matching rule.
- EMR_UUID_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the uuidMatch equality matching rule.
- EMR_WORD_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the wordMatch equality matching rule.
- EMR_WORD_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the wordMatch equality matching rule.
- enable() - Method in class org.opends.server.core.PersistentSearch
-
Enable this persistent search.
- enable() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
-
Enable back the domain after a previous disable.
- ENABLE_MEMORY_OVERCOMMIT - Static variable in class org.opends.server.util.ServerConstants
-
Enable overcommit of memory in Old Gen space.
- enableBackend(String) - Static method in class org.opends.server.tasks.TaskUtils
-
Enables a backend using an internal modify operation on the
backend configuration entry.
- enableConsoleLoggingForOpenDJTool() - Static method in class org.opends.server.loggers.JDKLogging
-
Enable JDK logging for OpenDJ tool.
- enabled() - Method in class org.opends.server.loggers.DebugTracer
-
Indicates if logging is enabled for at least one category
in a publisher.
- enableLoggingForOpenDJTool(PrintStream) - Static method in class org.opends.server.loggers.JDKLogging
-
Enable JDK logging in provided
PrintStream for OpenDJ tool.
- EnableReplicationUserData - Class in org.opends.server.tools.dsreplication
-
This class is used to store the information provided by the user to enable
replication.
- EnableReplicationUserData() - Constructor for class org.opends.server.tools.dsreplication.EnableReplicationUserData
-
- enableSASL(SaslServer) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Installs the SASL security layer on the underlying connection.
- enableSASL(SaslServer) - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Installs the SASL security layer on the underlying connection.
- enableService() - Method in class org.opends.server.replication.service.ReplicationDomain
-
- enableService(PrintStream, PrintStream) - Static method in class org.opends.server.tools.ConfigureWindowsService
-
Enables OpenDJ to run as a windows service.
- enableTLS(SSLEngine, boolean) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Installs the TLS/SSL security layer on the underlying connection.
- enableTLS(SSLContext, List<String>, List<String>) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Installs the TLS/SSL security layer on the underlying connection.
- enableTLSArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "enable start TLS" boolean argument.
- enableVerboseConsoleLoggingForOpenDJ() - Static method in class org.opends.server.loggers.JDKLogging
-
Enable JDK logging to stderr at provided level for OpenDJ classes.
- enableVirtualAttributes(boolean) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Indicates whether search responses should include the hasSubordinates and numSubordinates
virtual attributes if requested.
- enableWindowsService() - Method in class org.opends.quicksetup.installer.InstallerHelper
-
This methods enables this server as a Windows service.
- enableWindowsServiceArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "enable window service" integer argument.
- encode(byte[]) - Static method in class org.forgerock.opendj.ldap.Base64
-
Encodes the provided data as a base64 string.
- encode(ByteSequence) - Static method in class org.forgerock.opendj.ldap.Base64
-
Encodes the provided data as a base64 string.
- encode(ASN1Writer) - Method in class org.opends.server.controls.MatchedValuesFilter
-
Encodes this matched values filter as an ASN.1 element.
- encode(ASN1Writer, int, String) - Static method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
-
Encodes the provided information in a form suitable for including in the
response value.
- encode(ASN1Writer, int, String[]) - Static method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
-
Encodes the provided information in a form suitable for including in the
response value.
- encode(ASN1Writer, int, List<Long>) - Static method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
-
Encodes the provided information in a form suitable for including in the
response value.
- encode() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Do all the work necessary for the encoding.
- encode() - Method in class org.opends.server.types.BackupInfo
-
Encodes this backup info structure to a multi-line string
representation.
- encode(ByteStringBuilder, EntryEncodeConfig) - Method in class org.opends.server.types.Entry
-
Encodes this entry into a form that is suitable for long-term
persistent storage.
- encode(ByteStringBuilder) - Method in class org.opends.server.types.EntryEncodeConfig
-
Encodes this entry encode configuration into a byte array
suitable for inclusion in the encoded entry.
- encodeAndPurge() - Method in class org.opends.server.replication.plugin.EntryHistorical
-
Encode this historical information object in an operational attribute and
purge it from the values older than the purge delay.
- encodeAttribute(ByteStringBuilder, Attribute) - Method in class org.opends.server.api.CompressedSchema
-
Encodes the information in the provided attribute to a byte array.
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.api.PasswordStorageScheme
-
Encodes the provided plaintext password for this storage scheme
using the authentication password syntax defined in RFC 3112.
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.BlowfishPasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.RC4PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.SHA1PasswordStorageScheme
-
- encodeAuthPassword(ByteSequence) - Method in class org.opends.server.extensions.TripleDESPasswordStorageScheme
-
- ENCODED_PWD_ATTACHMENT - Static variable in class org.opends.server.extensions.PasswordModifyExtendedOperation
-
A list containing the encoded passwords: plugins can perform changes atomically via CAS.
- encodedEclIncludes - Variable in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Encoded form of entry attributes.
- encodedMods - Variable in class org.opends.server.replication.protocol.ModifyCommonMsg
-
The modifications kept encoded in the message.
- encodeHeader(byte, short) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Encode the common header for all the UpdateMsg.
- encodeHeader(byte, short) - Method in class org.opends.server.replication.protocol.UpdateMsg
-
Encode the common header for all the UpdateMsg.
- encodeMods(List<Modification>) - Method in class org.opends.server.replication.protocol.ModifyCommonMsg
-
Encode an ArrayList of Modification into a byte[] suitable
for storage in a database or send on the network.
- encodeObjectClasses(ByteStringBuilder, Map<ObjectClass, String>) - Method in class org.opends.server.api.CompressedSchema
-
Encodes the provided set of object classes to a byte array.
- encodeOffline(byte[]) - Static method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
-
- encodeOffline(byte[]) - Static method in class org.opends.server.extensions.PBKDF2HmacSHA512PasswordStorageScheme
-
- encodeOffline(byte[]) - Static method in class org.opends.server.extensions.PBKDF2PasswordStorageScheme
-
- encodeOffline(byte[]) - Static method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
-
Generates an encoded password string from the given clear-text password.
- encodeOffline(byte[]) - Static method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-
Generates an encoded password string from the given clear-text password.
- encodeOffline(byte[]) - Static method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-
Generates an encoded password string from the given clear-text password.
- encodePassword(String) - Static method in class org.forgerock.opendj.examples.PasswordResetForAD
-
Encode new password in UTF-16LE format for use with Active Directory.
- encodePassword(ByteSequence) - Method in class org.opends.server.api.PasswordStorageScheme
-
Encodes the provided plaintext password for this storage scheme,
without the name of the associated scheme.
- encodePassword(ByteString) - Method in class org.opends.server.core.PasswordPolicyState
-
Encodes the provided password using the default storage schemes (using the appropriate syntax for the
password attribute).
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.BlowfishPasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.RC4PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.SHA1PasswordStorageScheme
-
- encodePassword(ByteSequence) - Method in class org.opends.server.extensions.TripleDESPasswordStorageScheme
-
- EncodePassword - Class in org.opends.server.tools
-
This program provides a utility that may be used to interact with the
password storage schemes defined in the Directory Server.
- EncodePassword() - Constructor for class org.opends.server.tools.EncodePassword
-
- encodePassword(String[]) - Static method in class org.opends.server.tools.EncodePassword
-
Processes the command-line arguments and performs the requested action.
- encodePassword(String[], boolean, OutputStream, OutputStream) - Static method in class org.opends.server.tools.EncodePassword
-
Processes the command-line arguments and performs the requested action.
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.api.PasswordStorageScheme
-
Encodes the provided plaintext password for this storage scheme,
prepending the name of the scheme in curly braces.
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.BlowfishPasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.RC4PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.SHA1PasswordStorageScheme
-
- encodePasswordWithScheme(ByteSequence) - Method in class org.opends.server.extensions.TripleDESPasswordStorageScheme
-
- encoder(Function<Object, ByteString, ? extends Exception>) - Method in class org.forgerock.opendj.rest2ldap.SimplePropertyMapper
-
Sets the encoder which will be used for converting JSON values to LDAP
attribute values.
- encodeRequestValue(String, String) - Static method in class org.opends.server.crypto.GetSymmetricKeyExtendedOperation
-
Encodes the provided information into an ASN.1 octet string suitable for
use as the value for this extended operation.
- encodeResponseValue(long) - Static method in class org.opends.server.extensions.GetConnectionIDExtendedOperation
-
Encodes the provided connection ID in an octet string suitable for use as
the value for this extended operation.
- encodeValue(AttributeType) - Method in class org.forgerock.opendj.config.AttributeTypePropertyDefinition
-
- encodeValue(Long) - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
-
- encodeValue(Integer) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
-
- encodeValue(InetAddress) - Method in class org.forgerock.opendj.config.IPAddressPropertyDefinition
-
- encodeValue(T) - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Encode the provided property value into its string representation.
- encodeValue(Long) - Method in class org.forgerock.opendj.config.SizePropertyDefinition
-
- encrypt(byte[]) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- encrypt(String, int, byte[]) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- encrypt(byte[]) - Method in class org.opends.server.crypto.CryptoSuite
-
Encrypts data with the configured cipher transformation and key length.
- encrypt(byte[]) - Method in interface org.opends.server.types.CryptoManager
-
Encrypts the data in the provided byte array using the preferred
cipher transformation.
- encrypt(String, int, byte[]) - Method in interface org.opends.server.types.CryptoManager
-
Encrypts the data in the provided byte array using the requested
cipher algorithm.
- encryptData() - Method in class org.opends.server.types.BackupConfig
-
Indicates whether the backup process should encrypt the data as
it is archived.
- encryptData() - Method in class org.opends.server.types.LDIFExportConfig
-
Indicates whether the LDIF data should be encrypted as it is
written.
- endContent() - Method in class com.forgerock.opendj.cli.TableSerializer
-
Finish printing the table contents.
- endDisplay() - Method in class org.opends.quicksetup.installer.ui.DataOptionsPanel
-
- endDisplay() - Method in class org.opends.quicksetup.installer.ui.DataReplicationPanel
-
- endDisplay() - Method in class org.opends.quicksetup.installer.ui.GlobalAdministratorPanel
-
- endDisplay() - Method in class org.opends.quicksetup.installer.ui.RemoteReplicationPortsPanel
-
- endDisplay() - Method in class org.opends.quicksetup.installer.ui.RuntimeOptionsPanel
-
- endDisplay() - Method in class org.opends.quicksetup.installer.ui.ServerSettingsPanel
-
- endDisplay() - Method in class org.opends.quicksetup.ui.ProgressPanel
-
- endDisplay() - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Called just after the panel is shown: used to set focus properly.
- endHeader() - Method in class com.forgerock.opendj.cli.TableSerializer
-
Finish printing the column headings.
- endRow() - Method in class com.forgerock.opendj.cli.TableSerializer
-
Finish printing the current row of the table.
- endTable() - Method in class com.forgerock.opendj.cli.TableSerializer
-
Finish printing the table.
- enqueueRequest(Operation) - Method in class org.opends.server.core.BoundedWorkQueueStrategy
-
- enqueueRequest(Operation) - Static method in class org.opends.server.core.DirectoryServer
-
Adds the provided operation to the work queue so that it will be processed
by one of the worker threads.
- enqueueRequest(Operation) - Method in interface org.opends.server.core.QueueingStrategy
-
Put the request in the queue.
- enqueueRequest(Operation) - Method in class org.opends.server.core.SynchronousStrategy
-
Run the request synchronously.
- enqueueRequest(Operation) - Method in class org.opends.server.core.WorkQueueStrategy
-
Put the request in the work queue.
- ensureAdditionalCapacity(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Ensures that the specified number of additional bytes will fit in this
byte string builder and resizes it if necessary.
- ensureCipherKeyIsAvailable(String, int) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- ensureCipherKeyIsAvailable(String, int) - Method in interface org.opends.server.types.CryptoManager
-
Ensures that a key exists for the provided cipher transformation and key length.
- EnterLockdownModeTask - Class in org.opends.server.tasks
-
This class provides an implementation of a Directory Server task that can be
used to place the server in lockdown mode.
- EnterLockdownModeTask() - Constructor for class org.opends.server.tasks.EnterLockdownModeTask
-
- EntityTagVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Entity Tag Virtual Attribute
settings.
- EntityTagVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Entity Tag
Virtual Attribute settings.
- EntityTagVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Entity Tag Virtual Attribute managed
object definition meta information.
- EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "checksum-algorithm" property.
- EntityTagVirtualAttributeProvider - Class in org.opends.server.extensions
-
This class implements a virtual attribute provider which ensures that all
entries contain an "entity tag" or "Etag" as defined in section 3.11 of RFC
2616.
- EntityTagVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.EntityTagVirtualAttributeProvider
-
Default constructor invoked by reflection.
- Entries - Class in org.forgerock.opendj.ldap
-
This class contains methods for creating and manipulating entries.
- Entries.DiffOptions - Class in org.forgerock.opendj.ldap
-
Options for controlling the behavior of the
diffEntries
method.
- entriesRead - Variable in class org.opends.server.util.LDIFReader
-
The number of entries that have been read by this LDIF reader, including
those that were ignored because they didn't match the criteria, and
including those that were rejected because they were invalid in some way.
- Entry - Interface in org.forgerock.opendj.ldap
-
An entry, comprising of a distinguished name and zero or more attributes.
- Entry - Class in org.opends.server.types
-
This class defines a data structure for a Directory Server entry.
- Entry(DN, Map<ObjectClass, String>, Map<AttributeType, List<Attribute>>, Map<AttributeType, List<Attribute>>) - Constructor for class org.opends.server.types.Entry
-
Creates a new entry with the provided information.
- ENTRY_ALREADY_EXISTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it would have resulted in an entry that conflicts with an entry
that already exists.
- ENTRY_ALREADY_EXISTS - Static variable in class org.opends.server.protocols.ldap.LDAPResultCode
-
The LDAP result code for operations that fail because the requested
operation would have resulted in an entry that conflicts with one that
already exists.
- EntryCache<T extends EntryCacheCfg> - Class in org.opends.server.api
-
This class defines the set of methods that must be implemented by a
Directory Server entry cache.
- EntryCache() - Constructor for class org.opends.server.api.EntryCache
-
Default constructor which is implicitly called from all entry
cache implementations.
- EntryCacheCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Entry Cache settings.
- EntryCacheCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Entry Cache
settings.
- EntryCacheCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Entry Cache managed object definition
meta information.
- EntryCacheCommon - Class in org.opends.server.extensions
-
This class provides some common tools to all entry cache implementations.
- EntryCacheCommon() - Constructor for class org.opends.server.extensions.EntryCacheCommon
-
- EntryCacheCommon.ConfigErrorHandler - Class in org.opends.server.extensions
-
Error handler used by local methods to report configuration error.
- EntryCacheCommon.ConfigPhase - Enum in org.opends.server.extensions
-
Configuration phases.
- EntryCacheConfigManager - Class in org.opends.server.core
-
This class defines a utility that will be used to manage the configuration
for the Directory Server entry cache.
- EntryCacheConfigManager(ServerContext) - Constructor for class org.opends.server.core.EntryCacheConfigManager
-
Creates a new instance of this entry cache config manager.
- EntryCacheMonitorProvider - Class in org.opends.server.monitors
-
This class defines a Directory Server monitor provider that can be used to
obtain information about the entry cache state.
- EntryCacheMonitorProvider() - Constructor for class org.opends.server.monitors.EntryCacheMonitorProvider
-
Creates default instance of this monitor provider.
- EntryCacheMonitorProvider(String, EntryCache<? extends EntryCacheCfg>) - Constructor for class org.opends.server.monitors.EntryCacheMonitorProvider
-
Creates implementation specific instance of this monitor provider.
- EntryCacheMonitorProviderCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Entry Cache Monitor Provider
settings.
- EntryCacheMonitorProviderCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Entry Cache
Monitor Provider settings.
- EntryCacheMonitorProviderCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Entry Cache Monitor Provider managed
object definition meta information.
- entryChanged(LDAPEntryChangedEvent) - Method in interface org.opends.guitools.controlpanel.event.LDAPEntryChangedListener
-
Notification that an LDAP entry has been modified.
- EntryChangelogNotificationControl - Class in org.opends.server.controls
-
This class implements the ECL cookie control.
- EntryChangelogNotificationControl(boolean, String) - Constructor for class org.opends.server.controls.EntryChangelogNotificationControl
-
Creates a new entry change notification control with the provided
information.
- EntryChangeNotificationControl - Class in org.opends.server.controls
-
This class implements the entry change notification control defined in
draft-ietf-ldapext-psearch.
- EntryChangeNotificationControl(boolean, PersistentSearchChangeType, long) - Constructor for class org.opends.server.controls.EntryChangeNotificationControl
-
Creates a new entry change notification control with the provided
information.
- EntryChangeNotificationControl(boolean, PersistentSearchChangeType, DN, long) - Constructor for class org.opends.server.controls.EntryChangeNotificationControl
-
Creates a new entry change notification control with the provided
information.
- EntryChangeNotificationControl(PersistentSearchChangeType, long) - Constructor for class org.opends.server.controls.EntryChangeNotificationControl
-
Creates a new entry change notification control with the provided
information.
- EntryChangeNotificationControl(PersistentSearchChangeType, DN, long) - Constructor for class org.opends.server.controls.EntryChangeNotificationControl
-
Creates a new entry change notification control with the provided
information.
- EntryChangeNotificationResponseControl - Class in org.forgerock.opendj.ldap.controls
-
The entry change notification response control as defined in
draft-ietf-ldapext-psearch.
- EntryContainer - Class in org.opends.server.backends.pluggable
-
Storage container for LDAP entries.
- EntryDNVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Entry DN Virtual Attribute
settings.
- EntryDNVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Entry DN Virtual
Attribute settings.
- EntryDNVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Entry DN Virtual Attribute managed
object definition meta information.
- EntryDNVirtualAttributeProvider - Class in org.opends.server.extensions
-
This class implements a virtual attribute provider that is meant to serve the
entryDN operational attribute as described in draft-zeilenga-ldap-entrydn.
- EntryDNVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.EntryDNVirtualAttributeProvider
-
Creates a new instance of this entryDN virtual attribute provider.
- EntryEncodeConfig - Class in org.opends.server.types
-
This class defines a data structure that contains configuration
information about how an entry should be encoded.
- EntryEncodeConfig() - Constructor for class org.opends.server.types.EntryEncodeConfig
-
Creates a new encoded entry configuration with the default settings.
- EntryEncodeConfig(boolean, boolean, boolean) - Constructor for class org.opends.server.types.EntryEncodeConfig
-
Creates a new encoded entry configuration with the specified
settings.
- EntryEncodeConfig(boolean, boolean, boolean, CompressedSchema) - Constructor for class org.opends.server.types.EntryEncodeConfig
-
Creates a new encoded entry configuration with the specified
settings.
- entryExists(DN) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Tells whether an entry exists or not.
- entryExists(DN) - Method in class org.opends.server.api.LocalBackend
-
Indicates whether an entry with the specified DN exists in the backend.
- entryExists(DN) - Method in class org.opends.server.backends.ConfigurationBackend
-
- entryExists(DN) - Method in class org.opends.server.backends.LDIFBackend
-
- entryExists(DN) - Method in class org.opends.server.backends.MemoryBackend
-
- entryExists(DN) - Method in class org.opends.server.backends.MonitorBackend
-
- entryExists(DN) - Method in class org.opends.server.backends.NullBackend
-
- entryExists(DN) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- entryExists(DN) - Method in class org.opends.server.backends.RootDSEBackend
-
- entryExists(DN) - Method in class org.opends.server.backends.SchemaBackend
-
- entryExists(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Indicates whether the specified entry exists in the Directory Server.
- entryExists(DN) - Static method in class org.opends.server.types.DirectoryConfig
-
Indicates whether the specified entry exists in the Directory
Server.
- EntryFactory - Interface in org.forgerock.opendj.ldap
-
Entry factories are included with a set of DecodeOptions in order to
allow application to control how Entry instances are created when
decoding requests and responses.
- EntryGenerator - Class in org.forgerock.opendj.ldif
-
A template driven entry generator, as used by the makeldif tool.
- EntryGenerator() - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
-
Creates a generator using default values.
- EntryGenerator(String) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
-
Creates a generator from the provided template path.
- EntryGenerator(String...) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
-
Creates a generator from the provided template lines.
- EntryGenerator(List<String>) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
-
Creates a generator from the provided template lines.
- EntryGenerator(InputStream) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
-
Creates a generator from the provided input stream.
- EntryHistorical - Class in org.opends.server.replication.plugin
-
This class is used to store historical information that is used to resolve modify conflicts
It is assumed that the common case is not to have conflict and therefore is optimized (in order
of importance) for:
detecting potential conflict
fast update of historical information for non-conflicting change
fast and efficient purge
compact
solve conflict.
- EntryHistorical() - Constructor for class org.opends.server.replication.plugin.EntryHistorical
-
- EntryMsg - Class in org.opends.server.replication.protocol
-
This message is part of the replication protocol.
- EntryMsg(int, int, byte[], int) - Constructor for class org.opends.server.replication.protocol.EntryMsg
-
Creates a new EntryMsg.
- EntryMsg(int, int, byte[], int, int, int) - Constructor for class org.opends.server.replication.protocol.EntryMsg
-
Creates a new EntryMsg.
- EntryNotFoundException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
failed because the target entry was not found by the Directory Server.
- entryRead(EntryReadEvent) - Method in interface org.opends.guitools.controlpanel.event.EntryReadListener
-
Notifies that an entry was successfully read.
- entryRead(EntryReadEvent) - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
- EntryReader - Interface in org.forgerock.opendj.ldif
-
An interface for reading entries from a data source, typically an LDIF file.
- entryReadError(EntryReadErrorEvent) - Method in interface org.opends.guitools.controlpanel.event.EntryReadListener
-
Notifies that an error reading an entry.
- entryReadError(EntryReadErrorEvent) - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
Displays a message informing that an error occurred reading the entry.
- EntryReadErrorEvent - Class in org.opends.guitools.controlpanel.event
-
The event that is create when there is an error reading an entry.
- EntryReadErrorEvent(Object, DN, Throwable) - Constructor for class org.opends.guitools.controlpanel.event.EntryReadErrorEvent
-
Constructor for the event.
- EntryReadEvent - Class in org.opends.guitools.controlpanel.event
-
The class used to notify that a new entry has been successfully read.
- EntryReadEvent(Object, Entry) - Constructor for class org.opends.guitools.controlpanel.event.EntryReadEvent
-
The event constructor.
- EntryReadListener - Interface in org.opends.guitools.controlpanel.event
-
Interface that must be implemented by the objects that want to receive
notifications when an entry was successfully read or when there was an
error reading an entry.
- entrySet() - Method in class org.opends.server.api.DITCacheMap
-
- entryToRecurringTask(Entry) - Method in class org.opends.server.backends.task.TaskScheduler
-
Decodes the contents of the provided entry as a recurring task.
- entryToScheduledTask(Entry, Operation) - Method in class org.opends.server.backends.task.TaskScheduler
-
Decodes the contents of the provided entry as a scheduled task.
- entryUUID - Variable in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
The entryUUID of the entry that was updated.
- ENTRYUUID_ATTRIBUTE_NAME - Static variable in class org.opends.server.replication.plugin.EntryHistorical
-
Name of the entryuuid attribute.
- EntryUUIDPlugin - Class in org.opends.server.plugins
-
This class implements a Directory Server plugin that will add the entryUUID
attribute to an entry whenever it is added or imported as per RFC 4530.
- EntryUUIDPlugin() - Constructor for class org.opends.server.plugins.EntryUUIDPlugin
-
Mandatory default constructor of this Directory Server plugin.
- EntryUUIDPluginCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Entry UUID Plugin settings.
- EntryUUIDPluginCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Entry UUID Plugin
settings.
- EntryUUIDPluginCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Entry UUID Plugin managed object
definition meta information.
- EntryUUIDVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Entry UUID Virtual Attribute
settings.
- EntryUUIDVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Entry UUID
Virtual Attribute settings.
- EntryUUIDVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Entry UUID Virtual Attribute managed
object definition meta information.
- EntryUUIDVirtualAttributeProvider - Class in org.opends.server.extensions
-
This class implements a virtual attribute provider that is meant to serve the
entryUUID operational attribute as described in RFC 4530.
- EntryUUIDVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
-
Creates a new instance of this entryUUID virtual attribute provider.
- EntryWriter - Interface in org.forgerock.opendj.ldif
-
An interface for writing entries to a data source, typically an LDIF file.
- EntryWriter - Interface in org.opends.server.tools.makeldif
-
This interface defines a method that may be used to write entries generated
through the MakeLDIF utility.
- EnumEvalReason - Enum in org.opends.server.authorization.dseecompat
-
This class provides an enumeration of the reasons why an ACI evaluation
returned a result from the AciHandler's testApplicableLists call.
- EnumEvalResult - Enum in org.opends.server.authorization.dseecompat
-
This class provides an enumeration of evaluation results returned by
the bind rule evaluation methods.
- EnumPropertyDefinition<E extends Enum<E>> - Class in org.forgerock.opendj.config
-
Enumeration property definition.
- EnumPropertyDefinition.Builder<E extends Enum<E>> - Class in org.forgerock.opendj.config
-
An interface for incrementally constructing enumeration property
definitions.
- EnumRight - Enum in org.opends.server.authorization.dseecompat
-
This class provides an enumeration of the allowed rights.
- EnumTargetOperator - Enum in org.opends.server.authorization.dseecompat
-
This class provides an enumeration of the valid ACI target operators.
- ENV_VAR_INSTALL_ROOT - Static variable in class org.opends.server.config.ConfigConstants
-
The name of the environment variable that the Directory Server may check to
determine the installation root.
- environmentSettingException - Static variable in class org.opends.guitools.controlpanel.util.ConfigReader
-
The error that occurred when setting the environment (null if no error occurred).
- EOL - Static variable in class com.forgerock.opendj.util.StaticUtils
-
The end-of-line character for this platform.
- EOL - Static variable in class org.opends.server.util.ServerConstants
-
The end-of-line character for this platform.
- equality(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new equality match filter using the provided attribute
description and assertion value.
- EQUALITY_MATCH_TYPE - Static variable in class org.opends.server.controls.MatchedValuesFilter
-
The BER type associated with the equalityMatch filter type.
- equalityMatch - Variable in class org.opends.dsml.protocol.Filter
-
- equalityMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Sets the matching rule that should be used for equality matching with
this attribute type.
- equals(Object) - Method in class com.forgerock.opendj.cli.Argument
-
- equals(Object) - Method in class com.forgerock.opendj.util.ASCIICharProp
-
- equals(Object) - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
- equals(Object) - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Indicates whether some other object is "equal to" this property
definition.
- equals(Object) - Method in class org.forgerock.opendj.config.Tag
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- equals(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns true if object is an attribute which is equal to
this attribute.
- equals(Object) - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Indicates whether the provided object is an attribute description which
is equal to this attribute description.
- equals(Object) - Method in class org.forgerock.opendj.ldap.AVA
-
- equals(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Indicates whether the provided byte array sub-sequence is equal to this
byte sequence.
- equals(Object) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Indicates whether the provided object is equal to this byte sequence.
- equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.ByteString
-
Indicates whether the provided object is equal to this byte string.
- equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Indicates whether the provided object is equal to this byte string
builder.
- equals(Object) - Method in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.DN
-
- equals(Object) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns true if object is an entry which is equal to this
entry.
- equals(Object) - Method in class org.forgerock.opendj.ldap.GeneralizedTime
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.ModificationType
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.RDN
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.ResultCode
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns true if the provided object is an attribute type having
the same numeric OID as this attribute type.
- equals(Object) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns true if the provided object is a DIT content rule having
the same structural object class OID as this DIT content rule.
- equals(Object) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Returns true if the provided object is a DIT structure rule
having the same rule ID as this DIT structure rule.
- equals(Object) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns true if the provided object is a matching rule having the
same numeric OID as this matching rule.
- equals(Object) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns true if the provided object is a matching rule use having
the same numeric OID as this matching rule use.
- equals(Object) - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns true if the provided object is a name form having the
same numeric OID as this name form.
- equals(Object) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns true if the provided object is an object class having the
same numeric OID as this object class.
- equals(Object) - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Returns true if the provided object is an attribute syntax having
the same numeric OID as this attribute syntax.
- equals(Object) - Method in class org.forgerock.opendj.ldap.SearchScope
-
- equals(Object) - Method in class org.forgerock.opendj.ldap.SortKey
-
- equals(Object) - Method in class org.forgerock.opendj.rest2ldap.Resource
-
Returns true if the provided parameter is a Resource having the same resource ID as this
resource.
- equals(Object) - Method in class org.forgerock.opendj.rest2ldap.SubResource
-
- equals(Object) - Method in class org.forgerock.opendj.server.core.DataProviderID
-
- equals(Object) - Method in class org.opends.admin.ads.util.PreferredConnection
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.BackendDescriptor
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNDescriptor
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.BinaryValue
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.CategorizedComboBoxElement
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerDescriptor
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.IndexDescriptor
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.ObjectClassValue
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.ScheduleType
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor
-
- equals(Object) - Method in class org.opends.guitools.controlpanel.datamodel.VLVSortOrder
-
- equals(Object) - Method in class org.opends.quicksetup.BuildInformation
-
- equals(Object) - Method in class org.opends.quicksetup.JavaArguments
-
- equals(Object) - Method in class org.opends.server.backends.pluggable.spi.TreeName
- equals(Object) - Method in class org.opends.server.core.OperationWrapper
-
- equals(Object) - Method in class org.opends.server.discovery.Partition.Server
-
- equals(Object) - Method in class org.opends.server.plugins.profiler.ProfileStack
-
Indicates whether to the provided object is equal to this profile stack.
- equals(Object) - Method in class org.opends.server.plugins.profiler.ProfileStackFrame
-
Indicates whether the provided object is equal to this stack frame.
- equals(Object) - Method in class org.opends.server.protocols.jmx.DirectoryRMIServerSocketFactory
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opends.server.protocols.jmx.OpendsJmxPrincipal
-
- equals(Object) - Method in class org.opends.server.replication.common.CSN
-
- equals(Object) - Method in class org.opends.server.replication.common.DSInfo
-
Test if the passed object is equal to this one.
- equals(Object) - Method in class org.opends.server.replication.common.RSInfo
-
Test if the passed object is equal to this one.
- equals(Object) - Method in class org.opends.server.replication.plugin.AttrValueHistorical
-
- equals(Object) - Method in class org.opends.server.replication.protocol.OperationContext
- equals(Object) - Method in class org.opends.server.replication.protocol.UpdateMsg
- equals(Object) - Method in class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
-
- equals(Object) - Method in class org.opends.server.replication.server.changelog.api.ReplicaId
-
- equals(Object) - Method in class org.opends.server.tools.BackendTypeHelper.BackendTypeUIAdapter
-
- equals(Object) - Method in class org.opends.server.tools.tasks.TaskEntry
-
- equals(Object) - Method in class org.opends.server.types.AbstractAttribute
-
- equals(Object) - Method in class org.opends.server.types.AbstractOperation
-
- equals(Object) - Method in interface org.opends.server.types.Attribute
-
Indicates whether the provided object is an attribute that is
equal to this attribute.
- equals(Object) - Method in class org.opends.server.types.CacheEntry
-
Indicates whether this cache entry is equal to the provided \
object.
- equals(Object) - Method in class org.opends.server.types.Entry
-
Indicates whether the provided object is equal to this entry.
- equals(Object) - Method in class org.opends.server.types.HostPort
-
Returns true if the provided Object is a HostPort object with the
same host name and port than this HostPort object.
- equals(Object) - Method in class org.opends.server.types.LDAPURL
-
Indicates whether the provided object is equal to this LDAP URL.
- equals(Object) - Method in class org.opends.server.types.Modification
-
Indicates whether the provided object is equal to this modification.
- equals(Object) - Method in class org.opends.server.types.SearchFilter
-
Indicates whether this search filter is equal to the provided
object.
- equals(Object) - Method in class org.opends.server.types.SubtreeSpecification
-
Indicates whether the provided object is logically equal to this
subtree specification object.
- equals(Object) - Method in class org.opends.server.types.SubtreeSpecification.FilterRefinement
-
- equals(Object) - Method in class org.opends.server.util.BuildVersion
-
- equalsTo(MultiDomainServerState) - Method in class org.opends.server.replication.common.MultiDomainServerState
-
Test if this object equals the provided other object.
- equivalentCommandFileArgument(LocalizableMessage) - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "commandFilePath" string argument.
- ERR_ABSTRACT_TYPE_IN_CREATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The resource cannot be created because it specified the abstract resource type '%s'.
- ERR_ACCTUSABLEREQ_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as an account availability request control because it contained the OID '%s', when '%s' was expected
- ERR_ACCTUSABLEREQ_CONTROL_HAS_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as an account availability request control because the provided control had a value but the account availability request control should not have a value
- ERR_ACCTUSABLEREQ_CONTROL_HAS_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided control as an account availability request control because the provided control had a value but the account availability request control should not have a value
- ERR_ACCTUSABLERES_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as an account availability response control because it contained the OID '%s', when '%s' was expected
- ERR_ACCTUSABLERES_DECODE_ERROR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided account availability response control: %s
- ERR_ACCTUSABLERES_DECODE_ERROR - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided account availability response control: %s
- ERR_ACCTUSABLERES_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided account availability response control because it does not have a value
- ERR_ACCTUSABLERES_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided account availability response control because it does not have a value
- ERR_ACCTUSABLERES_UNKNOWN_VALUE_ELEMENT_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The account availability response control had an unknown ACCOUNT_USABLE_RESPONSE element type of %s
- ERR_ACCTUSABLERES_UNKNOWN_VALUE_ELEMENT_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
The account availability response control had an unknown ACCOUNT_USABLE_RESPONSE element type of %s
- ERR_ACTION_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The action '%s' is not supported
- ERR_ADD_ASSERTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be added because the request contained an LDAP assertion control and the associated filter did not match the contents of the provided entry
- ERR_ADD_ATTR_IS_INVALID_OPTION - Static variable in class org.opends.messages.CoreMessages
-
Entry %s can not be added because BER encoding of %s attribute is not supported
- ERR_ADD_ATTR_IS_NO_USER_MOD - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be added because it includes attribute %s which is defined as NO-USER-MODIFICATION in the server schema
- ERR_ADD_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.CoreMessages
-
The entry %s cannot be added due to insufficient access rights
- ERR_ADD_BACKEND_READONLY - Static variable in class org.opends.messages.CoreMessages
-
Unable to add entry %s because the backend that should hold that entry is configured in read-only mode
- ERR_ADD_CANNOT_ADD_ROOT_DSE - Static variable in class org.opends.messages.CoreMessages
-
The provided entry cannot be added because it contains a null DN.
- ERR_ADD_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be added because the server failed to obtain a write lock for this entry after multiple attempts
- ERR_ADD_CANNOT_PROCESS_ASSERTION_FILTER - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be added because the request contained an LDAP assertion control, but an error occurred while attempting to compare the provided entry against the filter contained in the control: %s
- ERR_ADD_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.CoreMessages
-
You do not have sufficient privileges to add entries that include privileges
- ERR_ADD_ENTRY_ALREADY_EXISTS - Static variable in class org.opends.messages.BackendMessages
-
The entry '%s' cannot be added because an entry with that name already exists
- ERR_ADD_ENTRY_ALREADY_EXISTS - Static variable in class org.opends.messages.CoreMessages
-
The entry %s cannot be added because an entry with that name already exists
- ERR_ADD_ENTRY_NOT_SUFFIX - Static variable in class org.opends.messages.CoreMessages
-
The provided entry %s cannot be added because it does not have a parent and is not defined as one of the suffixes within the Directory Server
- ERR_ADD_ENTRY_UNKNOWN_SUFFIX - Static variable in class org.opends.messages.CoreMessages
-
The provided entry %s cannot be added because its suffix is not defined as one of the suffixes within the Directory Server
- ERR_ADD_MISSING_RDN_ATTRIBUTE - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be added because it is missing attribute %s that is contained in the entry's RDN.
- ERR_ADD_NO_PARENT - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be added because its parent entry %s does not exist in the server
- ERR_ADD_NO_SUCH_OBJECT - Static variable in class org.opends.messages.BackendMessages
-
The entry '%s' cannot be added because its parent entry does not exist
- ERR_ADD_SERVER_READONLY - Static variable in class org.opends.messages.CoreMessages
-
Unable to add entry %s because the Directory Server is configured in read-only mode
- ERR_ADD_SYNCH_CONFLICT_RESOLUTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during conflict resolution synchronization processing for the add operation with connection ID %d and operation ID %d: %s
- ERR_ADD_SYNCH_POSTOP_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during postoperation synchronization processing for the add operation with connection ID %d and operation ID %d: %s
- ERR_ADD_SYNCH_PREOP_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during preoperation synchronization processing for the add operation with connection ID %d and operation ID %d: %s
- ERR_ADD_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be added because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
- ERR_ADDRATE_DELMODE_OFF_THRESHOLD_ON - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
A deletion threshold should not be specified when deletion is disabled
- ERR_ADDRATE_DELMODE_RAND_THRESHOLD_AGE - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
A age based deletion threshold should not be used with a random deletion mode
- ERR_ADDRATE_SIZE_THRESHOLD_LOWER_THAN_ITERATIONS - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The size threshold must be lower than the maximum number of add operations
- ERR_ADDRATE_THRESHOLD_SIZE_AND_AGE - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Size and age based deletion thresholds were both specified, but only only one at a time is supported
- ERR_ADDRESSMASK_FORMAT_DECODE_ERROR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided address mask because the it has an invalid format
- ERR_ADDRESSMASK_PREFIX_DECODE_ERROR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided address mask prefix because an invalid value was specified.
- ERR_ADDRESSMASK_WILDCARD_DECODE_ERROR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided address mask because an prefix mask was specified with an wild card "*" match character
- ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The core administration manifest file %s cannot be located
- ERR_ADMIN_CANNOT_FIND_CORE_MANIFEST - Static variable in class org.opends.messages.AdminMessages
-
The core administration manifest file %s cannot be located
- ERR_ADMIN_CANNOT_GET_LISTENER_BASE - Static variable in class org.opends.messages.AdminMessages
-
An error occurred while trying to retrieve relation configuration entry %s: %s
- ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
An error occurred while trying to retrieve the managed object configuration entry %s: %s
- ERR_ADMIN_CANNOT_GET_MANAGED_OBJECT - Static variable in class org.opends.messages.AdminMessages
-
An error occurred while trying to retrieve the managed object configuration entry %s: %s
- ERR_ADMIN_CANNOT_INSTANTIATE_CLASS - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The Directory Server was unable to load class %s and use it to create a component instance as defined in configuration entry %s.
- ERR_ADMIN_CANNOT_INSTANTIATE_CLASS - Static variable in class org.opends.messages.AdminMessages
-
The Directory Server was unable to load class %s and use it to create a component instance as defined in configuration entry %s.
- ERR_ADMIN_CANNOT_OPEN_JAR_FILE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The Directory Server jar file %s in directory %s cannot be loaded because an unexpected error occurred while trying to open the file for reading: %s
- ERR_ADMIN_CANNOT_OPEN_JAR_FILE - Static variable in class org.opends.messages.AdminMessages
-
The Directory Server jar file %s in directory %s cannot be loaded because an unexpected error occurred while trying to open the file for reading: %s
- ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The administration manifest file %s associated with the extension %s cannot be loaded because an unexpected error occurred while trying to read it: %s
- ERR_ADMIN_CANNOT_READ_EXTENSION_MANIFEST - Static variable in class org.opends.messages.AdminMessages
-
The administration manifest file %s associated with the extension %s cannot be loaded because an unexpected error occurred while trying to read it: %s
- ERR_ADMIN_CERTIFICATE_GENERATION - Static variable in class org.opends.messages.AdminMessages
-
The administration connector self-signed certificate cannot be generated because the following error occurred: %s
- ERR_ADMIN_CERTIFICATE_GENERATION_MISSING_FILES - Static variable in class org.opends.messages.AdminMessages
-
The administration connector self-signed certificate cannot be generated because the following files are missing: %s
- ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Unable to read the Directory Server extensions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s
- ERR_ADMIN_EXTENSIONS_CANNOT_LIST_FILES - Static variable in class org.opends.messages.AdminMessages
-
Unable to read the Directory Server extensions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s
- ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Unable to read the Directory Server extensions because the extensions directory %s exists but is not a directory
- ERR_ADMIN_EXTENSIONS_DIR_NOT_DIRECTORY - Static variable in class org.opends.messages.AdminMessages
-
Unable to read the Directory Server extensions because the extensions directory %s exists but is not a directory
- ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
An error occurred while trying to decode the managed object configuration entry %s: %s
- ERR_ADMIN_MANAGED_OBJECT_DECODING_PROBLEM - Static variable in class org.opends.messages.AdminMessages
-
An error occurred while trying to decode the managed object configuration entry %s: %s
- ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The managed object configuration entry %s does not appear to exist in the Directory Server configuration.
- ERR_ADMIN_MANAGED_OBJECT_DOES_NOT_EXIST - Static variable in class org.opends.messages.AdminMessages
-
The managed object configuration entry %s does not appear to exist in the Directory Server configuration.
- ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Unable to register an add/delete listener against the entry "%s" because it does not exist in the configuration
- ERR_ADMIN_UNABLE_TO_REGISTER_LISTENER - Static variable in class org.opends.messages.AdminMessages
-
Unable to register an add/delete listener against the entry "%s" because it does not exist in the configuration
- ERR_ADMINISTRATOR_PWD_DO_NOT_MATCH - Static variable in class org.opends.messages.ToolMessages
-
The provided passwords do not match.
- ERR_ADS_ADMINISTRATOR_MERGE - Static variable in class org.opends.messages.QuickSetupMessages
-
The following administrators are defined in server %s but not in server %s:%n%s%nThe merge can only be performed if these administrators are defined in server %s.
- ERR_ADS_MERGE - Static variable in class org.opends.messages.QuickSetupMessages
-
The registration information of server %s and server %s could not be merged.
- ERR_ARG_CANNOT_DECODE_AS_INT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided value "%s" for the %s argument cannot be decoded as an integer
- ERR_ARG_INT_MULTIPLE_VALUES - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The %s argument has multiple values and therefore cannot be decoded as a single integer value
- ERR_ARG_NO_INT_VALUE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The %s argument does not have any value that may be retrieved as an integer
- ERR_ARG_NO_VALUE_PLACEHOLDER - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The %s argument is configured to take a value but no value placeholder has been defined for it
- ERR_ARG_SUBCOMMAND_ARGUMENT_GLOBAL_CONFLICT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Argument %s for subcommand %s conflicts with a global argument with the same name
- ERR_ARG_SUBCOMMAND_ARGUMENT_LONG_ID_GLOBAL_CONFLICT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Failed to add Argument %s for subcommand %s because there is already a global argument defined with the same long identifier
- ERR_ARG_SUBCOMMAND_ARGUMENT_SHORT_ID_GLOBAL_CONFLICT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Argument %s for subcommand %s has a short ID -%s that conflicts with that of global argument %s
- ERR_ARG_SUBCOMMAND_DUPLICATE_ARGUMENT_NAME - Static variable in class com.forgerock.opendj.cli.CliMessages
-
There are multiple arguments for subcommand %s with name %s
- ERR_ARG_SUBCOMMAND_DUPLICATE_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Failed to add Argument %s for subcommand %s because there is already an argument with the same identifier for this subcommand
- ERR_ARG_SUBCOMMAND_DUPLICATE_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Argument %s for subcommand %s has a short identifier -%s that conflicts with that of argument %s
- ERR_ARG_SUBCOMMAND_DUPLICATE_SUBCOMMAND - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The argument parser already has a %s subcommand
- ERR_ARG_SUBCOMMAND_INVALID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Invalid subcommand
- ERR_ARGPARSER_ARG_FOR_LONG_ID_DOESNT_TAKE_VALUE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
A value was provided for argument --%s but that argument does not take a value
- ERR_ARGPARSER_CANNOT_READ_PROPERTIES_FILE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
An error occurred while attempting to read the contents of the argument properties file %s: %s
- ERR_ARGPARSER_CANT_MIX_ARGS_WITH_VALUES - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided argument block '-%s%s' is illegal because the '%s' argument requires a value but is in the same block as at least one other argument that does not require a value
- ERR_ARGPARSER_DISALLOWED_TRAILING_ARGUMENT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Argument "%s" does not start with one or two dashes and unnamed trailing arguments are not allowed
- ERR_ARGPARSER_DUPLICATE_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Cannot add argument %s to the argument list because there is already one defined with the same identifier
- ERR_ARGPARSER_DUPLICATE_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Cannot add argument %s to the argument list because its short identifier -%s conflicts with the %s argument that has already been defined
- ERR_ARGPARSER_INVALID_DASH_AS_ARGUMENT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The dash character by itself is invalid for use as an argument name
- ERR_ARGPARSER_LONG_ARG_WITHOUT_NAME - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided argument "%s" is invalid because it does not include the argument name
- ERR_ARGPARSER_NO_ARGUMENT_WITH_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Argument --%s is not allowed for use with this program
- ERR_ARGPARSER_NO_ARGUMENT_WITH_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Argument -%s is not allowed for use with this program
- ERR_ARGPARSER_NO_VALUE_FOR_ARGUMENT_WITH_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Argument --%s requires a value but none was provided
- ERR_ARGPARSER_NO_VALUE_FOR_ARGUMENT_WITH_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Argument -%s requires a value but none was provided
- ERR_ARGPARSER_NO_VALUE_FOR_REQUIRED_ARG - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The argument %s is required to have a value but none was provided in the argument list and no default value is available
- ERR_ARGPARSER_NOT_MULTIVALUED_FOR_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The argument --%s was included multiple times in the provided set of arguments but it does not allow multiple values
- ERR_ARGPARSER_NOT_MULTIVALUED_FOR_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The argument -%s was included multiple times in the provided set of arguments but it does not allow multiple values
- ERR_ARGPARSER_TOO_FEW_TRAILING_ARGUMENTS - Static variable in class com.forgerock.opendj.cli.CliMessages
-
At least %d unnamed trailing arguments are required in the argument list, but too few were provided
- ERR_ARGPARSER_TOO_MANY_TRAILING_ARGS - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided set of command-line arguments contained too many unnamed trailing arguments.
- ERR_ARGPARSER_VALUE_UNACCEPTABLE_FOR_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided value "%s" for argument --%s is not acceptable: %s
- ERR_ARGPARSER_VALUE_UNACCEPTABLE_FOR_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided value "%s" for argument -%s is not acceptable: %s
- ERR_ARRAY_FOR_SINGLE_VALUED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because an array of values was provided for the single valued field '%s'
- ERR_ASN1_BOOLEAN_INVALID_LENGTH - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 boolean element because the decoded value length was not exactly one byte (decoded length was %d)
- ERR_ASN1_BOOLEAN_TRUNCATED_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 boolean element of because an unexpected end of file was reached while reading value bytes (%d)
- ERR_ASN1_INTEGER_INVALID_LENGTH - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 integer element because the length of the element value was not between one and four bytes (actual length was %d)
- ERR_ASN1_INTEGER_TRUNCATED_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 integer element of because an unexpected end of file was reached while reading value bytes (%d)
- ERR_ASN1_INVALID_NUM_LENGTH_BYTES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 element because it contained a multi-byte length with an invalid number of bytes (%d)
- ERR_ASN1_NULL_INVALID_LENGTH - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 null element because the decoded value length was not exactly zero bytes (decoded length was %d)
- ERR_ASN1_OCTET_STRING_TRUNCATED_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 octet string element of because an unexpected end of file was reached while reading value bytes (%d)
- ERR_ASN1_SEQUENCE_READ_NOT_STARTED - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the end of the ASN.1 sequence or set because the start of the sequence was not read
- ERR_ASN1_SEQUENCE_SET_TRUNCATED_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 sequence or set element of because an unexpected end of file was reached while reading value bytes (%d)
- ERR_ASN1_SEQUENCE_WRITE_NOT_STARTED - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot encode the end of the ASN.1 sequence or set because the start of the sequence was not written
- ERR_ASN1_SKIP_TRUNCATED_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot skip the ASN.1 element of because an unexpected end of file was reached while reading value bytes (%d)
- ERR_ASN1_TRUCATED_TYPE_BYTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 element because an unexpected end of file was reached while reading the type byte
- ERR_ASN1_TRUNCATED_LENGTH_BYTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 element because an unexpected end of file was reached while reading the first length byte
- ERR_ASN1_TRUNCATED_LENGTH_BYTES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the ASN.1 element because an unexpected end of file was reached while reading a multi-byte length of %d bytes
- ERR_ASN1_UNEXPECTED_TAG - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Encountered unexpected tag while reading ASN.1 element (expected=0x%02x, got=0x%02x)
- ERR_ATTR_SYNTAX_ATTRSYNTAX_EMPTY_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid attribute syntax description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_ATTRSYNTAX_EXPECTED_OPEN_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an attribute syntax description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_ATTRSYNTAX_ILLEGAL_TOKEN1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s"could not be parsed as a valid attribute syntax description because it contains an illegal token "%s"
- ERR_ATTR_SYNTAX_ATTRSYNTAX_INVALID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid attribute syntax description for the following reason: %s
- ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value could not be parsed as a valid attribute type description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_ATTRTYPE_EMPTY_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid attribute type description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_ATTRTYPE_EXPECTED_OPEN_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an attribute type description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_ATTRTYPE_ILLEGAL_TOKEN1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s"could not be parsed as a valid attribute type description because it contains an illegal token "%s"
- ERR_ATTR_SYNTAX_ATTRTYPE_INVALID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid attribute type description for the following reason: %s
- ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authPassword value had an invalid authInfo character at position %d
- ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_INFO_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided authPassword value had an invalid authInfo character at position %d
- ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authPassword value had an invalid authValue character at position %d
- ERR_ATTR_SYNTAX_AUTHPW_INVALID_AUTH_VALUE_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided authPassword value had an invalid authValue character at position %d
- ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authPassword value had an invalid scheme character at position %d
- ERR_ATTR_SYNTAX_AUTHPW_INVALID_SCHEME_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided authPassword value had an invalid scheme character at position %d
- ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authPassword value had an invalid trailing character at position %d
- ERR_ATTR_SYNTAX_AUTHPW_INVALID_TRAILING_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided authPassword value had an invalid trailing character at position %d
- ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authPassword value had a zero-length authInfo element
- ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO - Static variable in class org.opends.messages.SchemaMessages
-
The provided authPassword value had a zero-length authInfo element
- ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authPassword value was missing the separator character or had an illegal character between the authInfo and authValue elements
- ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_INFO_SEPARATOR - Static variable in class org.opends.messages.SchemaMessages
-
The provided authPassword value was missing the separator character or had an illegal character between the authInfo and authValue elements
- ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authPassword value had a zero-length authValue element
- ERR_ATTR_SYNTAX_AUTHPW_NO_AUTH_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided authPassword value had a zero-length authValue element
- ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authPassword value had a zero-length scheme element
- ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME - Static variable in class org.opends.messages.SchemaMessages
-
The provided authPassword value had a zero-length scheme element
- ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_SEPARATOR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authPassword value was missing the separator character or had an illegal character between the scheme and authInfo elements
- ERR_ATTR_SYNTAX_AUTHPW_NO_SCHEME_SEPARATOR - Static variable in class org.opends.messages.SchemaMessages
-
The provided authPassword value was missing the separator character or had an illegal character between the scheme and authInfo elements
- ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" is not a valid country string because the length is not exactly two characters
- ERR_ATTR_SYNTAX_COUNTRY_STRING_NO_VALID_ISO_CODE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" is not a valid ISO 3166 country code
- ERR_ATTR_SYNTAX_CYCLIC_SUB_SYNTAX - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The definition for the syntax with OID %s declared a cyclic substitution.
- ERR_ATTR_SYNTAX_DCR_AUXILIARY_CLASS_NOT_AUXILIARY - Static variable in class org.opends.messages.SchemaMessages
-
The DIT content rule "%s" is associated with an auxiliary objectclass %s.
- ERR_ATTR_SYNTAX_DCR_AUXILIARY_CLASS_NOT_AUXILIARY1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DIT content rule "%s" is associated with an auxiliary object class "%s".
- ERR_ATTR_SYNTAX_DCR_DOUBLE_PERIOD_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT content rule description because the numeric OID contained two consecutive periods at position %d
- ERR_ATTR_SYNTAX_DCR_EMPTY_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value could not be parsed as a valid DIT content rule description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_DCR_EMPTY_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid DIT content rule description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_DCR_EXPECTED_OPEN_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a DIT content rule description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_DCR_EXPECTED_OPEN_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT content rule description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_DCR_EXPECTED_QUOTE_AT_POS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT content rule description because a single quote was expected at position %d but the %s character was found instead
- ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT content rule description because it contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT content rule description because the numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_DCR_ILLEGAL_CHAR_IN_STRING_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT content rule description because the non-numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_DCR_ILLEGAL_TOKEN1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s"could not be parsed as a valid DIT content rule description because it contains an illegal token "%s"
- ERR_ATTR_SYNTAX_DCR_INVALID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid DIT content rule description for the following reason: %s
- ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DIT content rule "%s" is not valid because it prohibits the use of attribute type %s which is required by the associated auxiliary object class %s
- ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_AUXILIARY - Static variable in class org.opends.messages.SchemaMessages
-
The DIT content rule "%s" is not valid because it prohibits the use of attribute type %s which is required by the associated auxiliary object class %s
- ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_STRUCTURAL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DIT content rule "%s" is not valid because it prohibits the use of attribute type %s which is required by the associated structural object class %s
- ERR_ATTR_SYNTAX_DCR_PROHIBITED_REQUIRED_BY_STRUCTURAL - Static variable in class org.opends.messages.SchemaMessages
-
The DIT content rule "%s" is not valid because it prohibits the use of attribute type %s which is required by the associated structural object class %s
- ERR_ATTR_SYNTAX_DCR_STRUCTURAL_CLASS_NOT_STRUCTURAL - Static variable in class org.opends.messages.SchemaMessages
-
The DIT content rule "%s" is associated with the objectclass with OID %s (%s).
- ERR_ATTR_SYNTAX_DCR_STRUCTURAL_CLASS_NOT_STRUCTURAL1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DIT content rule "%s" is associated with the "%s" object class.
- ERR_ATTR_SYNTAX_DCR_TRUNCATED_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT content rule description because the end of the value was encountered while the Directory Server expected more data to be provided
- ERR_ATTR_SYNTAX_DCR_UNEXPECTED_CLOSE_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT content rule description because it contained an unexpected closing parenthesis at position %d
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_AUXILIARY_CLASS - Static variable in class org.opends.messages.SchemaMessages
-
The DIT content rule "%s" is associated with an auxiliary objectclass %s that is not defined in the server schema
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_AUXILIARY_CLASS1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DIT content rule "%s" is associated with an auxiliary object class "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR - Static variable in class org.opends.messages.SchemaMessages
-
The DIT content rule "%s" is associated with an optional attribute type %s that is not defined in the server schema
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_OPTIONAL_ATTR1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DIT content rule "%s" is associated with an optional attribute type "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR - Static variable in class org.opends.messages.SchemaMessages
-
The DIT content rule "%s" is associated with a prohibited attribute type %s that is not defined in the server schema
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_PROHIBITED_ATTR1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DIT content rule "%s" is associated with a prohibited attribute type "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR - Static variable in class org.opends.messages.SchemaMessages
-
The DIT content rule "%s" is associated with a required attribute type %s that is not defined in the server schema
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_REQUIRED_ATTR1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DIT content rule "%s" is associated with a required attribute type "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS - Static variable in class org.opends.messages.SchemaMessages
-
The DIT content rule "%s" is associated with a structural objectclass %s that is not defined in the server schema
- ERR_ATTR_SYNTAX_DCR_UNKNOWN_STRUCTURAL_CLASS1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DIT content rule "%s" is associated with a structural object class %s which is not defined in the schema
- ERR_ATTR_SYNTAX_DELIVERY_METHOD_INVALID_ELEMENT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" is not a valid delivery method value because "%s" is not a valid method
- ERR_ATTR_SYNTAX_DELIVERY_METHOD_NO_ELEMENTS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" is not a valid delivery method value because it does not contain any elements
- ERR_ATTR_SYNTAX_DIRECTORYSTRING_INVALID_ZEROLENGTH_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The operation attempted to assign a zero-length value to an attribute with the directory string syntax
- ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because character '%c' at position %d is not allowed in an attribute name
- ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because character '%c' at position %d is not allowed in an attribute name
- ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the hyphen character is not allowed as the first character of an attribute name
- ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DIGIT - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the digit '%c' is not allowed as the first character of an attribute name unless the name is specified as an OID or the %s configuration option is enabled
- ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_UNDERSCORE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the underscore character is not allowed as the first character of an attribute name even if the %s configuration option is enabled
- ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the parsed attribute name %s included a period but that name did not appear to be a valid OID
- ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_UNDERSCORE_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the underscore character is not allowed in an attribute name unless the %s configuration option is enabled
- ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name
- ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name
- ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because an unexpected failure occurred while attempting to parse an attribute value from one of the RDN components: "%s"
- ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because an unexpected failure occurred while attempting to parse an attribute value from one of the RDN components: "%s"
- ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was part of the attribute name '%s'
- ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was part of the attribute name '%s'
- ERR_ATTR_SYNTAX_DN_END_WITH_COMMA - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was a comma or semicolon
- ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a value with an escaped hexadecimal digit that was not followed by a second hexadecimal digit
- ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a value with an escaped hexadecimal digit that was not followed by a second hexadecimal digit
- ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but was not followed by a positive multiple of two hexadecimal digits
- ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but was not followed by a positive multiple of two hexadecimal digits
- ERR_ATTR_SYNTAX_DN_INVALID_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because character '%c' at position %d is not valid
- ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but contained a character %c that was not a valid hexadecimal digit
- ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but contained a character %c that was not a valid hexadecimal digit
- ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with a character at position %d that needs to be escaped
- ERR_ATTR_SYNTAX_DN_INVALID_REQUIRES_ESCAPE_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with a character at position %d that needs to be escaped
- ERR_ATTR_SYNTAX_DN_NO_EQUAL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the next non-space character after attribute name "%s" should have been an equal sign but instead was '%c'
- ERR_ATTR_SYNTAX_DN_NO_EQUAL - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because the next non-space character after attribute name "%s" should have been an equal sign but instead was '%c'
- ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a quoted value that did not have a corresponding closing quotation mark
- ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a quoted value that did not have a corresponding closing quotation mark
- ERR_ATTR_SYNTAX_DSR_DOUBLE_PERIOD_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because the numeric OID contained two consecutive periods at position %d
- ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value could not be parsed as a valid DIT structure rule description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_DSR_EMPTY_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid DIT structure rule description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_DSR_EXPECTED_OPEN_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_DSR_EXPECTED_OPEN_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_DSR_EXPECTED_QUOTE_AT_POS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because a single quote was expected at position %d but the %s character was found instead
- ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because it contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because the numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_RULE_ID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because the rule ID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_DSR_ILLEGAL_CHAR_IN_STRING_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because the non-numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_DSR_ILLEGAL_TOKEN1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s"could not be parsed as a valid DIT structure rule description because it contains an illegal token "%s"
- ERR_ATTR_SYNTAX_DSR_INVALID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid DIT structure rule description for the following reason: %s
- ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because it did not specify the name form for the rule
- ERR_ATTR_SYNTAX_DSR_NO_NAME_FORM - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because it did not specify the name form for the rule
- ERR_ATTR_SYNTAX_DSR_TRUNCATED_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because the end of the value was encountered while the Directory Server expected more data to be provided
- ERR_ATTR_SYNTAX_DSR_UNEXPECTED_CLOSE_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because it contained an unexpected closing parenthesis at position %d
- ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because it referenced an unknown name form %s
- ERR_ATTR_SYNTAX_DSR_UNKNOWN_NAME_FORM - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because it referenced an unknown name form %s
- ERR_ATTR_SYNTAX_DSR_UNKNOWN_RULE_ID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because it referenced an unknown rule ID %d for a superior DIT structure rule
- ERR_ATTR_SYNTAX_DSR_UNKNOWN_RULE_ID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a DIT structure rule description because it referenced an unknown rule ID %d for a superior DIT structure rule
- ERR_ATTR_SYNTAX_EMPTY_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value could not be parsed because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_ENHANCEDGUIDE_INVALID_SCOPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an enhanced guide value because the specified scope %s was invalid
- ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_CRITERIA - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an enhanced guide value because it did not specify any criteria between the octothorpe (#) characters
- ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_FINAL_SHARP - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an enhanced guide value because it did not have an octothorpe (#) character to separate the criteria from the scope
- ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_OC1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an enhanced guide value because it did not contain an object class name or OID before the octothorpe (#) character
- ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SCOPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an enhanced guide value because no scope was provided after the final octothorpe (#) character
- ERR_ATTR_SYNTAX_ENHANCEDGUIDE_NO_SHARP1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an enhanced guide value because it did not contain an octothorpe (#) character to separate the object class from the criteria
- ERR_ATTR_SYNTAX_EXPECTED_OPEN_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_EXPECTED_QUOTE_AT_POS1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value should have contained a single quote at position %d but the character '%s' was found instead
- ERR_ATTR_SYNTAX_FAXNUMBER_EMPTY - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value could not be parsed as a valid facsimile telephone number because it was empty
- ERR_ATTR_SYNTAX_FAXNUMBER_END_WITH_DOLLAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid facsimile telephone number because it ends with a dollar sign, but that dollar sign should have been followed by a fax parameter
- ERR_ATTR_SYNTAX_FAXNUMBER_ILLEGAL_PARAMETER - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid facsimile telephone number because the string "%s" between positions %d and %d was not a valid fax parameter
- ERR_ATTR_SYNTAX_FAXNUMBER_NOT_PRINTABLE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid facsimile telephone number because character %s at position %d was not a valid printable string character
- ERR_ATTR_SYNTAX_GUIDE_ILLEGAL_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s contained an illegal character %c at position %d
- ERR_ATTR_SYNTAX_GUIDE_ILLEGAL_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s contained an illegal character %c at position %d
- ERR_ATTR_SYNTAX_GUIDE_INVALID_MATCH_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s had an invalid match type starting at position %d
- ERR_ATTR_SYNTAX_GUIDE_INVALID_MATCH_TYPE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s had an invalid match type starting at position %d
- ERR_ATTR_SYNTAX_GUIDE_INVALID_QUESTION_MARK - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s started with a question mark but was not followed by the string "true" or "false"
- ERR_ATTR_SYNTAX_GUIDE_INVALID_QUESTION_MARK - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s started with a question mark but was not followed by the string "true" or "false"
- ERR_ATTR_SYNTAX_GUIDE_MISSING_CLOSE_PAREN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s did not contain a close parenthesis that corresponded to the initial open parenthesis
- ERR_ATTR_SYNTAX_GUIDE_MISSING_CLOSE_PAREN - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s did not contain a close parenthesis that corresponded to the initial open parenthesis
- ERR_ATTR_SYNTAX_GUIDE_NO_ATTR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s did not specify an attribute type before the dollar sign
- ERR_ATTR_SYNTAX_GUIDE_NO_ATTR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s did not specify an attribute type before the dollar sign
- ERR_ATTR_SYNTAX_GUIDE_NO_DOLLAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s did not contain a dollar sign to separate the attribute type from the match type
- ERR_ATTR_SYNTAX_GUIDE_NO_DOLLAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s did not contain a dollar sign to separate the attribute type from the match type
- ERR_ATTR_SYNTAX_GUIDE_NO_MATCH_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s did not specify a match type after the dollar sign
- ERR_ATTR_SYNTAX_GUIDE_NO_MATCH_TYPE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a guide value because the criteria portion %s did not specify a match type after the dollar sign
- ERR_ATTR_SYNTAX_GUIDE_NO_OC1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a guide value because it did not contain an object class name or OID before the octothorpe (#) character
- ERR_ATTR_SYNTAX_ILLEGAL_CHAR_IN_STRING_OID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value contains a non-numeric OID which could not be parsed because it contains an illegal character '%s' at position %d
- ERR_ATTR_SYNTAX_ILLEGAL_X_SCHEMA_FILE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" is not safe for X-SCHEMA-FILE
- ERR_ATTR_SYNTAX_INVALID_LDAP_SYNTAX - Static variable in class org.opends.messages.BackendMessages
-
The provided value "%s" could not be parsed as an ldap syntax because its OID %s corresponds to an attribute syntax that is already implemented
- ERR_ATTR_SYNTAX_LDAPSYNTAX_DOUBLE_PERIOD_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax description because the numeric OID contained two consecutive periods at position %d
- ERR_ATTR_SYNTAX_LDAPSYNTAX_EMPTY_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value could not be parsed as a valid ldap syntax description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_LDAPSYNTAX_ENUM_NO_VALUES - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an enumeration syntax, because there is no value
- ERR_ATTR_SYNTAX_LDAPSYNTAX_EXPECTED_OPEN_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_LDAPSYNTAX_EXPECTED_QUOTE_AT_POS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax description because a single quote was expected at position %d but the character %s was found instead
- ERR_ATTR_SYNTAX_LDAPSYNTAX_EXTENSION_INVALID_CHARACTER - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax extension because an invalid character was found at position %d
- ERR_ATTR_SYNTAX_LDAPSYNTAX_ILLEGAL_CHAR_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax description because the numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_LDAPSYNTAX_ILLEGAL_CHAR_IN_STRING_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax description because the non-numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_LDAPSYNTAX_TOO_MANY_EXTENSIONS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax description because it contains more than one form of constructor
- ERR_ATTR_SYNTAX_LDAPSYNTAX_TRUNCATED_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax description because the end of the value was encountered while the Directory Server expected more data to be provided
- ERR_ATTR_SYNTAX_LDAPSYNTAX_UNEXPECTED_CLOSE_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax description because it contained an unexpected closing parenthesis at position %d
- ERR_ATTR_SYNTAX_LDAPSYNTAX_UNKNOWN_EXT - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an ldap syntax because it contains an unrecognized extension %s at position %d
- ERR_ATTR_SYNTAX_LDAPSYNTAX_UNKNOWN_SYNTAX - Static variable in class org.opends.messages.SchemaMessages
-
The definition for the ldap syntax with OID %s declared that it's a substitute for a syntax with OID %s.
- ERR_ATTR_SYNTAX_MR_EMPTY_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid matching rule description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_MR_EXPECTED_OPEN_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a matching rule description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_MR_ILLEGAL_TOKEN1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s"could not be parsed as a valid matching rule description because it contains an illegal token "%s"
- ERR_ATTR_SYNTAX_MR_INVALID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid matching rule description for the following reason: %s
- ERR_ATTR_SYNTAX_MR_NO_SYNTAX - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a matching rule description because it does not specify the attribute syntax with which it is associated
- ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The matching rule "%s" is associated with attribute syntax "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_MRUSE_DOUBLE_PERIOD_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule use description because the numeric OID contained two consecutive periods at position %d
- ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value could not be parsed as a valid matching rule use description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_MRUSE_EMPTY_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid matching rule use description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_MRUSE_EXPECTED_OPEN_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a matching rule use description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_MRUSE_EXPECTED_OPEN_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule use description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_MRUSE_EXPECTED_QUOTE_AT_POS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule use description because a single quote was expected at position %d but the %s character was found instead
- ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule use description because it contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule use description because the numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_CHAR_IN_STRING_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule use description because the non-numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_MRUSE_ILLEGAL_TOKEN1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s"could not be parsed as a valid matching rule use description because it contains an illegal token "%s"
- ERR_ATTR_SYNTAX_MRUSE_INVALID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid matching rule use description for the following reason: %s
- ERR_ATTR_SYNTAX_MRUSE_NO_ATTR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a matching rule description because it does not specify the set of attribute types that may be used with the associated OID
- ERR_ATTR_SYNTAX_MRUSE_NO_ATTR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule description because it does not specify the set of attribute types that may be used with the associated OID
- ERR_ATTR_SYNTAX_MRUSE_TRUNCATED_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule use description because the end of the value was encountered while the Directory Server expected more data to be provided
- ERR_ATTR_SYNTAX_MRUSE_UNEXPECTED_CLOSE_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule use description because it contained an unexpected closing parenthesis at position %d
- ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR - Static variable in class org.opends.messages.SchemaMessages
-
The matching rule use description "%s" is associated with attribute type %s that is not defined in the server schema
- ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_ATTR1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The matching rule use "%s" specifies the attribute type "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a matching rule use description because the specified matching rule %s is unknown
- ERR_ATTR_SYNTAX_MRUSE_UNKNOWN_MATCHING_RULE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The matching rule use "%s" specifies the matching rule "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_NAME_FORM_DOUBLE_PERIOD_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a name form description because the numeric OID contained two consecutive periods at position %d
- ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value could not be parsed as a valid name form description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_NAME_FORM_EMPTY_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid name form description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_OPEN_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a name form description because an open parenthesis was expected at position %d but instead a '%c' character was found
- ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_OPEN_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a name form description because an open parenthesis was expected at position %d but instead a '%c' character was found
- ERR_ATTR_SYNTAX_NAME_FORM_EXPECTED_QUOTE_AT_POS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a name form description because a single quote was expected at position %d but the %c character was found instead
- ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a name form description because it contained an illegal character %c at position %d
- ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a name form description because the numeric OID contained an illegal character %c at position %d
- ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_CHAR_IN_STRING_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a name form description because the non-numeric OID contained an illegal character %c at position %d
- ERR_ATTR_SYNTAX_NAME_FORM_ILLEGAL_TOKEN1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s"could not be parsed as a valid name form description because it contains an illegal token "%s"
- ERR_ATTR_SYNTAX_NAME_FORM_INVALID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid name form description for the following reason: %s
- ERR_ATTR_SYNTAX_NAME_FORM_NO_REQUIRED_ATTR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a name form description because it does not specify a required naming attribute
- ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a name form description because it does not specify the structural objectclass with which it is associated
- ERR_ATTR_SYNTAX_NAME_FORM_NO_STRUCTURAL_CLASS1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a name form description because it does not specify the structural object class with which it is associated
- ERR_ATTR_SYNTAX_NAME_FORM_STRUCTURAL_CLASS_NOT_STRUCTURAL - Static variable in class org.opends.messages.SchemaMessages
-
The name form description "%s" is associated with the objectclass with OID %s (%s).
- ERR_ATTR_SYNTAX_NAME_FORM_STRUCTURAL_CLASS_NOT_STRUCTURAL1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The name form description "%s" is associated with the "%s" object class.
- ERR_ATTR_SYNTAX_NAME_FORM_TRUNCATED_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a name form description because the end of the value was encountered while the Directory Server expected more data to be provided
- ERR_ATTR_SYNTAX_NAME_FORM_UNEXPECTED_CLOSE_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a name form description because it contained an unexpected closing parenthesis at position %d
- ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_OPTIONAL_ATTR - Static variable in class org.opends.messages.SchemaMessages
-
The definition for the name form with OID %s declared that it should include optional attribute "%s".
- ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_OPTIONAL_ATTR1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The name form "%s" specifies the optional attribute "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_REQUIRED_ATTR - Static variable in class org.opends.messages.SchemaMessages
-
The definition for the name form with OID %s declared that it should include required attribute "%s".
- ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_REQUIRED_ATTR1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The name form "%s" specifies the required attribute "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS - Static variable in class org.opends.messages.SchemaMessages
-
The name form description "%s" is associated with a structural objectclass %s that is not defined in the server schema
- ERR_ATTR_SYNTAX_NAME_FORM_UNKNOWN_STRUCTURAL_CLASS1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The name form description "%s" is associated with a structural object class "%s" which is not defined in the schema
- ERR_ATTR_SYNTAX_NAMEANDUID_ILLEGAL_BINARY_DIGIT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid name and optional UID value because the UID portion contained an illegal binary digit %s at position %d
- ERR_ATTR_SYNTAX_NAMEANDUID_INVALID_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid name and optional UID value because an error occurred while trying to parse the DN portion: %s
- ERR_ATTR_SYNTAX_NUMERIC_STRING_EMPTY_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value is not a valid numeric string because it did not contain any characters.
- ERR_ATTR_SYNTAX_OBJECTCLASS_DOUBLE_PERIOD_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an objectclass description because the numeric OID contained two consecutive periods at position %d
- ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value could not be parsed as a valid objectclass description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_OBJECTCLASS_EMPTY_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid object class description because it was empty or contained only whitespace
- ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_OPEN_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an objectclass description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_OBJECTCLASS_EXPECTED_OPEN_PARENTHESIS1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an object class description because an open parenthesis was expected at position %d but instead a '%s' character was found
- ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an objectclass description because it contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_NUMERIC_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an objectclass description because the numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_CHAR_IN_STRING_OID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an objectclass description because the non-numeric OID contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_OBJECTCLASS_ILLEGAL_TOKEN1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s"could not be parsed as a valid object class description because it contains an illegal token "%s"
- ERR_ATTR_SYNTAX_OBJECTCLASS_INVALID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid object class description for the following reason: %s
- ERR_ATTR_SYNTAX_OBJECTCLASS_TRUNCATED_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an objectclass description because the end of the value was encountered while the Directory Server expected more data to be provided
- ERR_ATTR_SYNTAX_OBJECTCLASS_UNEXPECTED_CLOSE_PARENTHESIS - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as an objectclass description because it contained an unexpected closing parenthesis at position %d
- ERR_ATTR_SYNTAX_OID_CONSECUTIVE_PERIODS1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value contains a numeric OID which could not be parsed because it contains two consecutive periods at or near position %d
- ERR_ATTR_SYNTAX_OID_ENDS_WITH_PERIOD1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value contains a numeric OID which could not be parsed because it ends with a period at position %d
- ERR_ATTR_SYNTAX_OID_ILLEGAL_CHARACTER1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value contains a numeric OID which could not be parsed because it contains an illegal character '%s' at position %d
- ERR_ATTR_SYNTAX_OID_NO_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value did not contain an OID at position %d
- ERR_ATTR_SYNTAX_OTHER_MAILBOX_EMPTY_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value could not be parsed as an other mailbox value because it was empty
- ERR_ATTR_SYNTAX_OTHER_MAILBOX_ILLEGAL_MB_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an other mailbox value because the mailbox contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_OTHER_MAILBOX_ILLEGAL_MBTYPE_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an other mailbox value because the mailbox type contained an illegal character %s at position %d
- ERR_ATTR_SYNTAX_OTHER_MAILBOX_NO_MAILBOX - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an other mailbox value because there was no mailbox after the dollar sign
- ERR_ATTR_SYNTAX_OTHER_MAILBOX_NO_MBTYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as an other mailbox value because there was no mailbox type before the dollar sign
- ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid RFC 3672 subtree specification
- ERR_ATTR_SYNTAX_RULE_ID_INVALID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value contained an invalid rule ID "%s" which could not be parsed as a number
- ERR_ATTR_SYNTAX_RULE_ID_NO_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value did not contain a rule ID at position %d
- ERR_ATTR_SYNTAX_SUBTREE_SPECIFICATION_INVALID - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid subtree specification
- ERR_ATTR_SYNTAX_TELEPHONE_EMPTY - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value is not a valid telephone number because it is empty or null
- ERR_ATTR_SYNTAX_TELEPHONE_ILLEGAL_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" is not a valid telephone number because strict telephone number checking is enabled and the character %s at position %d is not allowed by the ITU-T E.123 specification
- ERR_ATTR_SYNTAX_TELEPHONE_NO_DIGITS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" is not a valid telephone number because it does not contain any numeric digits
- ERR_ATTR_SYNTAX_TELEPHONE_NO_PLUS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" is not a valid telephone number because strict telephone number checking is enabled and the value does not start with a plus sign in compliance with the ITU-T E.123 specification
- ERR_ATTR_SYNTAX_TELETEXID_EMPTY - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value could not be parsed as a valid teletex terminal identifier because it was empty
- ERR_ATTR_SYNTAX_TELETEXID_END_WITH_DOLLAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid teletex terminal identifier because it ends with a dollar sign, but that dollar sign should have been followed by a TTX parameter
- ERR_ATTR_SYNTAX_TELETEXID_ILLEGAL_PARAMETER - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid teletex terminal identifier because the string "%s" is not a valid TTX parameter name
- ERR_ATTR_SYNTAX_TELETEXID_NOT_PRINTABLE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid teletex terminal identifier because character %s at position %d was not a valid printable string character
- ERR_ATTR_SYNTAX_TELETEXID_PARAM_NO_COLON - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid teletex terminal identifier because the parameter string does not contain a colon to separate the name from the value
- ERR_ATTR_SYNTAX_TELEX_ILLEGAL_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" does not hold a valid telex number because character %s at position %d was neither a valid printable string character nor a dollar sign to separate the telex number components
- ERR_ATTR_SYNTAX_TELEX_NOT_PRINTABLE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" does not hold a valid telex number because a character %s at position %d was not a valid printable string character
- ERR_ATTR_SYNTAX_TELEX_TOO_SHORT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" is too short to be a valid telex number value
- ERR_ATTR_SYNTAX_TELEX_TRUNCATED - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" does not hold a valid telex number because the end of the value was found before three dollar-delimited printable strings could be read
- ERR_ATTR_SYNTAX_TRUNCATED_VALUE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value appears to be truncated
- ERR_ATTR_SYNTAX_UNEXPECTED_CLOSE_PARENTHESIS1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
the value contained an unexpected closing parenthesis at position %d
- ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to retrieve approximate matching rule %s used as the default for the %s attribute syntax.
- ERR_ATTR_SYNTAX_UNKNOWN_EQUALITY_MATCHING_RULE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to retrieve equality matching rule %s used as the default for the %s attribute syntax.
- ERR_ATTR_SYNTAX_UNKNOWN_ORDERING_MATCHING_RULE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to retrieve ordering matching rule %s used as the default for the %s attribute syntax.
- ERR_ATTR_SYNTAX_UNKNOWN_SUB_SYNTAX - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The definition for the syntax with OID %s declared that it should have a substitution syntax with OID %s.
- ERR_ATTR_SYNTAX_UNKNOWN_SUBSTRING_MATCHING_RULE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to retrieve substring matching rule %s used as the default for the %s attribute syntax.
- ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to decode the provided value according to the user password syntax because the value does not contain a closing curly brace ("}") character
- ERR_ATTR_SYNTAX_USERPW_NO_CLOSING_BRACE - Static variable in class org.opends.messages.SchemaMessages
-
Unable to decode the provided value according to the user password syntax because the value does not contain a closing curly brace ("}") character
- ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to decode the provided value according to the user password syntax because the value does not start with the opening curly brace ("{") character
- ERR_ATTR_SYNTAX_USERPW_NO_OPENING_BRACE - Static variable in class org.opends.messages.SchemaMessages
-
Unable to decode the provided value according to the user password syntax because the value does not start with the opening curly brace ("{") character
- ERR_ATTR_SYNTAX_USERPW_NO_SCHEME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to decode the provided value according to the user password syntax because the value does not contain a storage scheme name
- ERR_ATTR_SYNTAX_USERPW_NO_SCHEME - Static variable in class org.opends.messages.SchemaMessages
-
Unable to decode the provided value according to the user password syntax because the value does not contain a storage scheme name
- ERR_ATTR_SYNTAX_USERPW_NO_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
No value was given to decode by the user password attribute syntax
- ERR_ATTR_SYNTAX_USERPW_NO_VALUE - Static variable in class org.opends.messages.SchemaMessages
-
No value was given to decode by the user password attribute syntax
- ERR_ATTR_SYNTAX_UTC_TIME_CANNOT_PARSE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s could not be parsed as a valid UTC time: %s
- ERR_ATTR_SYNTAX_UTC_TIME_INVALID_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s is not a valid UTC time value because it contains an invalid character %s at position %d
- ERR_ATTR_SYNTAX_UTC_TIME_INVALID_DAY - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s is not a valid UTC time value because %s is not a valid day specification
- ERR_ATTR_SYNTAX_UTC_TIME_INVALID_HOUR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s is not a valid UTC time value because %s is not a valid hour specification
- ERR_ATTR_SYNTAX_UTC_TIME_INVALID_MINUTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s is not a valid UTC time value because %s is not a valid minute specification
- ERR_ATTR_SYNTAX_UTC_TIME_INVALID_MONTH - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s is not a valid UTC time value because %s is not a valid month specification
- ERR_ATTR_SYNTAX_UTC_TIME_INVALID_OFFSET - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s is not a valid UTC time value because %s is not a valid GMT offset
- ERR_ATTR_SYNTAX_UTC_TIME_INVALID_SECOND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s is not a valid UTC time value because %s is not a valid second specification
- ERR_ATTR_SYNTAX_UTC_TIME_INVALID_YEAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s is not a valid UTC time value because the %s character is not allowed in the century or year specification
- ERR_ATTR_SYNTAX_UTC_TIME_TOO_SHORT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value %s is too short to be a valid UTC time value
- ERR_ATTR_TYPE_CANNOT_REGISTER - Static variable in class org.opends.messages.SchemaMessages
-
Attribute type could not be registered from definition: %s
- ERR_ATTR_TYPE_VALIDATION_FAIL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Validation of attribute type definition %s failed and will be removed from the schema: %s
- ERR_ATTRIBUTE_DESCRIPTION_EMPTY - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The attribute description "%s" could not be parsed because it was empty
- ERR_ATTRIBUTE_DESCRIPTION_EMPTY_OPTION - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The attribute description "%s" could not be parsed because it contains a zero length option
- ERR_ATTRIBUTE_DESCRIPTION_ILLEGAL_CHARACTER - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The attribute description "%s" could not be parsed because it contains an invalid character "%c" at position %d
- ERR_ATTRIBUTE_DESCRIPTION_INTERNAL_WHITESPACE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The attribute description "%s" could not be parsed because it contains internal white space
- ERR_ATTRIBUTE_DESCRIPTION_NO_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The attribute description "%s" could not be parsed because it does not contain an attribute type name
- ERR_ATTRIBUTE_INDEX_NOT_CONFIGURED - Static variable in class org.opends.messages.BackendMessages
-
There is no index configured for attribute type '%s'
- ERR_ATTRIBUTE_PARSER_MISSING_ATTRIBUTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The entry could not be parsed because the '%s' is missing
- ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password was found in another attribute in the user entry
- ERR_AUTHENTICATION_EXCEPTION_DEFAULT - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Authentication failure
- ERR_AUTHENTICATION_EXCEPTION_DEFAULT - Static variable in class org.opends.messages.AdminMessages
-
Authentication failure
- ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The requested authentication mechanism is not supported by the server
- ERR_AUTHENTICATION_NOT_SUPPORTED_EXCEPTION_DEFAULT - Static variable in class org.opends.messages.AdminMessages
-
The requested authentication mechanism is not supported by the server
- ERR_AUTHORIZATION_EXCEPTION_DEFAULT - Static variable in class org.opends.messages.AdminMessages
-
Authorization failure
- ERR_AUTHRATE_NO_BIND_DN_PROVIDED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Authentication information must be provided to use this tool
- ERR_AUTHZID_DECODER_PRINCIPAL_CANNOT_BE_DETERMINED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request could not be authorized because the required security principal '%s' could not be determined
- ERR_AUTHZID_DECODER_PRINCIPAL_INVALID_DATA_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request could not be authorized because the required security principal '%s' had an invalid data type
- ERR_AUTHZIDREQ_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as an authorization identity request control because it contained the OID '%s', when '%s' was expected
- ERR_AUTHZIDREQ_CONTROL_HAS_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as an authorization identity request control because the provided control had a value but the authorization identity request control should not have a value
- ERR_AUTHZIDRESP_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as an authorization identity response control because it contained the OID '%s', when '%s' was expected
- ERR_AUTHZIDRESP_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided authorization identity response control because it does not have a value
- ERR_AUTHZIDRESP_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided authorization identity response control because it does not have a value
- ERR_BACKEND_ADD_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
Unwilling to add entry "%s" because add operations are not supported in the "%s" backend
- ERR_BACKEND_ALREADY_EXISTS - Static variable in class org.opends.messages.AdminToolMessages
-
There is already an existing backend with name: %s
- ERR_BACKEND_BACKUP_AND_RESTORE_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
Backup and restore operations are not supported in the "%s" backend
- ERR_BACKEND_CANNOT_CHANGE_CONFIDENTIALITY - Static variable in class org.opends.messages.BackendMessages
-
Confidentiality cannot be disabled on suffix '%s' because the following indexes have confidentiality still enabled: %s
- ERR_BACKEND_CANNOT_DECODE_BACKEND_ROOT_DN - Static variable in class org.opends.messages.BackendMessages
-
Unable to initialize the "%s" backend because an error occurred while attempting to decode the base DN for this backend: %s
- ERR_BACKEND_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
The Directory Server was unable to obtain a lock on entry %s after multiple attempts.
- ERR_BACKEND_CANNOT_REGISTER_BASEDN - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to register base DN %s in the Directory Server: %s
- ERR_BACKEND_CONFIG_CACHE_PERCENT_GREATER_THAN_JVM_HEAP - Static variable in class org.opends.messages.BackendMessages
-
Configuration attribute ds-cfg-db-cache-percent has a value of %d%% but the JVM has only %d%% available
- ERR_BACKEND_CONFIG_CACHE_SIZE_GREATER_THAN_JVM_HEAP - Static variable in class org.opends.messages.BackendMessages
-
Configuration attribute ds-cfg-db-cache-size has a value of %d but the JVM has only %d available.
- ERR_BACKEND_CONFIG_ENTRY_NULL - Static variable in class org.opends.messages.BackendMessages
-
Unable to initialize the "%s" backend because the provided configuration entry is null
- ERR_BACKEND_DEBUG_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to acquire a shared lock for backend %s: %s.
- ERR_BACKEND_DEBUG_DECODE_BASE_DN - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode base DN string "%s" as a valid distinguished name: %s
- ERR_BACKEND_DEBUG_MISSING_SUBCOMMAND - Static variable in class org.opends.messages.ToolMessages
-
A sub-command must be specified
- ERR_BACKEND_DEBUG_NO_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ToolMessages
-
None of the Directory Server backends are configured with the requested backend ID %s
- ERR_BACKEND_DEBUG_NO_ENTRY_CONTAINERS_FOR_BASE_DN - Static variable in class org.opends.messages.ToolMessages
-
None of the entry containers are configured with the requested base DN %s in backend %s
- ERR_BACKEND_DELETE_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
Unwilling to remove entry "%s" because delete operations are not supported in the "%s" backend
- ERR_BACKEND_END_APPEND_MODE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to end append mode for backend '%s': %s
- ERR_BACKEND_ENTRY_DOESNT_EXIST - Static variable in class org.opends.messages.BackendMessages
-
Entry %s does not exist in the "%s" backend
- ERR_BACKEND_FAULTY_CRYPTO_TRANSFORMATION - Static variable in class org.opends.messages.BackendMessages
-
Error while enabling confidentiality with cipher %s, %d bits: %s
- ERR_BACKEND_GET_ENTRY_NULL - Static variable in class org.opends.messages.BackendMessages
-
Unable to retrieve the requested entry from the "%s" backend because the provided DN was null
- ERR_BACKEND_IMPORT_AND_EXPORT_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
LDIF import and export operations are not supported in the "%s" backend
- ERR_BACKEND_IMPORT_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
The "%s" backend does not support LDIF import operations
- ERR_BACKEND_LIST_FILES_TO_BACKUP - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to list the files to backup for backend '%s': %s
- ERR_BACKEND_MODIFY_DN_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
Unwilling to rename entry "%s" because modify DN operations are not supported in the "%s" backend
- ERR_BACKEND_MODIFY_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
Unwilling to update entry "%s" because modify operations are not supported in the "%s" backend
- ERR_BACKEND_NO_INDEXING_SUPPORT - Static variable in class org.opends.messages.ToolMessages
-
The backend does not support indexing
- ERR_BACKEND_SEARCH_ENTRY - Static variable in class org.opends.messages.ReplicationMessages
-
An error occurred when searching for %s : %s
- ERR_BACKEND_SWITCH_TO_APPEND_MODE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to switch to append mode for backend '%s': %s
- ERR_BACKEND_TOOL_CANNOT_CONFIGURE_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
Cannot configure backend %s: %s
- ERR_BACKEND_TOOL_CURSOR_AT_KEY_NUMBER - Static variable in class org.opends.messages.ToolMessages
-
At key number %d, %s:
- ERR_BACKEND_TOOL_DECODER_NOT_AVAILABLE - Static variable in class org.opends.messages.ToolMessages
-
Data decoder for printing is not available, should use hex dump
- ERR_BACKEND_TOOL_ERROR_INITIALIZING_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred while attempting to initialize the backend '%s': %s
- ERR_BACKEND_TOOL_ERROR_LISTING_BASE_DNS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while listing the base DNs: %s
- ERR_BACKEND_TOOL_ERROR_LISTING_TREES - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while listing indexes: %s
- ERR_BACKEND_TOOL_ERROR_READING_TREE - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred while attempting to read and/or decode records from an index: %s
- ERR_BACKEND_TOOL_EXECUTING_COMMAND - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to execute %s: %s
- ERR_BACKEND_TOOL_NO_TREE_FOR_NAME - Static variable in class org.opends.messages.ToolMessages
-
No index exists with the requested name '%s' in base DN '%s' and backend '%s'
- ERR_BACKEND_TOOL_NO_TREE_FOR_NAME_IN_STORAGE - Static variable in class org.opends.messages.ToolMessages
-
No storage index exists with the requested name %s in backend %s
- ERR_BACKEND_TOOL_ONLY_ONE_MAX_KEY - Static variable in class org.opends.messages.ToolMessages
-
Cannot specify a maximum key both as a string and as an hexadecimal string
- ERR_BACKEND_TOOL_ONLY_ONE_MIN_KEY - Static variable in class org.opends.messages.ToolMessages
-
Cannot specify a minimum key both as a string and as an hexadecimal string
- ERR_BACKEND_TOOL_PROCESSING_ARGUMENT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while processing arguments: %s
- ERR_BACKUP_CANNOT_CLOSE_ZIP_STREAM - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while trying to close the archive file %s in directory %s: %s
- ERR_BACKUP_CANNOT_CREATE_ARCHIVE_FILE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while trying to create the archive file %s in directory %s for the backup %s: %s
- ERR_BACKUP_CANNOT_CREATE_DIRECTORY_TO_RESTORE_FILE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to create a directory to restore the file %s for backup of %s
- ERR_BACKUP_CANNOT_CREATE_SAVE_DIRECTORY - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to create a save directory with base path %s before restore of backup of %s: %s
- ERR_BACKUP_CANNOT_GET_CIPHER - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to obtain the cipher to use to encrypt the backup: %s
- ERR_BACKUP_CANNOT_GET_DIGEST - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to obtain the %s message digest to create the hash for the backup: %s
- ERR_BACKUP_CANNOT_GET_MAC - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to obtain the %s MAC provider to create the signed hash for the backup: %s
- ERR_BACKUP_CANNOT_GET_MAC_KEY_ID - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to obtain the MAC key ID to create the signed hash for the backup %s : %s
- ERR_BACKUP_CANNOT_LIST_LOG_FILES - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to obtain a list of the files in directory %s to include in the backup: %s
- ERR_BACKUP_CANNOT_RESTORE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to restore the files from backup %s: %s
- ERR_BACKUP_CANNOT_SAVE_FILES_BEFORE_RESTORE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to save files from root directory %s to target directory %s, for backup of %s : %s
- ERR_BACKUP_CANNOT_UPDATE_BACKUP_DESCRIPTOR - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to update the backup descriptor file %s with information about the backup: %s
- ERR_BACKUP_CANNOT_WRITE_ARCHIVE_FILE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to back up file %s of backup %s: %s
- ERR_BACKUP_DN_DOES_NOT_SPECIFY_DIRECTORY - Static variable in class org.opends.messages.BackendMessages
-
Unable to retrieve entry %s from the backup backend because the requested DN is one level below the base DN but does not specify a backup directory
- ERR_BACKUP_ERROR_GETTING_BACKUP_DIRECTORY - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to examine the requested backup directory: %s
- ERR_BACKUP_INVALID_BACKUP_DIRECTORY - Static variable in class org.opends.messages.BackendMessages
-
Unable to retrieve entry %s from the backup backend because the requested backup directory is invalid: %s
- ERR_BACKUP_INVALID_BASE - Static variable in class org.opends.messages.BackendMessages
-
Requested entry %s does not exist in the backup backend
- ERR_BACKUP_MISSING_BACKUPID - Static variable in class org.opends.messages.BackendMessages
-
The information for backup %s could not be found in the backup directory %s
- ERR_BACKUP_NO_BACKUP_DIR_IN_DN - Static variable in class org.opends.messages.BackendMessages
-
Unable to retrieve entry %s from the backup backend because the DN does not contain the backup directory in which the requested backup should reside
- ERR_BACKUP_NO_BACKUP_ID_IN_DN - Static variable in class org.opends.messages.BackendMessages
-
Unable to retrieve entry %s from the backup backend because the requested DN is two levels below the base DN but does not specify a backup ID
- ERR_BACKUP_NO_BACKUP_PARENT_DN - Static variable in class org.opends.messages.BackendMessages
-
Unable to retrieve entry %s from the backup backend because it does not have a parent
- ERR_BACKUP_NO_SUCH_BACKUP - Static variable in class org.opends.messages.BackendMessages
-
Backup %s does not exist in backup directory %s
- ERR_BACKUP_NO_SUCH_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
The requested entry %s does not exist in the backup backend
- ERR_BACKUP_SIGNED_HASH_ERROR - Static variable in class org.opends.messages.UtilityMessages
-
The computed signed hash of backup %s is different to the value computed at time of backup
- ERR_BACKUP_UNSIGNED_HASH_ERROR - Static variable in class org.opends.messages.UtilityMessages
-
The computed hash of backup %s is different to the value computed at time of backup
- ERR_BACKUP_ZIP_COMMENT - Static variable in class org.opends.messages.UtilityMessages
-
%s backup %s
- ERR_BACKUPDB_CANNOT_BACKUP - Static variable in class org.opends.messages.ToolMessages
-
The target backend %s cannot be backed up using the requested configuration
- ERR_BACKUPDB_CANNOT_BACKUP_IN_DIRECTORY - Static variable in class org.opends.messages.ToolMessages
-
The target backend %s cannot be backed up to the backup directory %s: this directory is already a backup location for backend %s
- ERR_BACKUPDB_CANNOT_CREATE_BACKUP_DIR - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to create the backup directory %s: %s
- ERR_BACKUPDB_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to acquire a shared lock for backend %s: %s.
- ERR_BACKUPDB_CANNOT_MIX_BACKUP_ALL_AND_BACKEND_ID - Static variable in class org.opends.messages.ToolMessages
-
The %s and %s arguments may not be used together.
- ERR_BACKUPDB_CANNOT_PARSE_BACKUP_DESCRIPTOR - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse the backup descriptor file %s: %s
- ERR_BACKUPDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE - Static variable in class org.opends.messages.ToolMessages
-
The use of the %s argument or the %s argument requires a connection to an online server instance
- ERR_BACKUPDB_ERROR_DURING_BACKUP - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to back up backend %s with the requested configuration: %s
- ERR_BACKUPDB_INCREMENTAL_BASE_REQUIRES_INCREMENTAL - Static variable in class org.opends.messages.ToolMessages
-
The use of the %s argument requires that the %s argument is also provided
- ERR_BACKUPDB_NEED_BACKUP_ALL_OR_BACKEND_ID - Static variable in class org.opends.messages.ToolMessages
-
Neither the %s argument nor the %s argument was provided.
- ERR_BACKUPDB_NO_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ToolMessages
-
None of the Directory Server backends are configured with the requested backend ID "%s"
- ERR_BACKUPDB_REPEATED_BACKEND_ID - Static variable in class org.opends.messages.ToolMessages
-
The backend ID '%s' has been specified several times
- ERR_BACKUPDB_SIGN_REQUIRES_HASH - Static variable in class org.opends.messages.ToolMessages
-
The use of the %s argument requires that the %s argument is also provided
- ERR_BACKUPDIRECTORY_ADD_DUPLICATE_ID - Static variable in class org.opends.messages.CoreMessages
-
Cannot add a backup with ID %s to backup directory %s because another backup already exists with that ID
- ERR_BACKUPDIRECTORY_CANNOT_CREATE_DIRECTORY - Static variable in class org.opends.messages.CoreMessages
-
Backup directory %s does not exist and an error occurred while attempting to create it: %s
- ERR_BACKUPDIRECTORY_CANNOT_DECODE_DN - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while trying to decode the value "%s" read from the first line of %s as the DN of the backend configuration entry: %s
- ERR_BACKUPDIRECTORY_CANNOT_DELETE_SAVED_DESCRIPTOR - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while trying to remove saved backup descriptor file %s: %s.
- ERR_BACKUPDIRECTORY_CANNOT_READ_CONFIG_ENTRY_DN - Static variable in class org.opends.messages.CoreMessages
-
The backup descriptor file %s is invalid because the first line should have contained the DN of the backend configuration entry but was blank
- ERR_BACKUPDIRECTORY_CANNOT_RENAME_CURRENT_DESCRIPTOR - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while trying to rename the current backup descriptor file %s to %s: %s.
- ERR_BACKUPDIRECTORY_CANNOT_RENAME_NEW_DESCRIPTOR - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while trying to rename the new backup descriptor file %s to %s: %s.
- ERR_BACKUPDIRECTORY_FIRST_LINE_NOT_DN - Static variable in class org.opends.messages.CoreMessages
-
The backup descriptor file %s is invalid because the first line of the file was "%s", but the DN of the backend configuration entry was expected
- ERR_BACKUPDIRECTORY_NO_DESCRIPTOR_FILE - Static variable in class org.opends.messages.CoreMessages
-
No backup directory descriptor file was found at %s
- ERR_BACKUPDIRECTORY_NO_SUCH_BACKUP - Static variable in class org.opends.messages.CoreMessages
-
Cannot remove backup %s from backup directory %s because no backup with that ID exists in that directory
- ERR_BACKUPDIRECTORY_NOT_DIRECTORY - Static variable in class org.opends.messages.CoreMessages
-
The backup directory path %s exists but does not reference a directory
- ERR_BACKUPDIRECTORY_UNRESOLVED_DEPENDENCY - Static variable in class org.opends.messages.CoreMessages
-
Cannot remove backup %s from backup directory %s because it is listed as a dependency for backup %s
- ERR_BACKUPINFO_CANNOT_DECODE - Static variable in class org.opends.messages.CoreMessages
-
An unexpected error occurred while trying to decode a backup information structure in directory %s: %s
- ERR_BACKUPINFO_MULTIPLE_BACKUP_IDS - Static variable in class org.opends.messages.CoreMessages
-
The backup information structure in directory %s could not be parsed because it contained multiple backup IDs (%s and %s)
- ERR_BACKUPINFO_NO_BACKUP_DATE - Static variable in class org.opends.messages.CoreMessages
-
The backup information structure with backup ID %s in directory %s was not valid because it did not contain the backup date
- ERR_BACKUPINFO_NO_BACKUP_ID - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode a backup information structure in directory %s because the structure did not include a backup ID
- ERR_BACKUPINFO_NO_DELIMITER - Static variable in class org.opends.messages.CoreMessages
-
The line "%s" associated with the backup information in directory %s could not be parsed because it did not contain an equal sign to delimit the property name from the value
- ERR_BACKUPINFO_NO_NAME - Static variable in class org.opends.messages.CoreMessages
-
The line "%s" associated with the backup information in directory %s could not be parsed because it did not include a property name
- ERR_BACKUPINFO_UNKNOWN_PROPERTY - Static variable in class org.opends.messages.CoreMessages
-
The backup information structure in directory %s could not be parsed because it contained an unknown property %s with value %s
- ERR_BAD_ADMIN_API_RESOURCE_VERSION - Static variable in class org.opends.messages.ConfigMessages
-
The requested admin API version '%s' is unsupported.
- ERR_BAD_API_RESOURCE_VERSION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The requested resource API version '%s' is unsupported.
- ERR_BAD_HISTORICAL - Static variable in class org.opends.messages.ReplicationMessages
-
Entry %s was containing some unknown historical information, This may cause some inconsistency for this entry
- ERR_BAD_INTEGER - Static variable in class org.opends.messages.ToolMessages
-
Invalid integer number "%s".
- ERR_BAD_PORT_NUMBER - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Invalid port number "%s".
- ERR_BASE64_CANNOT_READ_ENCODED_DATA - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while attempting to read the base64-encoded data: %s
- ERR_BASE64_CANNOT_READ_ENCODED_DATA - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to read the base64-encoded data: %s
- ERR_BASE64_CANNOT_READ_RAW_DATA - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while attempting to read the raw data to encode: %s
- ERR_BASE64_CANNOT_READ_RAW_DATA - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to read the raw data to encode: %s
- ERR_BASE64_CANNOT_WRITE_ENCODED_DATA - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while attempting to write the encoded data: %s
- ERR_BASE64_CANNOT_WRITE_ENCODED_DATA - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to write the encoded data: %s
- ERR_BASE64_CANNOT_WRITE_RAW_DATA - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while attempting to write the decoded data: %s
- ERR_BASE64_CANNOT_WRITE_RAW_DATA - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to write the decoded data: %s
- ERR_BASE64_DECODE_INVALID_CHARACTER - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The value %s cannot be base64-decoded because it contains an illegal character %c that is not allowed in base64-encoded values
- ERR_BASE64_DECODE_INVALID_CHARACTER - Static variable in class org.opends.messages.UtilityMessages
-
The value %s cannot be base64-decoded because it contains an illegal character %c that is not allowed in base64-encoded values
- ERR_BASE64_DECODE_INVALID_LENGTH - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The value %s cannot be base64-decoded because it does not have a length that is a multiple of four bytes
- ERR_BASE64_DECODE_INVALID_LENGTH - Static variable in class org.opends.messages.UtilityMessages
-
The value %s cannot be base64-decoded because it does not have a length that is a multiple of four bytes
- ERR_BASE64_ERROR_DECODING_RAW_DATA - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Unable to decode provided data: %s
- ERR_BASE64_NO_SUBCOMMAND_SPECIFIED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
A subcommand must be specified with this tool.
- ERR_BASE64_UNKNOWN_SUBCOMMAND - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Unknown subcommand %s
- ERR_BASE64_UNKNOWN_SUBCOMMAND - Static variable in class org.opends.messages.UtilityMessages
-
Unknown subcommand %s
- ERR_BASE_DN_ALREADY_EXISTS - Static variable in class org.opends.messages.AdminToolMessages
-
The base DN '%s' is already defined.
- ERR_BASE_DN_ANCESTOR_EXISTS - Static variable in class org.opends.messages.AdminToolMessages
-
The backend already contains another base DN that is within the same hierarchical path (%s is an ancestor of the provided base DN).
- ERR_BASE_DN_DN_IS_ANCESTOR_OF - Static variable in class org.opends.messages.AdminToolMessages
-
The backend already contains another base DN that is within the same hierarchical path (%s is a descendant of the provided base DN).
- ERR_BIND_ACCOUNT_PERMANENTLY_LOCKED - Static variable in class org.opends.messages.CoreMessages
-
The account has been locked as a result of too many failed authentication attempts.
- ERR_BIND_ACCOUNT_TEMPORARILY_LOCKED - Static variable in class org.opends.messages.CoreMessages
-
The account has been locked as a result of too many failed authentication attempts (time to unlock: %s)
- ERR_BIND_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.CoreMessages
-
The user cannot bind due to insufficient access rights
- ERR_BIND_DN_BUT_NO_PASSWORD - Static variable in class org.opends.messages.CoreMessages
-
Unable to process the simple bind request because it contained a bind DN but no password, which is forbidden by the server configuration
- ERR_BIND_OPERATION_ACCOUNT_DISABLED - Static variable in class org.opends.messages.CoreMessages
-
Rejecting a bind request because the account has been administratively disabled
- ERR_BIND_OPERATION_ACCOUNT_EXPIRED - Static variable in class org.opends.messages.CoreMessages
-
Rejecting a bind request because the account has expired
- ERR_BIND_OPERATION_ACCOUNT_FAILURE_LOCKED - Static variable in class org.opends.messages.CoreMessages
-
Rejecting a bind request because the account has been locked due to too many failed authentication attempts
- ERR_BIND_OPERATION_ACCOUNT_IDLE_LOCKED - Static variable in class org.opends.messages.CoreMessages
-
Rejecting a bind request because the account has been locked after remaining idle for too long
- ERR_BIND_OPERATION_ACCOUNT_RESET_LOCKED - Static variable in class org.opends.messages.CoreMessages
-
Rejecting a bind request because the account has been locked after the user's password was not changed in a timely manner after an administrative reset
- ERR_BIND_OPERATION_INSECURE_SASL_BIND - Static variable in class org.opends.messages.CoreMessages
-
Rejecting a SASL %s bind request for user %s because the password policy requires secure authentication
- ERR_BIND_OPERATION_INSECURE_SIMPLE_BIND - Static variable in class org.opends.messages.CoreMessages
-
Rejecting a simple bind request because the password policy requires secure authentication
- ERR_BIND_OPERATION_NO_PASSWORD - Static variable in class org.opends.messages.CoreMessages
-
Unable to bind to the Directory Server using simple authentication because that user does not have a password
- ERR_BIND_OPERATION_PASSWORD_EXPIRED - Static variable in class org.opends.messages.CoreMessages
-
Rejecting a bind request because that user's password is expired
- ERR_BIND_OPERATION_UNKNOWN_SASL_MECHANISM - Static variable in class org.opends.messages.CoreMessages
-
Unable to process the bind request because it attempted to use an unknown SASL mechanism %s that is not available in the Directory Server
- ERR_BIND_OPERATION_UNKNOWN_USER - Static variable in class org.opends.messages.CoreMessages
-
Unable to bind to the Directory Server because no such user exists in the server
- ERR_BIND_OPERATION_WRITABILITY_DISABLED - Static variable in class org.opends.messages.CoreMessages
-
Rejecting a bind request for user %s because either the entire server or the user's backend has a writability mode of 'disabled' and password policy state updates would not be allowed
- ERR_BIND_OPERATION_WRONG_PASSWORD - Static variable in class org.opends.messages.CoreMessages
-
The password provided by the user did not match any password(s) stored in the user's entry
- ERR_BIND_REJECTED_LOCKDOWN_MODE - Static variable in class org.opends.messages.CoreMessages
-
Unable to process the non-root bind because the server is in lockdown mode
- ERR_BIND_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.CoreMessages
-
Unable to process the bind request because it contained a control with OID %s that was marked critical but this control is not supported for the bind operation
- ERR_BOOLEANARG_NO_VALUE_ALLOWED - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided %s value is unacceptable because Boolean arguments are never allowed to have values
- ERR_BUILDVERSION_MALFORMED - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The version of the installed OpenDJ could not be determined because the version file '%s' exists but contains invalid data.
- ERR_BUILDVERSION_MALFORMED - Static variable in class org.opends.messages.ToolMessages
-
The version of the installed OpenDJ could not be determined because the version file '%s' exists but contains invalid data.
- ERR_BUILDVERSION_MISMATCH - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The OpenDJ binary version '%s' does not match the installed version '%s'.
- ERR_BUILDVERSION_MISMATCH - Static variable in class org.opends.messages.ToolMessages
-
The OpenDJ binary version '%s' does not match the installed version '%s'.
- ERR_BUILDVERSION_NOT_FOUND - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The version of the installed OpenDJ could not be determined because the version file '%s' could not be found.
- ERR_BUILDVERSION_NOT_FOUND - Static variable in class org.opends.messages.ToolMessages
-
The version of the installed OpenDJ could not be determined because the version file '%s' could not be found.
- ERR_BYTE_COUNT - Static variable in class org.opends.messages.ReplicationMessages
-
The Server Handler byte count is not correct Byte Count=%s (Fixed)
- ERR_CACHE_INVALID_EXCLUDE_FILTER - Static variable in class org.opends.messages.ExtensionMessages
-
The ds-cfg-exclude-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are excluded from the cache, has an invalid value of "%s": %s
- ERR_CACHE_INVALID_INCLUDE_FILTER - Static variable in class org.opends.messages.ExtensionMessages
-
The ds-cfg-include-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are included in the cache, has an invalid value of "%s": %s
- ERR_CACHE_PRELOAD - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while preloading the database cache for backend %s: %s
- ERR_CANNOT_ACQUIRE_EXCLUSIVE_SERVER_LOCK - Static variable in class org.opends.messages.CoreMessages
-
The Directory Server could not acquire an exclusive lock on file %s: %s.
- ERR_CANNOT_ADD_CONFLICT_ATTRIBUTE - Static variable in class org.opends.messages.ReplicationMessages
-
A conflict was detected but the conflict information could not be added.
- ERR_CANNOT_BIND_TO_PORT - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Unable to bind to port %d.
- ERR_CANNOT_BIND_TO_PRIVILEGED_PORT - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Unable to bind to port %d.
- ERR_CANNOT_BOOTSTRAP_SYNTAX - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to bootstrap the attribute syntax defined in class %s: %s
- ERR_CANNOT_BOOTSTRAP_WHILE_RUNNING - Static variable in class org.opends.messages.CoreMessages
-
The Directory Server is currently running.
- ERR_CANNOT_CANCEL_ABANDON - Static variable in class org.opends.messages.CoreMessages
-
Abandon requests cannot be canceled
- ERR_CANNOT_CANCEL_BIND - Static variable in class org.opends.messages.CoreMessages
-
Bind requests cannot be canceled
- ERR_CANNOT_CANCEL_CANCEL - Static variable in class org.opends.messages.CoreMessages
-
Cancel extended operations can not be canceled
- ERR_CANNOT_CANCEL_START_TLS - Static variable in class org.opends.messages.CoreMessages
-
Start TLS extended operations cannot be canceled
- ERR_CANNOT_CANCEL_UNBIND - Static variable in class org.opends.messages.CoreMessages
-
Unbind requests cannot be canceled
- ERR_CANNOT_CONNECT_TO_LOCAL_AUTHENTICATION - Static variable in class org.opends.messages.QuickSetupMessages
-
The provided credentials are not valid.
- ERR_CANNOT_CONNECT_TO_LOCAL_COMMUNICATION - Static variable in class org.opends.messages.QuickSetupMessages
-
Could not connect to the server.
- ERR_CANNOT_CONNECT_TO_LOCAL_GENERIC - Static variable in class org.opends.messages.QuickSetupMessages
-
Could not connect to the server.
- ERR_CANNOT_CONNECT_TO_LOCAL_PERMISSIONS - Static variable in class org.opends.messages.QuickSetupMessages
-
You do not have enough access rights to read the configuration in the server.
- ERR_CANNOT_CONNECT_TO_LOGIN_WITH_CAUSE - Static variable in class org.opends.messages.AdminToolMessages
-
Could not connect to the Directory Server with the provided credentials.
- ERR_CANNOT_CONNECT_TO_REMOTE_COMMUNICATION - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Could not connect to %s.
- ERR_CANNOT_CREATE_MBEAN_SERVER - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to create the JMX MBean server that will be used for monitoring, notification, and configuration interaction within the Directory Server: %s
- ERR_CANNOT_CREATE_REPLICA_DB_BECAUSE_CHANGELOG_DB_SHUTDOWN - Static variable in class org.opends.messages.ReplicationMessages
-
Could not create replica database because the changelog database is shutting down
- ERR_CANNOT_DECODE_BACKEND_BASE_DN - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode the backend configuration base DN string "%s" as a valid DN: %s
- ERR_CANNOT_DECODE_BASE_DN - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode base DN string "%s" as a valid distinguished name: %s
- ERR_CANNOT_DECODE_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided control %s because an error occurred while attempting to decode the control value: %s
- ERR_CANNOT_DECODE_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
Input stream ended unexpectedly while decoding entry
- ERR_CANNOT_DETERMINE_BACKEND_CLASS - Static variable in class org.opends.messages.ToolMessages
-
Cannot determine the name of the Java class providing the logic for the backend defined in configuration entry %s: %s
- ERR_CANNOT_DETERMINE_BACKEND_ID - Static variable in class org.opends.messages.ToolMessages
-
Cannot determine the backend ID for the backend defined in configuration entry %s: %s
- ERR_CANNOT_DETERMINE_BASES_FOR_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
Unable to determine the set of base DNs defined in backend configuration entry %s: %s
- ERR_CANNOT_ENCODE_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
Cannot encode entry for writing on storage: %s
- ERR_CANNOT_GET_ROOT_DSE_CONFIG_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while trying to retrieve the root DSE configuration entry (cn=Root DSE,cn=config) from the Directory Server configuration: %s
- ERR_CANNOT_HASH_DATA - Static variable in class org.opends.messages.CoreMessages
-
Cannot properly use SHA-1 using the java provider.
- ERR_CANNOT_INITIALIZE_ARGS - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
An unexpected error occurred while attempting to initialize the command-line arguments: %s
- ERR_CANNOT_INITIALIZE_ARGS - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An unexpected error occurred while attempting to initialize the command-line arguments: %s
- ERR_CANNOT_INITIALIZE_ARGS - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred while attempting to initialize the command-line arguments: %s
- ERR_CANNOT_INITIALIZE_BACKENDS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while initializing server backends: %s
- ERR_CANNOT_INITIALIZE_CONFIG_HANDLER - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while trying to initialize the configuration handler %s using configuration file %s: %s
- ERR_CANNOT_INITIALIZE_CONFIGURATION_FRAMEWORK - Static variable in class org.opends.messages.ConfigMessages
-
Cannot initialize the configuration framework: %s
- ERR_CANNOT_INITIALIZE_CORE_CONFIG - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to initialize the core Directory Server configuration: %s
- ERR_CANNOT_INITIALIZE_CRYPTO_MANAGER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the crypto manager: %s
- ERR_CANNOT_INITIALIZE_PWPOLICY - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the password policy components: %s
- ERR_CANNOT_INITIALIZE_ROOTDN_MANAGER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the root DN manager: %s
- ERR_CANNOT_INITIALIZE_SERVER_COMPONENTS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize server components to run the tool: %s
- ERR_CANNOT_INITIALIZE_SERVER_PLUGINS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while initializing plugins: %s
- ERR_CANNOT_INITIALIZE_STORAGE_SCHEMES - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to initialize the Directory Server password storage schemes: %s
- ERR_CANNOT_INITIALIZE_SUBENTRY_MANAGER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the subentry manager: %s
- ERR_CANNOT_INSTANTIATE_BACKEND_CLASS - Static variable in class org.opends.messages.ToolMessages
-
Unable to create an instance of class %s referenced in configuration entry %s as a Directory Server backend: %s
- ERR_CANNOT_INSTANTIATE_CONFIG_HANDLER - Static variable in class org.opends.messages.CoreMessages
-
Unable to create an instance of class %s to serve as the Directory Server configuration handler: %s
- ERR_CANNOT_LOAD_BACKEND_CLASS - Static variable in class org.opends.messages.ToolMessages
-
Unable to load class %s referenced in configuration entry %s for use as a Directory Server backend: %s
- ERR_CANNOT_LOAD_CONFIG - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to load the Directory Server configuration: %s
- ERR_CANNOT_LOAD_SCHEMA - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to load the Directory Server schema: %s
- ERR_CANNOT_MODIFY_OBJECTCLASS_AND_RENAME - Static variable in class org.opends.messages.AdminToolMessages
-
Cannot modify the objectclass and rename the entry.
- ERR_CANNOT_READ_KEYSTORE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Cannot access key store '%s'.
- ERR_CANNOT_READ_KEYSTORE - Static variable in class org.opends.messages.ToolMessages
-
Cannot access key store '%s'.
- ERR_CANNOT_READ_TRUSTSTORE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Cannot access trust store '%s'.
- ERR_CANNOT_READ_TRUSTSTORE - Static variable in class org.opends.messages.ToolMessages
-
Cannot access trust store '%s'.
- ERR_CANNOT_RECOVER_CHANGES - Static variable in class org.opends.messages.ReplicationMessages
-
Error when searching old changes from the database for base DN %s
- ERR_CANNOT_REGISTER_DUPLICATE_ALTERNATE_ROOT_BIND_DN - Static variable in class org.opends.messages.CoreMessages
-
The alternate root bind DN "%s" is already registered with the Directory Server for actual root entry DN "%s"
- ERR_CANNOT_RENAME_CONFLICT_ENTRY - Static variable in class org.opends.messages.ReplicationMessages
-
An error happened trying to rename a conflicting entry.
- ERR_CANNOT_RENAME_RESTORE_DIRECTORY - Static variable in class org.opends.messages.UtilityMessages
-
The directory %s, containing the files restored from backup, could not be renamed to the directory %s
- ERR_CANNOT_RETRIEVE_BACKEND_BASE_ENTRY - Static variable in class org.opends.messages.ToolMessages
-
Unable to retrieve the backend configuration base entry "%s" from the server configuration: %s
- ERR_CANNOT_SET_ENVIRONMENT_CONFIG_WHILE_RUNNING - Static variable in class org.opends.messages.CoreMessages
-
The Directory Server is currently running.
- ERR_CANNOT_START_BEFORE_BOOTSTRAP - Static variable in class org.opends.messages.CoreMessages
-
The Directory Server may not be started before the configuration has been bootstrapped
- ERR_CANNOT_START_WHILE_RUNNING - Static variable in class org.opends.messages.CoreMessages
-
The Directory Server may not be started while it is already running.
- ERR_CANNOT_SUBSYSTEM_NOT_INITIALIZED - Static variable in class org.opends.messages.ToolMessages
-
Subsystem %s should be initialized first
- ERR_CERT_NO_MATCH_ALLOTHERS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
None of the remaining names in the critical subject alt name extension for '%s' can be matched against '%s'
- ERR_CERT_NO_MATCH_DNS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DNS names in the critical subject alt name extension for '%s' do not match the host name '%s'
- ERR_CERT_NO_MATCH_IP - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The IP addresses in the critical subject alt name extension for '%s' do not match the address '%s'
- ERR_CERT_NO_MATCH_SUBJECT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The host name contained in the subject DN '%s' does not match the host name '%s'
- ERR_CERTMGR_ADD_CERT - Static variable in class org.opends.messages.UtilityMessages
-
The following error occurred when adding a certificate with alias %s to the keystore: %s
- ERR_CERTMGR_ALIAS_ALREADY_EXISTS - Static variable in class org.opends.messages.UtilityMessages
-
A certificate with the alias %s already exists in the key store
- ERR_CERTMGR_ALIAS_CAN_NOT_DELETE - Static variable in class org.opends.messages.UtilityMessages
-
The alias %s cannot be deleted from the keystore because it does not exist
- ERR_CERTMGR_ALIAS_INVALID - Static variable in class org.opends.messages.UtilityMessages
-
The alias %s cannot be added to the keystore for one of the following reasons: it already exists in the keystore, or, it is not an instance of a trusted certificate class
- ERR_CERTMGR_CERT_REPLIES_INVALID - Static variable in class org.opends.messages.UtilityMessages
-
The alias %s is an instance of a private key entry, which is not supported being added to the keystore at this time
- ERR_CERTMGR_CERTGEN_NOT_FOUND - Static variable in class org.opends.messages.UtilityMessages
-
The CertAndKeyGen security class cannot be found, consider setting -D%s=
- ERR_CERTMGR_CLASS_NOT_FOUND - Static variable in class org.opends.messages.UtilityMessages
-
A security class cannot be found in this JVM because of the following reason: %s
- ERR_CERTMGR_DELETE_ALIAS - Static variable in class org.opends.messages.UtilityMessages
-
The following error occurred when deleting a certificate with alias %s from the keystore: %s
- ERR_CERTMGR_FILE_NAME_INVALID - Static variable in class org.opends.messages.UtilityMessages
-
The %s is invalid because it is null
- ERR_CERTMGR_GEN_SELF_SIGNED_CERT - Static variable in class org.opends.messages.UtilityMessages
-
The following error occurred when generating a self-signed certificate using the alias %s: %s
- ERR_CERTMGR_INVALID_CERT_FILE - Static variable in class org.opends.messages.UtilityMessages
-
The certificate file %s is invalid because it does not exists, or exists, but is not a file
- ERR_CERTMGR_INVALID_KEYSTORE_PATH - Static variable in class org.opends.messages.UtilityMessages
-
Key store path %s exists but is not a file
- ERR_CERTMGR_INVALID_PARENT - Static variable in class org.opends.messages.UtilityMessages
-
Parent directory for key store path %s does not exist or is not a directory
- ERR_CERTMGR_INVALID_PKCS11_PATH - Static variable in class org.opends.messages.UtilityMessages
-
Invalid key store path for PKCS11 keystore, it must be %s
- ERR_CERTMGR_INVALID_STORETYPE - Static variable in class org.opends.messages.UtilityMessages
-
Invalid key store type, it must be one of the following: %s, %s, %s, %s or %s
- ERR_CERTMGR_KEYSTORE_NONEXISTANT - Static variable in class org.opends.messages.UtilityMessages
-
Keystore does not exist, it must exist to retrieve an alias, delete an alias or generate a certificate request
- ERR_CERTMGR_NO_METHOD - Static variable in class org.opends.messages.UtilityMessages
-
A method needed in the security classes could not be located because of the following reason: %s
- ERR_CERTMGR_SECURITY - Static variable in class org.opends.messages.UtilityMessages
-
The security classes could not be initialized because of the following reason: %s
- ERR_CERTMGR_TRUSTED_CERT - Static variable in class org.opends.messages.UtilityMessages
-
The trusted certificate associated with alias %s could not be added to keystore because of the following reason: %s
- ERR_CERTMGR_VALIDITY - Static variable in class org.opends.messages.UtilityMessages
-
Validity value %d is invalid, it must be a positive integer
- ERR_CERTMGR_VALUE_INVALID - Static variable in class org.opends.messages.UtilityMessages
-
The argument %s is invalid because it is either null, or has zero length
- ERR_CHANGE_NUMBER_INDEXER_UNEXPECTED_EXCEPTION - Static variable in class org.opends.messages.ReplicationMessages
-
An unexpected error forced the %s thread to shutdown: %s.
- ERR_CHANGELOG_BACKEND_ATTRIBUTE - Static variable in class org.opends.messages.ReplicationMessages
-
An error occurred when retrieving attribute value for attribute '%s' for entry DN '%s' in changelog backend : %s
- ERR_CHANGELOG_BACKEND_SEARCH - Static variable in class org.opends.messages.ReplicationMessages
-
An error occurred when searching base DN '%s' with filter '%s' in changelog backend : %s
- ERR_CHANGELOG_CANNOT_READ_NEWEST_RECORD - Static variable in class org.opends.messages.ReplicationMessages
-
Could not position and read newest record from log file '%s'
- ERR_CHANGELOG_CURSOR_ABORTED - Static variable in class org.opends.messages.ReplicationMessages
-
Cursor on log '%s' has been aborted after a purge or a clear
- ERR_CHANGELOG_CURSOR_OPENED_WHILE_CLOSING_LOG - Static variable in class org.opends.messages.ReplicationMessages
-
When closing log '%s', found %d cursor(s) still opened on the log
- ERR_CHANGELOG_ERROR_SENDING_ERROR - Static variable in class org.opends.messages.ReplicationMessages
-
An unexpected error occurred while sending an Error Message to %s.
- ERR_CHANGELOG_ERROR_SENDING_MSG - Static variable in class org.opends.messages.ReplicationMessages
-
An unexpected error occurred while sending a Message to %s.
- ERR_CHANGELOG_GENERATION_ID_WRONG_FORMAT - Static variable in class org.opends.messages.ReplicationMessages
-
Could not read generation id because it uses a wrong format, expecting a number but got '%s'
- ERR_CHANGELOG_INCOHERENT_DOMAIN_STATE - Static variable in class org.opends.messages.ReplicationMessages
-
There is a mismatch between domain state file and actual domain directories found in file system.
- ERR_CHANGELOG_INVALID_REPLICA_OFFLINE_STATE_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not read replica offline state file '%s' for domain %s, it should contain exactly one line corresponding to the offline CSN
- ERR_CHANGELOG_READ_STATE_CANT_READ_DOMAIN_DIRECTORY - Static variable in class org.opends.messages.ReplicationMessages
-
Error when retrieving changelog state from root path '%s' : IO error on domain directory '%s' when retrieving list of server ids
- ERR_CHANGELOG_RESET_CHANGE_NUMBER_CHANGE_NOT_PRESENT - Static variable in class org.opends.messages.ReplicationMessages
-
The change number index could not be reset to start with %d in base DN '%s' because starting CSN '%s' does not exist in the change log
- ERR_CHANGELOG_RESET_CHANGE_NUMBER_CSN_TOO_OLD - Static variable in class org.opends.messages.ReplicationMessages
-
The change number could not be reset to %d because the associated change with CSN '%s' has already been purged from the change log.
- ERR_CHANGELOG_SERVER_ID_FILENAME_WRONG_FORMAT - Static variable in class org.opends.messages.ReplicationMessages
-
Could not read server id filename because it uses a wrong format, expecting '[id].server' where [id] is numeric but got '%s'
- ERR_CHANGELOG_SHUTDOWN_DATABASE_ERROR - Static variable in class org.opends.messages.ReplicationMessages
-
Error trying to use the underlying database.
- ERR_CHANGELOG_UNABLE_TO_ADD_RECORD - Static variable in class org.opends.messages.ReplicationMessages
-
Could not add record '%s' in log file '%s'
- ERR_CHANGELOG_UNABLE_TO_CREATE_CN_INDEX_DB - Static variable in class org.opends.messages.ReplicationMessages
-
Could not get or create change number index DB in root path '%s', using path '%s'
- ERR_CHANGELOG_UNABLE_TO_CREATE_GENERATION_ID_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not create generation id file '%s'
- ERR_CHANGELOG_UNABLE_TO_CREATE_LAST_LOG_ROTATION_TIME_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not create file '%s' to store last log rotation time %d
- ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_DIRECTORY - Static variable in class org.opends.messages.ReplicationMessages
-
Could not create root directory '%s' for log file
- ERR_CHANGELOG_UNABLE_TO_CREATE_LOG_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not create log file '%s'
- ERR_CHANGELOG_UNABLE_TO_CREATE_REPLICA_DB - Static variable in class org.opends.messages.ReplicationMessages
-
Could not get or create replica DB for baseDN '%s', serverId '%d', generationId '%d': %s
- ERR_CHANGELOG_UNABLE_TO_CREATE_SERVER_ID_DIRECTORY - Static variable in class org.opends.messages.ReplicationMessages
-
Could not create directory '%s' for server id %d
- ERR_CHANGELOG_UNABLE_TO_DECODE_DN_FROM_DOMAIN_STATE_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not decode DN from domain state file '%s', from line '%s'
- ERR_CHANGELOG_UNABLE_TO_DECODE_KEY_FROM_STRING - Static variable in class org.opends.messages.ReplicationMessages
-
Could not decode the key from string [%s]
- ERR_CHANGELOG_UNABLE_TO_DECODE_RECORD - Static variable in class org.opends.messages.ReplicationMessages
-
Could not decode a record from data read in log file '%s'
- ERR_CHANGELOG_UNABLE_TO_DELETE_GENERATION_ID_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not retrieve generation id file '%s' for DN '%s' to delete it
- ERR_CHANGELOG_UNABLE_TO_DELETE_LAST_LOG_ROTATION_TIME_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not delete file '%s' that stored the previous last log rotation time
- ERR_CHANGELOG_UNABLE_TO_DELETE_LOG_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not delete log file '%s'
- ERR_CHANGELOG_UNABLE_TO_DELETE_LOG_FILE_WHILE_PURGING - Static variable in class org.opends.messages.ReplicationMessages
-
While purging log, could not delete log file(s): '%s'
- ERR_CHANGELOG_UNABLE_TO_DELETE_REPLICA_OFFLINE_STATE_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not delete replica offline state file '%s' for domain %s and server id %d
- ERR_CHANGELOG_UNABLE_TO_GET_CURSOR_READER_POSITION_LOG_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not get reader position for cursor in log file '%s'
- ERR_CHANGELOG_UNABLE_TO_INITIALIZE_LOG - Static variable in class org.opends.messages.ReplicationMessages
-
Could not initialize the log '%s'
- ERR_CHANGELOG_UNABLE_TO_OPEN_LOG_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not open log file '%s' for write
- ERR_CHANGELOG_UNABLE_TO_OPEN_READER_ON_LOG_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not open a reader on log file '%s'
- ERR_CHANGELOG_UNABLE_TO_READ_DOMAIN_STATE_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not read domain state file '%s'
- ERR_CHANGELOG_UNABLE_TO_READ_REPLICA_OFFLINE_STATE_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not read content of replica offline state file '%s' for domain %s
- ERR_CHANGELOG_UNABLE_TO_RECOVER_LOG_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
An error occurred while recovering the replication change log file '%s'.
- ERR_CHANGELOG_UNABLE_TO_RENAME_HEAD_LOG_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not rename head log file from '%s' to '%s'
- ERR_CHANGELOG_UNABLE_TO_RETRIEVE_FILE_LENGTH - Static variable in class org.opends.messages.ReplicationMessages
-
Could not retrieve file length of log file '%s'
- ERR_CHANGELOG_UNABLE_TO_RETRIEVE_KEY_BOUNDS_FROM_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not retrieve key bounds from log file '%s'
- ERR_CHANGELOG_UNABLE_TO_RETRIEVE_READ_ONLY_LOG_FILES_LIST - Static variable in class org.opends.messages.ReplicationMessages
-
Could not retrieve read-only log files from log '%s'
- ERR_CHANGELOG_UNABLE_TO_SEEK - Static variable in class org.opends.messages.ReplicationMessages
-
Could not seek to position %d for reader on log file '%s'
- ERR_CHANGELOG_UNABLE_TO_SYNC - Static variable in class org.opends.messages.ReplicationMessages
-
Could not synchronize written records to file system for log file '%s'
- ERR_CHANGELOG_UNABLE_TO_UPDATE_DOMAIN_STATE_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not create a new domain id %s for domain DN %s and save it in domain state file '%s"
- ERR_CHANGELOG_UNABLE_TO_WRITE_REPLICA_OFFLINE_STATE_FILE - Static variable in class org.opends.messages.ReplicationMessages
-
Could not write offline replica information for domain %s and server id %d, using path '%s' (offline CSN is %s)
- ERR_CHANGELOG_UNREFERENCED_LOG_WHILE_RELEASING - Static variable in class org.opends.messages.ReplicationMessages
-
The following log '%s' must be released but it is not referenced."
- ERR_CHANGELOGBASEDN_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_CHANGENUMBER_DATABASE - Static variable in class org.opends.messages.ReplicationMessages
-
An error occurred when accessing the change number database : %s
- ERR_CHARSET_CONSTRUCTOR_INVALID_NAME_CHAR - Static variable in class org.opends.messages.UtilityMessages
-
The named character set is invalid because the provide name "%s" has an invalid character at position %d.
- ERR_CHARSET_CONSTRUCTOR_NO_NAME - Static variable in class org.opends.messages.UtilityMessages
-
The named character set is invalid because it does not contain a name
- ERR_CHARSET_NO_CHARS - Static variable in class org.opends.messages.UtilityMessages
-
Cannot decode value "%s" as a named character set because there are no characters to include in the set
- ERR_CHARSET_NO_COLON - Static variable in class org.opends.messages.UtilityMessages
-
Cannot decode value "%s" as a named character set because it does not contain a colon to separate the name from the set of characters
- ERR_CHARSET_NO_NAME - Static variable in class org.opends.messages.UtilityMessages
-
Cannot decode value "%s" as a named character set because it does not contain a name to use for the character set
- ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character set definition '%s' is invalid because it contains character '%s' which has already been used
- ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password contained character '%s' which is not allowed for use in passwords
- ERR_CHARSET_VALIDATOR_INVALID_RANGE_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character range definition '%s' is invalid because the value before the colon must be an integer greater or equal to zero
- ERR_CHARSET_VALIDATOR_INVALID_SET_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character set definition '%s' is invalid because the value before the colon must be an integer greater or equal to zero
- ERR_CHARSET_VALIDATOR_MALFORMED_RANGE - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character range definition '%s' is invalid because the range '%s' is missing the minus
- ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_BIG - Static variable in class org.opends.messages.ExtensionMessages
-
The provided minimum required number of character sets '%d' is invalid because it is greater than the total number of defined character sets
- ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_SMALL - Static variable in class org.opends.messages.ExtensionMessages
-
The provided minimum required number of character sets '%d' is invalid because it must at least include all mandatory character sets
- ERR_CHARSET_VALIDATOR_NO_RANGE_CHARS - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character range definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character range
- ERR_CHARSET_VALIDATOR_NO_RANGE_COLON - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character range definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character range
- ERR_CHARSET_VALIDATOR_NO_SET_CHARS - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character set definition '%s' is invalid because the provided character set is empty
- ERR_CHARSET_VALIDATOR_NO_SET_COLON - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character set definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character set
- ERR_CHARSET_VALIDATOR_SHORT_RANGE - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character range definition '%s' is invalid because the range '%s' is too short
- ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_RANGE - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password did not contain enough characters from the character range '%s'.
- ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password did not contain enough characters from the character set '%s'.
- ERR_CHARSET_VALIDATOR_TOO_FEW_OPTIONAL_CHAR_SETS - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password did not contain characters from at least %d of the following character sets or ranges: %s
- ERR_CHARSET_VALIDATOR_UNSORTED_RANGE - Static variable in class org.opends.messages.ExtensionMessages
-
The provided character range definition '%s' is invalid because the range '%s' is reversed
- ERR_CHECK_CREATE_REPL_BACKEND_FAILED - Static variable in class org.opends.messages.ReplicationMessages
-
An unexpected error occurred when testing existence or creating the replication backend : %s
- ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Unable to to find the getInstance() method in the managed object definition class "%s": %s
- ERR_CLASS_LOADER_CANNOT_FIND_GET_INSTANCE_METHOD - Static variable in class org.opends.messages.AdminMessages
-
Unable to to find the getInstance() method in the managed object definition class "%s": %s
- ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Unable initialize the "%s" managed object definition in class "%s": %s
- ERR_CLASS_LOADER_CANNOT_INITIALIZE_DEFN - Static variable in class org.opends.messages.AdminMessages
-
Unable initialize the "%s" managed object definition in class "%s": %s
- ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Unable to to invoke the getInstance() method in the managed object definition class "%s": %s
- ERR_CLASS_LOADER_CANNOT_INVOKE_GET_INSTANCE_METHOD - Static variable in class org.opends.messages.AdminMessages
-
Unable to to invoke the getInstance() method in the managed object definition class "%s": %s
- ERR_CLASS_LOADER_CANNOT_LOAD_CLASS - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
An error occurred while attempting to load class "%s": %s
- ERR_CLASS_LOADER_CANNOT_LOAD_CLASS - Static variable in class org.opends.messages.AdminMessages
-
An error occurred while attempting to load class "%s": %s
- ERR_CLASS_LOADER_CANNOT_LOAD_CORE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The core administration classes could not be loaded from manifest file %s because an unexpected error occurred: %s
- ERR_CLASS_LOADER_CANNOT_LOAD_CORE - Static variable in class org.opends.messages.AdminMessages
-
The core administration classes could not be loaded from manifest file %s because an unexpected error occurred: %s
- ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The extension "%s" with manifest file %s cannot be loaded because an unexpected error occurred while trying to initialize it: %s
- ERR_CLASS_LOADER_CANNOT_LOAD_EXTENSION - Static variable in class org.opends.messages.AdminMessages
-
The extension "%s" with manifest file %s cannot be loaded because an unexpected error occurred while trying to initialize it: %s
- ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
An unexpected error occurred while reading the manifest file: %s
- ERR_CLASS_LOADER_CANNOT_READ_MANIFEST_FILE - Static variable in class org.opends.messages.AdminMessages
-
An unexpected error occurred while reading the manifest file: %s
- ERR_CLEARTEXT_BACKEND_FOR_INDEX_CONFIDENTIALITY - Static variable in class org.opends.messages.BackendMessages
-
Attribute %s is set as confidential on a backend whose entries are still cleartext.
- ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED - Static variable in class org.opends.messages.AdminToolMessages
-
You must select something to be uninstalled.
- ERR_CLI_UNINSTALL_NOTHING_TO_BE_UNINSTALLED_NON_INTERACTIVE - Static variable in class org.opends.messages.AdminToolMessages
-
You must select the elements to uninstall.
- ERR_CLIENT_PROVIDED_RESOURCE_ID_MISSING - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Resources cannot be created without a client provided resource ID
- ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The "%s" property in the %s called "%s" references this %s
- ERR_CLIENT_REFINT_CANNOT_DELETE_WITH_NAME - Static variable in class org.opends.messages.AdminMessages
-
The "%s" property in the %s called "%s" references this %s
- ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The "%s" property in the %s references this %s
- ERR_CLIENT_REFINT_CANNOT_DELETE_WITHOUT_NAME - Static variable in class org.opends.messages.AdminMessages
-
The "%s" property in the %s references this %s
- ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
This %s cannot be disabled because it is referenced by the "%s" property in the %s called "%s"
- ERR_CLIENT_REFINT_CANNOT_DISABLE_WITH_NAME - Static variable in class org.opends.messages.AdminMessages
-
This %s cannot be disabled because it is referenced by the "%s" property in the %s called "%s"
- ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
This %s cannot be disabled because it is referenced by the "%s" property in the %s
- ERR_CLIENT_REFINT_CANNOT_DISABLE_WITHOUT_NAME - Static variable in class org.opends.messages.AdminMessages
-
This %s cannot be disabled because it is referenced by the "%s" property in the %s
- ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s "%s" referenced in property "%s" does not exist
- ERR_CLIENT_REFINT_TARGET_DANGLING_REFERENCE - Static variable in class org.opends.messages.AdminMessages
-
The %s "%s" referenced in property "%s" does not exist
- ERR_CLIENT_REFINT_TARGET_DISABLED - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s "%s" referenced in property "%s" is disabled
- ERR_CLIENT_REFINT_TARGET_DISABLED - Static variable in class org.opends.messages.AdminMessages
-
The %s "%s" referenced in property "%s" is disabled
- ERR_CLIENT_REFINT_TARGET_INVALID - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s "%s" referenced in property "%s" exists but has an invalid configuration: %s
- ERR_CLIENT_REFINT_TARGET_INVALID - Static variable in class org.opends.messages.AdminMessages
-
The %s "%s" referenced in property "%s" exists but has an invalid configuration: %s
- ERR_CLIENT_SIDE_TIMEOUT - Static variable in class org.opends.messages.ToolMessages
-
A client side timeout occurred.
- ERR_COLLECTION_ACTIONS_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Collections only support create or query requests
- ERR_COLLECTIVEATTRIBUTESUBENTRIES_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_COMMON_AUDIT_ADD_OR_UPDATE_LOG_PUBLISHER - Static variable in class org.opends.messages.LoggerMessages
-
Error while creating or updating common audit log publisher %s: %s
- ERR_COMMON_AUDIT_CREATE - Static variable in class org.opends.messages.LoggerMessages
-
Error occurred while creating common audit facility: %s
- ERR_COMMON_AUDIT_CSV_HANDLER_DELIMITER_CHAR - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, delimiter char '%s' should not contains more than one character
- ERR_COMMON_AUDIT_CSV_HANDLER_QUOTE_CHAR - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, quote char '%s' should not contains more than one character
- ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_FILE - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, the keystore file %s could not be read: %s
- ERR_COMMON_AUDIT_ERROR_READING_KEYSTORE_PIN_FILE - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, the keystore pin file %s could not be read: %s
- ERR_COMMON_AUDIT_EXTERNAL_HANDLER_CREATION - Static variable in class org.opends.messages.LoggerMessages
-
Error while creating common audit external log publisher %s: %s
- ERR_COMMON_AUDIT_EXTERNAL_HANDLER_JSON_FILE - Static variable in class org.opends.messages.LoggerMessages
-
Error while reading JSON configuration file %s while creating common audit external log publisher %s: %s
- ERR_COMMON_AUDIT_FILE_BASED_HANDLER_CREATION - Static variable in class org.opends.messages.LoggerMessages
-
Error while creating common audit log publisher %s: %s
- ERR_COMMON_AUDIT_INVALID_TIME_OF_DAY - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, time of the day value '%s' for fixed time log rotation policy is not valid, it should use a 24-hour format "HHmm" : %s
- ERR_COMMON_AUDIT_INVALID_TRANSACTION_ID - Static variable in class org.opends.messages.LoggerMessages
-
Error while decoding a transaction id control received from a request: %s
- ERR_COMMON_AUDIT_KEYSTORE_FILE_IS_EMPTY - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, the keystore file %s is empty
- ERR_COMMON_AUDIT_KEYSTORE_FILE_MISSING - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, the keystore file %s is missing
- ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_CONTAINS_EMPTY_PIN - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, the keystore pin file %s contains an empty pin
- ERR_COMMON_AUDIT_KEYSTORE_PIN_FILE_MISSING - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, the keystore pin file %s is missing
- ERR_COMMON_AUDIT_REMOVE_LOG_PUBLISHER - Static variable in class org.opends.messages.LoggerMessages
-
Error while removing common audit log publisher %s: %s
- ERR_COMMON_AUDIT_UNABLE_TO_PROCESS_LOG_EVENT - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing a log event for common audit: %s
- ERR_COMMON_AUDIT_UNSUPPORTED_HANDLER_TYPE - Static variable in class org.opends.messages.LoggerMessages
-
Error while adding common audit log publisher %s, the publisher has an unsupported handler type
- ERR_COMMON_AUDIT_UNSUPPORTED_LOG_PUBLISHER - Static variable in class org.opends.messages.LoggerMessages
-
Error while processing common audit log publisher %s, this type of log publisher is unsupported
- ERR_COMMON_AUDIT_UNSUPPORTED_LOG_RETENTION_POLICY - Static variable in class org.opends.messages.LoggerMessages
-
Error while adding common audit log publisher %s, the publisher defines an unsupported log retention policy %s
- ERR_COMMON_AUDIT_UNSUPPORTED_LOG_ROTATION_POLICY - Static variable in class org.opends.messages.LoggerMessages
-
Error while adding common audit log publisher %s, the publisher defines an unsupported log rotation policy %s
- ERR_COMMUNICATION_EXCEPTION_DEFAULT - Static variable in class org.opends.messages.AdminMessages
-
A communication problem occurred while contacting the server
- ERR_COMMUNICATION_EXCEPTION_DEFAULT_CAUSE - Static variable in class org.opends.messages.AdminMessages
-
A communication problem occurred while contacting the server: %s
- ERR_COMPARE_ASSERTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
Cannot perform the compare operation on entry %s because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
- ERR_COMPARE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.CoreMessages
-
The entry %s cannot be compared due to insufficient access rights
- ERR_COMPARE_CANNOT_PROCESS_ASSERTION_FILTER - Static variable in class org.opends.messages.CoreMessages
-
Cannot perform the compare operation on entry %s because the request contained an LDAP assertion control, but an error occurred while attempting to compare the target entry against the filter contained in that control: %s
- ERR_COMPARE_CONFIG_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.CoreMessages
-
You do not have sufficient privileges to access the server configuration
- ERR_COMPARE_NO_SUCH_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
The specified entry %s does not exist in the Directory Server
- ERR_COMPARE_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.CoreMessages
-
Cannot perform the compare operation on entry %s because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
- ERR_COMPRESSEDSCHEMA_CANNOT_WRITE_UPDATED_DATA - Static variable in class org.opends.messages.CoreMessages
-
Unable to write the updated compressed schema token data: %s
- ERR_COMPRESSEDSCHEMA_UNKNOWN_OC_TOKEN - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided object class set because it used an undefined token %s
- ERR_COMPRESSEDSCHEMA_UNRECOGNIZED_AD_TOKEN - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided attribute because it used an undefined attribute description token %s
- ERR_COMPSCHEMA_CANNOT_DECODE_AD_TOKEN - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode an attribute description token from the compressed schema definitions: %s
- ERR_COMPSCHEMA_CANNOT_DECODE_OC_TOKEN - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode an object class set token from the compressed schema definitions: %s
- ERR_COMPSCHEMA_CANNOT_STORE_EX - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to store compressed schema information in the database: %s
- ERR_COMPUTING_FAKE_OPS - Static variable in class org.opends.messages.ReplicationMessages
-
Caught exception computing fake operations for domain %s for replication server %s : %s
- ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The operation could not be performed because a conflicting change has already occurred.
- ERR_CONCURRENT_MODIFICATION_EXCEPTION_DEFAULT - Static variable in class org.opends.messages.AdminMessages
-
The operation could not be performed because a conflicting change has already occurred.
- ERR_CONFIG_ACCTNOTHANDLER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the account status notification handler defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_ACCTNOTHANDLER_EXISTS - Static variable in class org.opends.messages.ConfigMessages
-
Unable to add a new account status notification handler entry with DN %s because there is already a notification handler registered with that DN
- ERR_CONFIG_ACCTNOTHANDLER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as an account status notification handler as defined in configuration entry %s: %s
- ERR_CONFIG_ALERTHANDLER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the alert handler defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_ALERTHANDLER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as an alert handler as defined in configuration entry %s: %s
- ERR_CONFIG_ATTR_ADD_VALUES_ALREADY_EXISTS - Static variable in class org.opends.messages.ConfigMessages
-
Configuration attribute %s already contains a value %s
- ERR_CONFIG_ATTR_ADD_VALUES_IS_SINGLE_VALUED - Static variable in class org.opends.messages.ConfigMessages
-
Configuration attribute %s is single-valued, but adding the provided value(s) would have given it multiple values
- ERR_CONFIG_ATTR_COULD_NOT_PARSE_INT_COMPONENT - Static variable in class org.opends.messages.ConfigMessages
-
Could not decode the integer portion of value %s for configuration attribute %s: %s
- ERR_CONFIG_ATTR_DN_CANNOT_PARSE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to parse value "%s" of attribute %s as a DN: %s
- ERR_CONFIG_ATTR_DN_INVALID_ARRAY_TYPE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value for configuration attribute %s as a set of DN values because the array contained elements of an invalid type (%s)
- ERR_CONFIG_ATTR_DN_INVALID_TYPE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value %s for configuration attribute %s as a DN because the element was of an invalid type (%s)
- ERR_CONFIG_ATTR_DN_NULL - Static variable in class org.opends.messages.ConfigMessages
-
A null value was provided for DN configuration attribute %s
- ERR_CONFIG_ATTR_EMPTY_STRING_VALUE - Static variable in class org.opends.messages.ConfigMessages
-
An empty value string was provided for configuration attribute %s
- ERR_CONFIG_ATTR_INT_ABOVE_UPPER_BOUND - Static variable in class org.opends.messages.ConfigMessages
-
Unable to set the value for configuration attribute %s because the provided value %d is greater than the largest allowed value of %d
- ERR_CONFIG_ATTR_INT_BELOW_LOWER_BOUND - Static variable in class org.opends.messages.ConfigMessages
-
Unable to set the value for configuration attribute %s because the provided value %d is less than the lowest allowed value of %d
- ERR_CONFIG_ATTR_INT_COULD_NOT_PARSE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value %s for configuration attribute %s as an integer value: %s
- ERR_CONFIG_ATTR_INT_INVALID_ARRAY_TYPE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value for configuration attribute %s as a set of integer values because the array contained elements of an invalid type (%s)
- ERR_CONFIG_ATTR_INT_INVALID_TYPE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value %s for configuration attribute %s as an integer value because the element was of an invalid type (%s)
- ERR_CONFIG_ATTR_INT_WITH_UNIT_INVALID_TYPE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value %s for configuration attribute %s as an integer with unit value because the element was of an invalid type (%s)
- ERR_CONFIG_ATTR_INVALID_BOOLEAN_VALUE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to set the value for Boolean configuration attribute %s because the provided value %s was not either 'true' or 'false'
- ERR_CONFIG_ATTR_INVALID_DN_VALUE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value %s for configuration attribute %s as a DN: %s
- ERR_CONFIG_ATTR_INVALID_INT_VALUE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to set the value for integer configuration attribute %s because the provided value %s cannot be interpreted as an integer value: %s
- ERR_CONFIG_ATTR_INVALID_STRING_VALUE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value %s for configuration attribute %s as a string value: %s
- ERR_CONFIG_ATTR_INVALID_UNIT - Static variable in class org.opends.messages.ConfigMessages
-
'%s' is not a valid unit for configuration attribute %s
- ERR_CONFIG_ATTR_INVALID_VALUE_WITH_UNIT - Static variable in class org.opends.messages.ConfigMessages
-
The provided value %s for integer with unit attribute %s is not allowed: %s
- ERR_CONFIG_ATTR_IS_REQUIRED - Static variable in class org.opends.messages.ConfigMessages
-
Configuration attribute %s is required to have at least one value but the resulted operation would have removed all values
- ERR_CONFIG_ATTR_MULTIPLE_ACTIVE_VALUE_SETS - Static variable in class org.opends.messages.ConfigMessages
-
Configuration attribute %s appears to contain multiple active value sets
- ERR_CONFIG_ATTR_MULTIPLE_INT_VALUES - Static variable in class org.opends.messages.ConfigMessages
-
Unable to retrieve the value for configuration attribute %s as an integer because that attribute has multiple values
- ERR_CONFIG_ATTR_MULTIPLE_PENDING_VALUE_SETS - Static variable in class org.opends.messages.ConfigMessages
-
Configuration attribute %s appears to contain multiple pending value sets
- ERR_CONFIG_ATTR_MULTIPLE_STRING_VALUES - Static variable in class org.opends.messages.ConfigMessages
-
Unable to retrieve the value for configuration attribute %s as a string because that attribute has multiple values
- ERR_CONFIG_ATTR_NO_ACTIVE_VALUE_SET - Static variable in class org.opends.messages.ConfigMessages
-
Configuration attribute %s does not contain an active value set
- ERR_CONFIG_ATTR_NO_INT_VALUE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to retrieve the value for configuration attribute %s as an integer because that attribute does not have any values
- ERR_CONFIG_ATTR_NO_STRING_VALUE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to retrieve the value for configuration attribute %s as a string because that attribute does not have any values
- ERR_CONFIG_ATTR_NO_SUCH_VALUE - Static variable in class org.opends.messages.ConfigMessages
-
Cannot remove value %s from configuration attribute %s because the specified value does not exist
- ERR_CONFIG_ATTR_NO_UNIT_DELIMITER - Static variable in class org.opends.messages.ConfigMessages
-
Cannot decode %s as an integer value and a unit for configuration attribute %s because no value/unit delimiter could be found
- ERR_CONFIG_ATTR_OPTIONS_NOT_ALLOWED - Static variable in class org.opends.messages.ConfigMessages
-
Invalid configuration attribute %s detected: the only attribute option allowed in the Directory Server configuration is "pending" to indicate the set of pending values
- ERR_CONFIG_ATTR_READ_ONLY - Static variable in class org.opends.messages.ConfigMessages
-
Configuration attribute %s is read-only and its values may not be altered
- ERR_CONFIG_ATTR_REJECTED_VALUE - Static variable in class org.opends.messages.ConfigMessages
-
Provided value %s for configuration attribute %s was rejected.
- ERR_CONFIG_ATTR_SET_VALUES_IS_SINGLE_VALUED - Static variable in class org.opends.messages.ConfigMessages
-
Configuration attribute %s is single-valued, but multiple values were provided
- ERR_CONFIG_ATTR_STRING_INVALID_ARRAY_TYPE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value for configuration attribute %s as a set of string values because the array contained elements of an invalid type (%s)
- ERR_CONFIG_ATTR_STRING_INVALID_TYPE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value %s for configuration attribute %s as a string value because the element was of an invalid type (%s)
- ERR_CONFIG_ATTR_VALUE_NOT_ALLOWED - Static variable in class org.opends.messages.ConfigMessages
-
The value %s is not included in the list of acceptable values for configuration attribute %s
- ERR_CONFIG_ATTR_VALUE_OUT_OF_INT_RANGE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to retrieve the value for configuration attribute %s as a Java int because the value is outside the allowable range for an int
- ERR_CONFIG_AUTHZ_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the trust manager provider defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_AUTHZ_REFERENCED_DN_DOESNT_EXISTS - Static variable in class org.opends.messages.ConfigMessages
-
The authorization mechanism defined in %s is referencing a non existing DN: %s
- ERR_CONFIG_AUTHZ_UNABLE_TO_INSTANTIATE_HANDLER - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to instantiate class %s referenced in the access control configuration entry %s: %s
- ERR_CONFIG_BACKEND_BASE_DOES_NOT_EXIST - Static variable in class org.opends.messages.ConfigMessages
-
The entry cn=Backends,cn=config does not appear to exist in the Directory Server configuration.
- ERR_CONFIG_BACKEND_BASE_IS_EMPTY - Static variable in class org.opends.messages.ConfigMessages
-
Unable to configure the backend '%s' because one of its base DNs is the empty DN
- ERR_CONFIG_BACKEND_CANNOT_ACQUIRE_SHARED_LOCK - Static variable in class org.opends.messages.ConfigMessages
-
The Directory Server was unable to acquire a shared lock for backend %s: %s.
- ERR_CONFIG_BACKEND_CANNOT_DELETE_ENTRY - Static variable in class org.opends.messages.ConfigMessages
-
Backend config error when trying to delete an entry: %s
- ERR_CONFIG_BACKEND_CANNOT_GET_CONFIG_BASE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to retrieve configuration entry cn=Backends,cn=config in order to initialize the Directory Server backends: %s
- ERR_CONFIG_BACKEND_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize a backend loaded from class %s with the information in configuration entry %s: %s.
- ERR_CONFIG_BACKEND_CANNOT_INSTANTIATE - Static variable in class org.opends.messages.ConfigMessages
-
The Directory Server was unable to load class %s and use it to create a backend instance as defined in configuration entry %s.
- ERR_CONFIG_BACKEND_CLASS_NOT_BACKEND - Static variable in class org.opends.messages.ConfigMessages
-
The class %s specified in configuration entry %s does not contain a valid Directory Server backend implementation
- ERR_CONFIG_BACKEND_ERROR_INTERACTING_WITH_BACKEND_ENTRY - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while interacting with backend configuration entry %s: %s
- ERR_CONFIG_BACKEND_INSANE_MODE - Static variable in class org.opends.messages.ConfigMessages
-
Invalid UNIX file permissions %s does not allow read and write access to the backend database directory by the backend
- ERR_CONFIG_BACKEND_MODE_INVALID - Static variable in class org.opends.messages.ConfigMessages
-
Configuration entry %s does not contain a valid value for configuration attribute ds-cfg-db-directory-permissions (It should be an UNIX permission mode in three-digit octal notation.)
- ERR_CONFIG_BACKEND_UNABLE_TO_DETERMINE_ENABLED_STATE - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while attempting to determine whether the backend associated with configuration entry %s should be enabled or disabled: %s.
- ERR_CONFIG_CANNOT_CALCULATE_DIGEST - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to calculate a SHA-1 digest of file %s: %s
- ERR_CONFIG_CANNOT_CONFIGURE_JUL_LOGGER - Static variable in class org.opends.messages.ConfigMessages
-
Cannot configure java.util.logging root logger level: %s. java.util.logging support is now disabled.
- ERR_CONFIG_CANNOT_DETERMINE_SERVER_ROOT - Static variable in class org.opends.messages.ConfigMessages
-
Unable to determine the Directory Server instance root from either an environment variable or based on the location of the configuration file.
- ERR_CONFIG_CANNOT_REGISTER_AS_PRIVATE_SUFFIX - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while trying to register the configuration handler base DN "%s" as a private suffix with the Directory Server: %s
- ERR_CONFIG_CERTMAPPER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the certificate mapper defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_CERTMAPPER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as a certificate mapper as defined in configuration entry %s: %s
- ERR_CONFIG_CHANGE_NO_RESULT - Static variable in class org.opends.messages.ConfigMessages
-
%s.
- ERR_CONFIG_CHANGE_RESULT_ERROR - Static variable in class org.opends.messages.ConfigMessages
-
%s.
- ERR_CONFIG_CONNHANDLER_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize a connection handler loaded from class %s with the information in configuration entry %s: %s.
- ERR_CONFIG_CORE_INVALID_SMTP_SERVER - Static variable in class org.opends.messages.ConfigMessages
-
The provided SMTP server value '%s' is invalid.
- ERR_CONFIG_CORE_SCHEMA_PROVIDER_DISABLED - Static variable in class org.opends.messages.ConfigMessages
-
The core schema provider defined by '%s' has been disabled.
- ERR_CONFIG_ENTRY_CANNOT_REMOVE_CHILD - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while attempting to remove entry %s as a child of configuration entry %s: %s
- ERR_CONFIG_ENTRY_CANNOT_REMOVE_NONLEAF - Static variable in class org.opends.messages.ConfigMessages
-
Unable to remove entry %s as a child of configuration entry %s because that entry had children of its own and non-leaf entries may not be removed
- ERR_CONFIG_ENTRY_CONFLICTING_CHILD - Static variable in class org.opends.messages.ConfigMessages
-
Unable to add configuration entry %s as a child of configuration entry %s because a child entry was already found with that DN
- ERR_CONFIG_ENTRY_NO_SUCH_CHILD - Static variable in class org.opends.messages.ConfigMessages
-
Unable to remove entry %s as a child of configuration entry %s because that entry did not have a child with the specified DN
- ERR_CONFIG_ENTRYCACHE_CANNOT_INITIALIZE_CACHE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to initialize an instance of class %s for use as the Directory Server entry cache: %s.
- ERR_CONFIG_ENTRYCACHE_CANNOT_INSTALL_DEFAULT_CACHE - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred that prevented the server from installing its default entry cache framework: %s
- ERR_CONFIG_ENTRYCACHE_CONFIG_LEVEL_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the entry cache defined in configuration entry %s was not acceptable: the entry cache level %d is already in use
- ERR_CONFIG_ENTRYCACHE_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the entry cache defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_ERROR_APPLYING_STARTUP_CHANGE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to apply a change at server startup: %s
- ERR_CONFIG_EXTOP_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as an extended operation handler as defined in configuration entry %s: %s
- ERR_CONFIG_EXTOP_INVALID_CLASS - Static variable in class org.opends.messages.ConfigMessages
-
Class %s specified in configuration entry %s does not contain a valid extended operation handler implementation: %s
- ERR_CONFIG_FILE_ADD_ALREADY_EXISTS - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be added to the Directory Server configuration because another configuration entry already exists with that DN
- ERR_CONFIG_FILE_ADD_APPLY_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
The attempt to apply the configuration add failed.
- ERR_CONFIG_FILE_ADD_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while attempting to add configuration entry %s as a child of entry %s: %s
- ERR_CONFIG_FILE_ADD_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ConfigMessages
-
You do not have sufficient privileges to perform add operations in the Directory Server configuration
- ERR_CONFIG_FILE_ADD_NO_PARENT - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be added to the Directory Server configuration because its parent entry %s does not exist
- ERR_CONFIG_FILE_ADD_NO_PARENT_DN - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be added to the Directory Server configuration because that DN does not have a parent
- ERR_CONFIG_FILE_ADD_REJECTED_BY_LISTENER - Static variable in class org.opends.messages.ConfigMessages
-
The Directory Server is unwilling to add configuration entry %s because one of the add listeners registered with the parent entry %s rejected this change with the message: %s
- ERR_CONFIG_FILE_ADD_REJECTED_DUE_TO_EVALUATION_FAILURE - Static variable in class org.opends.messages.ConfigMessages
-
Entry '%s' cannot be added because attribute '%s' contained an expression '%s' that could not be evaluated: %s
- ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to create the configuration archive directory %s: %s
- ERR_CONFIG_FILE_CANNOT_CREATE_ARCHIVE_DIR_NO_REASON - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to create the configuration archive directory %s
- ERR_CONFIG_FILE_CANNOT_OPEN_FOR_READ - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to open the configuration file %s for reading: %s
- ERR_CONFIG_FILE_CANNOT_VERIFY_EXISTENCE - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while attempting to determine whether configuration file %s exists: %s
- ERR_CONFIG_FILE_CANNOT_WRITE_CONFIG_ARCHIVE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to write the current configuration to the configuration archive: %s
- ERR_CONFIG_FILE_CLOSE_ERROR - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while trying to close the LDIF writer: %s
- ERR_CONFIG_FILE_DELETE_APPLY_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
The attempt to apply the configuration delete failed.
- ERR_CONFIG_FILE_DELETE_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while attempting to remove configuration entry %s as a child of entry %s: %s
- ERR_CONFIG_FILE_DELETE_HAS_CHILDREN - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be removed from the Directory Server configuration because the specified entry has one or more subordinate entries
- ERR_CONFIG_FILE_DELETE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ConfigMessages
-
You do not have sufficient privileges to perform delete operations in the Directory Server configuration
- ERR_CONFIG_FILE_DELETE_NO_PARENT - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be removed from the Directory Server configuration because the entry does not have a parent and removing the configuration root entry is not allowed
- ERR_CONFIG_FILE_DELETE_NO_PARENT_DN - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be removed from the Directory Server configuration because that DN does not have a parent
- ERR_CONFIG_FILE_DELETE_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be removed from the Directory Server configuration because the specified entry does not exist
- ERR_CONFIG_FILE_DELETE_REJECTED_BY_LISTENER - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be removed from the Directory Server configuration because one of the delete listeners registered with the parent entry %s rejected this change with the message: %s
- ERR_CONFIG_FILE_DELETE_REJECTED_DUE_TO_EVALUATION_FAILURE - Static variable in class org.opends.messages.ConfigMessages
-
Entry '%s' cannot be deleted because attribute '%s' contained an expression '%s' that could not be evaluated: %s
- ERR_CONFIG_FILE_DOES_NOT_EXIST - Static variable in class org.opends.messages.ConfigMessages
-
The specified configuration file %s does not exist or is not readable
- ERR_CONFIG_FILE_DUPLICATE_ENTRY - Static variable in class org.opends.messages.ConfigMessages
-
Configuration entry %s starting at or near line %s in the LDIF configuration file %s has the same DN as another entry already read from that file
- ERR_CONFIG_FILE_EMPTY - Static variable in class org.opends.messages.ConfigMessages
-
The specified configuration file %s does not appear to contain any configuration entries
- ERR_CONFIG_FILE_GENERIC_ERROR - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while attempting to process the Directory Server configuration file %s: %s
- ERR_CONFIG_FILE_INVALID_BASE_DN - Static variable in class org.opends.messages.ConfigMessages
-
The first entry read from LDIF configuration file %s had a DN of "%s" rather than the expected "%s" which should be used as the Directory Server configuration root
- ERR_CONFIG_FILE_INVALID_LDIF_ENTRY - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred at or near line %d while trying to parse the configuration from LDIF file %s: %s
- ERR_CONFIG_FILE_MODDN_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ConfigMessages
-
You do not have sufficient privileges to perform modify DN operations in the Directory Server configuration
- ERR_CONFIG_FILE_MODDN_NOT_ALLOWED - Static variable in class org.opends.messages.ConfigMessages
-
Modify DN operations are not allowed in the Directory Server configuration
- ERR_CONFIG_FILE_MODIFY_APPLY_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
The attempt to apply the configuration modification failed.
- ERR_CONFIG_FILE_MODIFY_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while attempting to modify configuration entry %s as a child of entry %s: %s
- ERR_CONFIG_FILE_MODIFY_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ConfigMessages
-
You do not have sufficient privileges to perform modify operations in the Directory Server configuration
- ERR_CONFIG_FILE_MODIFY_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be modified because the specified entry does not exist
- ERR_CONFIG_FILE_MODIFY_PRIVS_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ConfigMessages
-
You do not have sufficient privileges to change the set of default root privileges
- ERR_CONFIG_FILE_MODIFY_REJECTED_BY_CHANGE_LISTENER - Static variable in class org.opends.messages.ConfigMessages
-
Entry %s cannot be modified because one of the configuration change listeners registered for that entry rejected the change: %s
- ERR_CONFIG_FILE_MODIFY_REJECTED_DUE_TO_EVALUATION_FAILURE - Static variable in class org.opends.messages.ConfigMessages
-
Entry '%s' cannot be modified because attribute '%s' contained an expression '%s' that could not be evaluated: %s
- ERR_CONFIG_FILE_MODIFY_STRUCTURAL_CHANGE_NOT_ALLOWED - Static variable in class org.opends.messages.ConfigMessages
-
Configuration entry %s cannot be modified because the change would alter its structural object class
- ERR_CONFIG_FILE_NO_PARENT - Static variable in class org.opends.messages.ConfigMessages
-
Configuration entry %s starting at or near line %d in the configuration LDIF file %s does not appear to have a parent entry (expected parent DN was %s)
- ERR_CONFIG_FILE_READ_ERROR - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to read the contents of configuration file %s: %s
- ERR_CONFIG_FILE_READ_FAILED_DUE_TO_EVALUATION_FAILURE - Static variable in class org.opends.messages.ConfigMessages
-
Entry '%s' cannot be read because attribute '%s' contained an expression '%s' that could not be evaluated: %s
- ERR_CONFIG_FILE_SEARCH_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ConfigMessages
-
You do not have sufficient privileges to perform search operations in the Directory Server configuration
- ERR_CONFIG_FILE_SEARCH_INVALID_SCOPE - Static variable in class org.opends.messages.ConfigMessages
-
The search operation cannot be processed because the specified search scope %s is invalid
- ERR_CONFIG_FILE_SEARCH_NO_SUCH_BASE - Static variable in class org.opends.messages.ConfigMessages
-
The search operation cannot be processed because base entry %s does not exist
- ERR_CONFIG_FILE_UNKNOWN_PARENT - Static variable in class org.opends.messages.ConfigMessages
-
The Directory Server was unable to determine the parent DN for configuration entry %s starting at or near line %d in the configuration LDIF file %s
- ERR_CONFIG_FILE_UNWILLING_TO_IMPORT - Static variable in class org.opends.messages.ConfigMessages
-
The Directory Server configuration may not be altered by importing a new configuration from LDIF
- ERR_CONFIG_FILE_WRITE_CANNOT_EXPORT_NEW_CONFIG - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to export the new Directory Server configuration to file %s: %s
- ERR_CONFIG_FILE_WRITE_CANNOT_RENAME_NEW_CONFIG - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to rename the new Directory Server configuration from file %s to %s: %s
- ERR_CONFIG_FILE_WRITE_ERROR - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while trying to write configuration entry %s to LDIF: %s
- ERR_CONFIG_GROUP_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the group implementation defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_GROUP_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as a group implementation as in configuration entry %s: %s
- ERR_CONFIG_HTTPENDPOINT_CONFLICTING_AUTHZ_DN - Static variable in class org.opends.messages.ConfigMessages
-
The HTTP endpoint configuration defined in %s is referencing mutually exclusive authorization DNs %s and %s
- ERR_CONFIG_HTTPENDPOINT_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as an HTTP endpoint as defined in configuration entry %s: %s
- ERR_CONFIG_HTTPENDPOINT_INVALID_AUTHZ_DN - Static variable in class org.opends.messages.ConfigMessages
-
The HTTP endpoint configuration defined in %s is referencing a non existing authorization DN %s
- ERR_CONFIG_HTTPENDPOINT_INVALID_CONFIGURATION - Static variable in class org.opends.messages.ConfigMessages
-
The HTTP endpoint configuration defined in %s is invalid: %s
- ERR_CONFIG_HTTPENDPOINT_UNABLE_TO_START - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while starting the HTTP endpoint as defined in configuration entry %s: %s
- ERR_CONFIG_IDMAPPER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the identity mapper defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_IDMAPPER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as an identity mapper as defined in configuration entry %s: %s
- ERR_CONFIG_IDMAPPER_INVALID_PROXY_MAPPER_DN - Static variable in class org.opends.messages.ConfigMessages
-
The configured proxied authorization identity mapper DN %s does not refer to an active identity mapper.
- ERR_CONFIG_IDMAPPER_NO_PROXY_MAPPER_DN - Static variable in class org.opends.messages.ConfigMessages
-
The Directory Server does not have any identity mapper configured for use in conjunction with proxied authorization V2 operations.
- ERR_CONFIG_INDEX_CANNOT_PROTECT_BOTH - Static variable in class org.opends.messages.BackendMessages
-
The attribute '%s' cannot enable confidentiality for keys and values at the same time
- ERR_CONFIG_INDEX_TYPE_NEEDS_MATCHING_RULE - Static variable in class org.opends.messages.BackendMessages
-
The attribute '%s' cannot have indexing of type '%s' because it does not have a corresponding matching rule
- ERR_CONFIG_INVALID_AUTHENTICATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Only simple authentication is supported
- ERR_CONFIG_INVALID_AUTHZID_TEMPLATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Invalid authorization ID template: '%s'.Templates must start with one of the following elements: '%s'
- ERR_CONFIG_INVALID_KEY_MANAGER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The key-manager defined in '%s' is invalid: %s
- ERR_CONFIG_INVALID_SECONDARY_LDAP_SERVER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
secondaryLDAPServers configuration must contain a json array
- ERR_CONFIG_INVALID_TRUST_MANAGER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The trust-manager defined in '%s' is invalid: %s
- ERR_CONFIG_JE_DUPLICATE_PROPERTY - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to parse and validate Berkeley DB JE property %s: the property is already defined for this component
- ERR_CONFIG_JE_PROPERTY_INVALID - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to parse and validate Berkeley DB JE property %s: %s
- ERR_CONFIG_JE_PROPERTY_INVALID_FORM - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to parse and validate Berkeley DB JE property %s: the property does not follow a singular property=value form
- ERR_CONFIG_JE_PROPERTY_SHADOWS_CONFIG - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to parse and validate Berkeley DB JE property %s: the property shadows configuration attribute %s
- ERR_CONFIG_JEB_CACHE_SIZE_TOO_SMALL - Static variable in class org.opends.messages.BackendMessages
-
Configuration attribute ds-cfg-db-cache-size has a value of %d which is less than the minimum: %d
- ERR_CONFIG_JEB_DURABILITY_CONFLICT - Static variable in class org.opends.messages.BackendMessages
-
Configuration attributes ds-cfg-db-txn-no-sync and ds-cfg-db-txn-write-no-sync are mutually exclusive and cannot be both set at the same time
- ERR_CONFIG_JMX_ATTR_NO_ATTR - Static variable in class org.opends.messages.ConfigMessages
-
Configuration entry %s does not contain attribute %s (or that attribute exists but is not accessible using JMX)
- ERR_CONFIG_JMX_CANNOT_GET_ATTRIBUTE - Static variable in class org.opends.messages.ConfigMessages
-
Unable to retrieve JMX attribute %s associated with configuration entry %s: %s
- ERR_CONFIG_JMX_CANNOT_REGISTER_MBEAN - Static variable in class org.opends.messages.ConfigMessages
-
The Directory Server could not register a JMX MBean for the component associated with configuration entry %s: %s
- ERR_CONFIG_JMX_NO_METHOD - Static variable in class org.opends.messages.ConfigMessages
-
There is no method %s for any invokable component registered with configuration entry %s
- ERR_CONFIG_KEYMANAGER_CANNOT_CREATE_JCEKS_PROVIDER - Static variable in class org.opends.messages.ToolMessages
-
Error creating JCEKS Key Provider configuration: %s
- ERR_CONFIG_KEYMANAGER_CANNOT_GET_BASE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to retrieve the key manager provider base entry cn=Key Manager Providers,cn=config from the Directory Server configuration: %s
- ERR_CONFIG_KEYMANAGER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the key manager provider defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_KEYMANAGER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as a key manager provider as defined in configuration entry %s: %s
- ERR_CONFIG_LDIF_WRITE_ERROR - Static variable in class org.opends.messages.ConfigMessages
-
An unexpected error occurred while trying to export the Directory Server configuration to LDIF: %s
- ERR_CONFIG_LOGGER_CANNOT_CREATE_LOGGER - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to create a Directory Server logger from the information in configuration entry %s: %s
- ERR_CONFIG_LOGGER_CANNOT_DELETE_LOGGER - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to delete a Directory Server logger from the information in configuration entry %s: %s
- ERR_CONFIG_LOGGER_CANNOT_UPDATE_LOGGER - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to update a Directory Server logger from the information in configuration entry %s: %s
- ERR_CONFIG_LOGGER_INVALID_ACCESS_LOGGER_CLASS - Static variable in class org.opends.messages.ConfigMessages
-
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server access logger: %s
- ERR_CONFIG_LOGGER_INVALID_DEBUG_LOGGER_CLASS - Static variable in class org.opends.messages.ConfigMessages
-
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server debug logger: %s
- ERR_CONFIG_LOGGER_INVALID_ERROR_LOGGER_CLASS - Static variable in class org.opends.messages.ConfigMessages
-
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server error logger: %s
- ERR_CONFIG_LOGGER_INVALID_HTTP_ACCESS_LOGGER_CLASS - Static variable in class org.opends.messages.ConfigMessages
-
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server HTTP access logger: %s
- ERR_CONFIG_LOGGER_INVALID_OBJECTCLASS - Static variable in class org.opends.messages.ConfigMessages
-
Configuration entry %s does not contain a valid objectclass for a Directory Server access, error, or debug logger definition
- ERR_CONFIG_LOGGING_CANNOT_CREATE_WRITER - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to create a text writer for a Directory Server logger from the information in configuration entry %s: %s
- ERR_CONFIG_LOGGING_CANNOT_OPEN_FILE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to open the configured log file %s for logger %s: %s
- ERR_CONFIG_LOGGING_EMPTY_LOG_FORMAT - Static variable in class org.opends.messages.ConfigMessages
-
The log format for configuration entry %s is empty.
- ERR_CONFIG_LOGGING_INSANE_MODE - Static variable in class org.opends.messages.ConfigMessages
-
Invalid UNIX file permissions %s does not allow write access to the log file by the log publisher
- ERR_CONFIG_LOGGING_INVALID_TARGET_DN_PATTERN - Static variable in class org.opends.messages.ConfigMessages
-
The access log filtering criteria defined in "%s" could not be parsed because it contains an invalid target DN pattern "%s"
- ERR_CONFIG_LOGGING_INVALID_TIME_FORMAT - Static variable in class org.opends.messages.ConfigMessages
-
The timestamp format string "%s" is not a valid format string.
- ERR_CONFIG_LOGGING_INVALID_USER_DN_PATTERN - Static variable in class org.opends.messages.ConfigMessages
-
The access log filtering criteria defined in "%s" could not be parsed because it contains an invalid user DN pattern "%s"
- ERR_CONFIG_LOGGING_MODE_INVALID - Static variable in class org.opends.messages.ConfigMessages
-
Invalid UNIX file permissions %s: %s
- ERR_CONFIG_MANUAL_CHANGES_LOST - Static variable in class org.opends.messages.ConfigMessages
-
The Directory Server encountered an error while attempting to determine whether the configuration file %s has been externally edited with the server online, and/or trying to preserve such changes: %s.
- ERR_CONFIG_MONITOR_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as a monitor provider as defined in configuration entry %s: %s
- ERR_CONFIG_MUST_BE_READ_ONLY_TO_FLATTEN_SUBTREE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Sub-resources must be read-only to support sub-tree flattening.
- ERR_CONFIG_NAMING_STRATEGY_DN_AND_ID_NOT_DIFFERENT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Naming strategy DN and ID must be different
- ERR_CONFIG_NO_MAPPING_IN_CONFIGURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unknown mapping.
- ERR_CONFIG_NO_MAPPINGS_PROVIDED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
No mappings provided in configuration
- ERR_CONFIG_OAUTH2_CACHE_INVALID_DURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Malformed duration value '%s' for cache expiration.
- ERR_CONFIG_OAUTH2_CACHE_UNLIMITED_DURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The cache expiration duration cannot be unlimited
- ERR_CONFIG_OAUTH2_CACHE_ZERO_DURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The cache expiration duration cannot be zero
- ERR_CONFIG_OAUTH2_CONFIG_ERROR - Static variable in class org.opends.messages.ConfigMessages
-
Unable to configure the authorization mechanism defined in %s: %s
- ERR_CONFIG_OAUTH2_INVALID_INTROSPECT_URL - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The token introspection endpoint '%s' is not a valid URL: '%s'
- ERR_CONFIG_OAUTH2_INVALID_JSON_POINTER - Static variable in class org.opends.messages.ConfigMessages
-
The OAuth2 authorization mechanism defined in %s contains an invalid JSON Pointer %s: %s
- ERR_CONFIG_OAUTH2_INVALID_URL - Static variable in class org.opends.messages.ConfigMessages
-
The authorization mechanism defined in %s is referencing an invalid URL %s: %s
- ERR_CONFIG_OAUTH2_NON_EXISTING_DIRECTORY - Static variable in class org.opends.messages.ConfigMessages
-
The authorization mechanism defined in %s is referencing a non-existing or non-readable directory: %s
- ERR_CONFIG_OAUTH2_UNSUPPORTED_ACCESS_TOKEN_RESOLVER - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
'%s'is not a supported access token resolver.
- ERR_CONFIG_PLUGIN_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to initialize an instance of class %s as a Directory Server plugin using the information in configuration entry %s: %s.
- ERR_CONFIG_PLUGIN_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the plugin defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_PWGENERATOR_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the password generator defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_PWGENERATOR_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as a password generator as defined in configuration entry %s: %s
- ERR_CONFIG_PWPOLICY_CANNOT_CHANGE_DEFAULT_POLICY_WRONG_TYPE - Static variable in class org.opends.messages.ConfigMessages
-
The default password policy value '%s' is invalid because it refers to an authentication policy which is not a password policy
- ERR_CONFIG_PWPOLICY_DEFAULT_POLICY_IS_WRONG_TYPE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration entry '%s' is currently defined to be the default password policy, however it is not a password policy
- ERR_CONFIG_PWPOLICY_INVALID_POLICY_CONFIG - Static variable in class org.opends.messages.ConfigMessages
-
The password policy defined in configuration entry %s is invalid: %s
- ERR_CONFIG_PWPOLICY_MISSING_DEFAULT_POLICY - Static variable in class org.opends.messages.ConfigMessages
-
The Directory Server default password policy is defined as %s, but that entry does not exist or is not below the password policy configuration base cn=Password Policies,cn=config
- ERR_CONFIG_PWPOLICY_NO_DEFAULT_POLICY - Static variable in class org.opends.messages.ConfigMessages
-
No default password policy is configured for the Directory Server.
- ERR_CONFIG_PWPOLICY_NO_POLICIES - Static variable in class org.opends.messages.ConfigMessages
-
No password policies have been defined below the cn=Password Policies,cn=config entry in the Directory Server configuration.
- ERR_CONFIG_PWSCHEME_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the password storage scheme defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_PWSCHEME_EXISTS - Static variable in class org.opends.messages.ConfigMessages
-
Unable to add a new password storage scheme entry with DN %s because there is already a storage scheme registered with that DN
- ERR_CONFIG_PWSCHEME_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as a password storage scheme as defined in configuration entry %s: %s
- ERR_CONFIG_PWVALIDATOR_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the password validator defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_PWVALIDATOR_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as a password validator as defined in configuration entry %s: %s
- ERR_CONFIG_REST2LDAP_INVALID - Static variable in class org.opends.messages.ConfigMessages
-
Invalid configuration element from %s in the REST2LDAP endpoint configuration entry %s: %s
- ERR_CONFIG_REST2LDAP_MALFORMED_URL - Static variable in class org.opends.messages.ConfigMessages
-
Invalid configuration URL in the REST2LDAP endpoint configuration entry %s: %s
- ERR_CONFIG_REST2LDAP_UNABLE_READ - Static variable in class org.opends.messages.ConfigMessages
-
Unable to read the configuration from %s in the REST2LDAP endpoint configuration entry %s: %s
- ERR_CONFIG_REST2LDAP_UNEXPECTED_JSON - Static variable in class org.opends.messages.ConfigMessages
-
Invalid JSON element %s from %s in the REST2LDAP endpoint configuration entry %s: %s
- ERR_CONFIG_RETENTION_POLICY_CANNOT_CREATE_POLICY - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to create a Directory Server log retention policy from the information in configuration entry %s: %s
- ERR_CONFIG_RETENTION_POLICY_INVALID_CLASS - Static variable in class org.opends.messages.ConfigMessages
-
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log retention policy: %s
- ERR_CONFIG_ROOTDN_CONFLICTING_MAPPING - Static variable in class org.opends.messages.ConfigMessages
-
Unable to register "%s" as an alternate bind DN for user "%s" because it is already registered as an alternate bind DN for root user "%s"
- ERR_CONFIG_ROTATION_POLICY_CANNOT_CREATE_POLICY - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to create a Directory Server log rotation policy from the information in configuration entry %s: %s
- ERR_CONFIG_ROTATION_POLICY_INVALID_CLASS - Static variable in class org.opends.messages.ConfigMessages
-
Class %s specified in attribute ds-cfg-java-class of configuration entry %s cannot be instantiated as a Directory Server log rotation policy: %s
- ERR_CONFIG_SASL_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the SASL mechanism handler defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_SASL_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as a SASL mechanism handler as defined in configuration entry %s: %s
- ERR_CONFIG_SCHEMA_CANNOT_LIST_FILES - Static variable in class org.opends.messages.ConfigMessages
-
Unable to read the Directory Server schema definitions from directory %s because an unexpected error occurred while trying to list the files in that directory: %s
- ERR_CONFIG_SCHEMA_DIR_NOT_DIRECTORY - Static variable in class org.opends.messages.ConfigMessages
-
Unable to read the Directory Server schema definitions because the schema directory %s exists but is not a directory
- ERR_CONFIG_SCHEMA_MR_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize a matching rule loaded from class %s with the information in configuration entry %s: %s.
- ERR_CONFIG_SCHEMA_MR_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the matching rule defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_SCHEMA_NO_SCHEMA_DIR - Static variable in class org.opends.messages.ConfigMessages
-
Unable to read the Directory Server schema definitions because the schema directory %s does not exist
- ERR_CONFIG_SCHEMA_PROVIDER_CANT_BE_INITIALIZED - Static variable in class org.opends.messages.ConfigMessages
-
The schema provider class '%s' could not be instantiated or initialized with the configuration '%s' : %s
- ERR_CONFIG_SCHEMA_PROVIDER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration of schema provider '%s' is not acceptable for the following reasons: %s
- ERR_CONFIG_SCHEMA_SYNTAX_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an attribute syntax loaded from class %s with the information in configuration entry %s: %s.
- ERR_CONFIG_SCHEMA_SYNTAX_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the attribute syntax defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_SERVER_CIRCULAR_DEPENDENCIES - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The LDAP server configuration '%s' could not be parsed because of potential circular inheritance dependencies
- ERR_CONFIG_SYNCH_ERROR_INITIALIZING_PROVIDER - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to initialize the Directory Server synchronization provider referenced in configuration entry %s: %s
- ERR_CONFIG_SYNCH_UNABLE_TO_INSTANTIATE_PROVIDER - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to instantiate class %s referenced in synchronization provider configuration entry %s: %s
- ERR_CONFIG_SYNCH_UNABLE_TO_LOAD_PROVIDER_CLASS - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to load class %s referenced in synchronization provider configuration entry %s: %s
- ERR_CONFIG_TRUSTMANAGER_CANNOT_GET_BASE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to retrieve the trust manager provider base entry cn=Trust Manager Providers,cn=config from the Directory Server configuration: %s
- ERR_CONFIG_TRUSTMANAGER_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the trust manager provider defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_TRUSTMANAGER_DESCRIPTION_ENABLED - Static variable in class org.opends.messages.ConfigMessages
-
Indicates whether the Directory Server trust manager provider should be enabled.
- ERR_CONFIG_TRUSTMANAGER_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to initialize an instance of class %s as a trust manager provider as defined in configuration entry %s: %s
- ERR_CONFIG_UNABLE_TO_APPLY_CHANGES_FILE - Static variable in class org.opends.messages.ConfigMessages
-
One or more errors occurred while applying changes on server startup: %s
- ERR_CONFIG_UNABLE_TO_APPLY_STARTUP_CHANGES - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to apply the changes contained in file %s to the server configuration at startup: %s
- ERR_CONFIG_UNKNOWN_NAMING_CONFIGURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unknown naming strategy '%s'.
- ERR_CONFIG_UNKNOWN_WRITABILITY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unknown writability '%s'.
- ERR_CONFIG_UNSUPPORTED_BIND_STRATEGY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unsupported bind strategy '%s'.
- ERR_CONFIG_VATTR_CONFIG_NOT_ACCEPTABLE - Static variable in class org.opends.messages.ConfigMessages
-
The configuration for the virtual attribute provider defined in configuration entry %s was not acceptable: %s
- ERR_CONFIG_VATTR_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while trying to load an instance of class %s referenced in configuration entry %s as a virtual attribute provider: %s
- ERR_CONFIG_VATTR_INVALID_SEARCH_FILTER - Static variable in class org.opends.messages.ConfigMessages
-
Unable to parse value "%s" from config entry "%s" as a valid search filter: %s
- ERR_CONFIG_VATTR_SV_TYPE_WITH_MERGE_VALUES - Static variable in class org.opends.messages.ConfigMessages
-
The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but the conflict behavior is configured to merge real and virtual values
- ERR_CONFIG_VATTR_SV_TYPE_WITH_MV_PROVIDER - Static variable in class org.opends.messages.ConfigMessages
-
The virtual attribute configuration in entry "%s" is not valid because attribute type %s is single-valued but provider %s may generate multiple values
- ERR_CONFIG_VLV_INDEX_BAD_FILTER - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while parsing the search filter %s defined for VLV index %s: %s
- ERR_CONFIG_VLV_INDEX_UNDEFINED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Sort attribute %s for VLV index %s is not defined in the server schema
- ERR_CONFIG_WORK_QUEUE_CANNOT_CREATE_MONITOR - Static variable in class org.opends.messages.ConfigMessages
-
A problem occurred while trying to create and start an instance of class %s to use as a monitor provider for the Directory Server work queue: %s.
- ERR_CONFIG_WORK_QUEUE_INITIALIZATION_FAILED - Static variable in class org.opends.messages.ConfigMessages
-
Unable to initialize an instance of class %s as a work queue as specified in configuration entry %s: %s
- ERR_CONFIG_WORK_QUEUE_TOO_MANY_FAILURES - Static variable in class org.opends.messages.ConfigMessages
-
Worker thread "%s" has experienced too many repeated failures while attempting to retrieve the next operation from the work queue (%d failures experienced, maximum of %d failures allowed).
- ERR_CONFIGDS_BACKEND_TYPE_UNKNOWN - Static variable in class org.opends.messages.ToolMessages
-
The backend type '%s' is not recognized.
- ERR_CONFIGDS_CANNOT_ACQUIRE_SERVER_LOCK - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to acquire the server-wide lock file %s: %s.
- ERR_CONFIGDS_CANNOT_ENABLE_KEYMANAGER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to enable key manager provider entry: %s
- ERR_CONFIGDS_CANNOT_ENABLE_STARTTLS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to enable StartTLS: %s
- ERR_CONFIGDS_CANNOT_ENABLE_TRUSTMANAGER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to enable trust manager provider entry: %s
- ERR_CONFIGDS_CANNOT_INITIALIZE_CONFIG - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to process the Directory Server configuration file %s: %s
- ERR_CONFIGDS_CANNOT_INITIALIZE_JMX - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the Directory Server JMX subsystem based on the information in configuration file %s: %s
- ERR_CONFIGDS_CANNOT_INITIALIZE_SCHEMA - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the Directory Server schema based on the information in configuration file %s: %s
- ERR_CONFIGDS_CANNOT_PARSE_BASE_DN - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse base DN value "%s" as a DN: %s
- ERR_CONFIGDS_CANNOT_PARSE_KEYMANAGER_PROVIDER_DN - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse key manager provider DN value "%s" as a DN: %s
- ERR_CONFIGDS_CANNOT_PARSE_ROOT_DN - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse root DN value "%s" as a DN: %s
- ERR_CONFIGDS_CANNOT_PARSE_TRUSTMANAGER_PROVIDER_DN - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse trust manager provider DN value "%s" as a DN: %s
- ERR_CONFIGDS_CANNOT_UPDATE_ADMIN_CONNECTOR_PORT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the administration connector port: %s
- ERR_CONFIGDS_CANNOT_UPDATE_CERT_NICKNAME - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the nickname of the certificate that the connection handler should use when accepting SSL-based connections or performing StartTLS negotiation: %s
- ERR_CONFIGDS_CANNOT_UPDATE_CRYPTO_MANAGER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the crypto manager in the Directory Server: %s
- ERR_CONFIGDS_CANNOT_UPDATE_DIGEST_MD5_FQDN - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the FQDN for the DIGEST-MD5 SASL mechanism: %s
- ERR_CONFIGDS_CANNOT_UPDATE_JMX_PORT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the port on which to listen for JMX communication: %s
- ERR_CONFIGDS_CANNOT_UPDATE_KEYMANAGER_REFERENCE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the key manager provider DN used for LDAPS communication: %s
- ERR_CONFIGDS_CANNOT_UPDATE_LDAP_PORT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the port on which to listen for LDAP communication: %s
- ERR_CONFIGDS_CANNOT_UPDATE_LDAPS_PORT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the port on which to listen for LDAPS communication: %s
- ERR_CONFIGDS_CANNOT_UPDATE_ROOT_USER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the entry for the initial Directory Server root user: %s
- ERR_CONFIGDS_CANNOT_UPDATE_TRUSTMANAGER_REFERENCE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to update the trust manager provider DN used for LDAPS communication: %s
- ERR_CONFIGDS_CANNOT_WRITE_UPDATED_CONFIG - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while writing the updated Directory Server configuration: %s
- ERR_CONFIGDS_KEYMANAGER_PROVIDER_DN_REQUIRED - Static variable in class org.opends.messages.ToolMessages
-
ERROR: You must provide the %s argument when providing the %s argument
- ERR_CONFIGDS_NO_CONFIG_CHANGES - Static variable in class org.opends.messages.ToolMessages
-
ERROR: No configuration changes were specified
- ERR_CONFIGDS_NO_ROOT_PW - Static variable in class org.opends.messages.ToolMessages
-
The DN for the initial root user was provided, but no corresponding password was given.
- ERR_CONFIGDS_PORT_ALREADY_SPECIFIED - Static variable in class org.opends.messages.ToolMessages
-
ERROR: You have specified the value %s for different ports
- ERR_CONFIGDS_SET_BACKEND_TYPE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to create userRoot backend type %s.
- ERR_CONFIGURE_WINDOWS_SERVICE_TOO_FEW_ARGS - Static variable in class org.opends.messages.ToolMessages
-
You must provide at least one of the following arguments:
enableService, disableService or serviceState or cleanupService
- ERR_CONFIGURE_WINDOWS_SERVICE_TOO_MANY_ARGS - Static variable in class org.opends.messages.ToolMessages
-
You can only provide one of the following arguments:
enableService, disableService, serviceState or cleanupService
- ERR_CONFIGVERSION_NOT_FOUND - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The version of the installed OpenDJ could not be determined because an error occurred while reading the current configuration: %s
- ERR_CONFIRMATION_TRIES_LIMIT_REACHED - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Confirmation tries limit reached (%d)
- ERR_CONFIRMATION_TRIES_LIMIT_REACHED - Static variable in class org.opends.messages.ToolMessages
-
Confirmation tries limit reached (%d)
- ERR_CONFIRMATION_TRIES_LIMIT_REACHED - Static variable in class org.opends.messages.UtilityMessages
-
Confirmation tries limit reached (%d)
- ERR_CONNECTION_AFFINITY_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a connection affinity control because it contained the OID '%s', when '%s' was expected
- ERR_CONNECTION_AFFINITY_CONTROL_DECODE_NULL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 element as a connection affinity control because it did not have a value, when a value must always be provided
- ERR_CONNECTION_POOL_CLOSING - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
No connection could be obtained from connection pool "%s" because it is closing
- ERR_CONNECTION_UNEXPECTED - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An error occurred during establishment of a connection: %s
- ERR_CONNHANDLER_ADDRESS_INUSE - Static variable in class org.opends.messages.ProtocolMessages
-
Address already in use
- ERR_CONNHANDLER_CANNOT_ACCEPT_CONNECTION - Static variable in class org.opends.messages.ProtocolMessages
-
The %s defined in configuration entry %s was unable to accept a new client connection: %s
- ERR_CONNHANDLER_CANNOT_BIND - Static variable in class org.opends.messages.ProtocolMessages
-
The %s connection handler defined in configuration entry %s was unable to bind to %s:%d: %s
- ERR_CONNHANDLER_CONFIG_CHANGES_REQUIRE_RESTART - Static variable in class org.opends.messages.ProtocolMessages
-
The server received configuration changes that require a restart of the %s connection handler to take effect
- ERR_CONNHANDLER_CONSECUTIVE_ACCEPT_FAILURES - Static variable in class org.opends.messages.ProtocolMessages
-
The %s defined in configuration entry %s has experienced consecutive failures while trying to accept client connections: %s.
- ERR_CONNHANDLER_DENIED_CLIENT - Static variable in class org.opends.messages.ProtocolMessages
-
The connection attempt from client %s to %s has been rejected because the client was included in one of the denied address ranges
- ERR_CONNHANDLER_DISALLOWED_CLIENT - Static variable in class org.opends.messages.ProtocolMessages
-
The connection attempt from client %s to %s has been rejected because the client was not included in one of the allowed address ranges
- ERR_CONNHANDLER_REJECTED_BY_SERVER - Static variable in class org.opends.messages.ProtocolMessages
-
The attempt to register this connection with the Directory Server was rejected.
- ERR_CONNHANDLER_SSL_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while attempting to initialize the SSL context for use in the LDAP Connection Handler: %s
- ERR_CONSOLE_APP_CONFIRM - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Invalid response.
- ERR_CONSOLE_INPUT_ERROR - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The response could not be read from the console due to the following error: %s
- ERR_CONSTANT_ARG_CANNOT_DECODE - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Unable to parse a constant argument expecting name=value but got %s
- ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The following constraint violations occurred: %s
- ERR_CONSTRAINT_VIOLATION_EXCEPTION_PLURAL - Static variable in class org.opends.messages.AdminMessages
-
The following constraint violations occurred: %s
- ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The following constraint violation occurred: %s
- ERR_CONSTRAINT_VIOLATION_EXCEPTION_SINGLE - Static variable in class org.opends.messages.AdminMessages
-
The following constraint violation occurred: %s
- ERR_CONTROL_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.CoreMessages
-
The request control with Object Identifier (OID) "%s" cannot be used due to insufficient access rights
- ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED - Static variable in class org.opends.messages.AdminToolMessages
-
Could not launch Control Panel.
- ERR_CONTROL_PANEL_LAUNCHER_GUI_LAUNCH_FAILED_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
Could not launch Control Panel.
- ERR_COULD_NOT_ADD_CHANGE_TO_SHUTTING_DOWN_REPLICA_DB - Static variable in class org.opends.messages.ReplicationMessages
-
Could not add change %s to replicaDB %s %s because flushing thread is shutting down
- ERR_COULD_NOT_BIND_CHANGELOG - Static variable in class org.opends.messages.ReplicationMessages
-
Replication Server failed to start : could not bind to the listen port : %d.
- ERR_COULD_NOT_CLOSE_THE_SOCKET - Static variable in class org.opends.messages.ReplicationMessages
-
The Replication Server socket could not be closed : %s
- ERR_COULD_NOT_FIND_REPLICATIONID - Static variable in class org.opends.messages.QuickSetupMessages
-
Could not find a remote peer to initialize the contents of local base DN: %s.
- ERR_COULD_NOT_FIND_VALID_LDAPURL - Static variable in class org.opends.messages.AdminToolMessages
-
Error reading the configuration file.
- ERR_COULD_NOT_READ_DB - Static variable in class org.opends.messages.ReplicationMessages
-
The replication server failed to start because the database %s could not be read : %s
- ERR_COULD_NOT_SOLVE_CONFLICT - Static variable in class org.opends.messages.ReplicationMessages
-
Error while trying to solve conflict with DN : %s ERROR : %s
- ERR_COULD_NOT_SOLVE_HOSTNAME - Static variable in class org.opends.messages.ReplicationMessages
-
The hostname %s could not be resolved as an IP address
- ERR_COULD_NOT_START_REPLICATION - Static variable in class org.opends.messages.ReplicationMessages
-
The Replication was not started on base-dn %s : %s
- ERR_COULD_NOT_STOP_LISTEN_THREAD - Static variable in class org.opends.messages.ReplicationMessages
-
The thread listening on the replication server port could not be stopped : %s
- ERR_CREATE_FAIL - Static variable in class org.opends.messages.BackendMessages
-
The backend database directory could not be created: %s
- ERR_CREATE_HEADING_MMPE_PLURAL - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be created because the following mandatory properties were not defined:
- ERR_CREATE_HEADING_MMPE_SINGLE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be created because the following mandatory property was not defined:
- ERR_CREATERC_CANNOT_WRITE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to generate the RC script: %s
- ERR_CREATERC_JAVA_HOME_DOESNT_EXIST - Static variable in class org.opends.messages.ToolMessages
-
The directory %s specified as the OPENDJ_JAVA_HOME path does not exist or is not a directory
- ERR_CREATERC_ONLY_RUNS_ON_UNIX - Static variable in class org.opends.messages.ToolMessages
-
This tool may only be used on UNIX-based systems
- ERR_CREATERC_UNABLE_TO_DETERMINE_SERVER_ROOT - Static variable in class org.opends.messages.ToolMessages
-
Unable to determine the path to the server root directory.
- ERR_CREATION_READ_ONLY_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The create request cannot be processed because it attempts to create the read-only field '%s'
- ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_NOT_ENABLED - Static variable in class org.opends.messages.CoreMessages
-
The ADS trust store backend %s is not enabled
- ERR_CRYPTOMGR_ADS_TRUST_STORE_BACKEND_WRONG_CLASS - Static variable in class org.opends.messages.CoreMessages
-
The backend %s is not a trust store backend
- ERR_CRYPTOMGR_CANNOT_GET_PREFERRED_KEY_WRAPPING_CIPHER - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager cannot get the preferred key wrapping cipher: %s
- ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_DIGEST - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager cannot get the requested digest %s: %s
- ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_ENCRYPTION_CIPHER - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager cannot get the requested encryption cipher %s: %s
- ERR_CRYPTOMGR_CANNOT_GET_REQUESTED_MAC_ENGINE - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager cannot get the requested MAC engine %s: %s
- ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_DECIPHER - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to decipher the wrapped secret-key value: %s
- ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_FIELD_COUNT - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager symmetric key attribute value "%s" syntax is invalid: incorrect number of fields
- ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_NO_PRIVATE - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to retrieve the instance-key-pair private-key: %s
- ERR_CRYPTOMGR_DECODE_SYMMETRIC_KEY_ATTRIBUTE_SYNTAX - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager symmetric key attribute value "%s" syntax is invalid.
- ERR_CRYPTOMGR_DECRYPT_CIPHER_INPUT_STREAM_ERROR - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to decrypt the supplied data because there was an error reading from the input stream: %s
- ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_IV - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to decrypt the supplied data because it could not read the cipher initialization vector in the data prologue
- ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_KEY_IDENTIFIER - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to decrypt the supplied data because it could not read the symmetric key identifier in the data prologue: %s
- ERR_CRYPTOMGR_DECRYPT_FAILED_TO_READ_PROLOGUE_VERSION - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to decrypt the supplied data because it could not read the version number in the data prologue: %s
- ERR_CRYPTOMGR_DECRYPT_UNKNOWN_KEY_IDENTIFIER - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to decrypt the supplied data because the symmetric key identifier in the data prologue does not match any known key entries
- ERR_CRYPTOMGR_DECRYPT_UNKNOWN_PROLOGUE_VERSION - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to decrypt the supplied data because the version "%d" in the data prologue is unknown
- ERR_CRYPTOMGR_FAILED_INSTANCE_CERTIFICATE_NULL - Static variable in class org.opends.messages.CoreMessages
-
The CryptoManager entry "%s" (the instance-key-pair public-key-certificate) does not contain a public-key certificate
- ERR_CRYPTOMGR_FAILED_TO_ADD_INSTANCE_KEY_ENTRY_TO_ADS - Static variable in class org.opends.messages.CoreMessages
-
Failed to add entry "%s"
- ERR_CRYPTOMGR_FAILED_TO_COMPUTE_INSTANCE_KEY_IDENTIFIER - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to compute an instance key identifier: %s
- ERR_CRYPTOMGR_FAILED_TO_ENCODE_SYMMETRIC_KEY_ATTRIBUTE - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to encode symmetric key attribute value: %s
- ERR_CRYPTOMGR_FAILED_TO_INITIATE_INSTANCE_KEY_GENERATION - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to add entry "%s" to initiate instance key generation
- ERR_CRYPTOMGR_FAILED_TO_PUBLISH_INSTANCE_KEY_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to publish the instance-key-pair public-key-certificate entry in ADS: %s
- ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_ADS_TRUSTSTORE_CERTS - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to retrieve the collection of instance-key-pair public-key-certificates from ADS container "%s": %s
- ERR_CRYPTOMGR_FAILED_TO_RETRIEVE_INSTANCE_CERTIFICATE - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to retrieve entry "%s" (the instance-key-pair public-key-certificate): %s
- ERR_CRYPTOMGR_FULL_CIPHER_TRANSFORMATION_REQUIRED - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager cipher transformation specification "%s" is invalid: it must be of the form "algorithm/mode/padding"
- ERR_CRYPTOMGR_FULL_KEY_WRAPPING_TRANSFORMATION_REQUIRED - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager cipher transformation specification "%s" is invalid: it must be of the form "algorithm/mode/padding"
- ERR_CRYPTOMGR_GET_CIPHER_CANNOT_INITIALIZE - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager cannot initialize Cipher: %s
- ERR_CRYPTOMGR_GET_CIPHER_INVALID_CIPHER_TRANSFORMATION - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager passed invalid Cipher transformation "%s": %s
- ERR_CRYPTOMGR_GET_CIPHER_STREAM_PROLOGUE_WRITE_ERROR - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to write the stream prologue: %s
- ERR_CRYPTOMGR_GET_MAC_ENGINE_CANNOT_INITIALIZE - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to initialize MAC engine: %s
- ERR_CRYPTOMGR_GET_MAC_ENGINE_INVALID_MAC_ALGORITHM - Static variable in class org.opends.messages.CoreMessages
-
CrytpoManager passed invalid MAC algorithm "%s": %s
- ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_OTHER - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to import the symmetric key entry "%s": %s
- ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_ADD_KEY - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to import the symmetric key entry "%s" because it could not add a symmetric key attribute value that can be decoded by this instance
- ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FAILED_TO_DECODE - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to import the symmetric key entry "%s" because it could not obtain a symmetric key attribute value that can be decoded by this instance
- ERR_CRYPTOMGR_IMPORT_KEY_ENTRY_FIELD_MISMATCH - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager detected a field mismatch between the key entry to be imported and an entry in the key cache that share the key identifier "%s"
- ERR_CRYPTOMGR_INVALID_KEY_IDENTIFIER_SYNTAX - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to decode the key entry identifier "%s": %s
- ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_ALGORITHM - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to instantiate a KeyGenerator for algorithm "%s": %s
- ERR_CRYPTOMGR_INVALID_SYMMETRIC_KEY_LENGTH - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to initialize because the specified cipher key length "%d" is beyond the allowed cryptography strength "%d" in jurisdiction policy files
- ERR_CRYPTOMGR_REWRAP_SYMMETRIC_KEY_ATTRIBUTE_NO_WRAPPER - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager cannot find the public-key-certificate (identifier "%s") requested for symmetric key re-encoding
- ERR_CRYPTOMGR_SSL_CONTEXT_CANNOT_INITIALIZE - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to initialize a SSL context for server to server communication: %s
- ERR_CRYPTOMGR_SYMMETRIC_KEY_ENTRY_ADD_FAILED - Static variable in class org.opends.messages.CoreMessages
-
CryptoManager failed to add locally produced symmetric key entry "%s": %s
- ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred adding to groups.
- ERR_CTRL_PANEL_ADDING_TO_GROUP_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error adding to groups
- ERR_CTRL_PANEL_ALIAS_ALREADY_IN_USE - Static variable in class org.opends.messages.AdminToolMessages
-
The provided alias '%s' already exists in the schema (defined as %s).
- ERR_CTRL_PANEL_ATTRIBUTE_CANNOT_BE_ITS_SUPERIOR - Static variable in class org.opends.messages.AdminToolMessages
-
An attribute cannot be its own superior.
- ERR_CTRL_PANEL_ATTRIBUTE_IS_SUPERIOR_OF_SUPERIOR - Static variable in class org.opends.messages.AdminToolMessages
-
The attribute is superior (directly or indirectly) of '%s'.
- ERR_CTRL_PANEL_ATTRIBUTE_NAME_ALREADY_IN_USE - Static variable in class org.opends.messages.AdminToolMessages
-
The provided name '%s' already exists in the schema (defined as %s).
- ERR_CTRL_PANEL_ATTRIBUTE_NAME_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a name for the attribute.
- ERR_CTRL_PANEL_ATTRIBUTE_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for attribute %s.
- ERR_CTRL_PANEL_BACKEND_NOT_FOUND_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
The backend '%s' could not be found.
- ERR_CTRL_PANEL_BACKEND_NOT_FOUND_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find backend
- ERR_CTRL_PANEL_BACKUP_ID_ALREADY_EXIST - Static variable in class org.opends.messages.AdminToolMessages
-
A backup with ID '%s' is already defined under '%s'.
- ERR_CTRL_PANEL_BACKUP_PATH_DOES_NOT_EXIST - Static variable in class org.opends.messages.AdminToolMessages
-
The backup path '%s' does not exist.
- ERR_CTRL_PANEL_BACKUP_PATH_EXISTS - Static variable in class org.opends.messages.AdminToolMessages
-
The file '%s' exists.
- ERR_CTRL_PANEL_BACKUP_PATH_IS_A_FILE - Static variable in class org.opends.messages.AdminToolMessages
-
The backup path '%s" exists and is a file.
- ERR_CTRL_PANEL_CANCELING_TASK_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred canceling the selected tasks.
- ERR_CTRL_PANEL_CANCELING_TASK_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error canceling task
- ERR_CTRL_PANEL_CANNOT_READ_FILE - Static variable in class org.opends.messages.AdminToolMessages
-
Cannot read file '%s'.
- ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find entry specified in '%s'.
- ERR_CTRL_PANEL_COULD_NOT_FIND_PROVIDED_ENTRY_IN_REFERRAL_NO_HOST - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find entry specified in '%s'.
- ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred creating attribute '%s'.
- ERR_CTRL_PANEL_CREATING_ATTRIBUTE_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error creating attribute
- ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred during the creation of the base DN.
- ERR_CTRL_PANEL_CREATING_BASE_DN_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during creation of base DN '%s'.
- ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred creating new entry.
- ERR_CTRL_PANEL_CREATING_NEW_ENTRY_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error creating new entry
- ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred creating index.
- ERR_CTRL_PANEL_CREATING_NEW_INDEX_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error creating index
- ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred creating VLV index.
- ERR_CTRL_PANEL_CREATING_NEW_VLV_INDEX_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error creating VLV index
- ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred creating object class '%s'.
- ERR_CTRL_PANEL_CREATING_OBJECTCLASS_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error creating object class
- ERR_CTRL_PANEL_DATE_ALREADY_PASSED - Static variable in class org.opends.messages.AdminToolMessages
-
The provided date already passed.
- ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting attribute '%s'.
- ERR_CTRL_PANEL_DELETING_ATTRIBUTE_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting attribute
- ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting backends.
- ERR_CTRL_PANEL_DELETING_BACKENDS_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting backends
- ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting base DNs.
- ERR_CTRL_PANEL_DELETING_BASE_DNS_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting base DNs
- ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting entries
- ERR_CTRL_PANEL_DELETING_ENTRIES_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting entries
- ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting entry '%s'.
- ERR_CTRL_PANEL_DELETING_ENTRY_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting entry
- ERR_CTRL_PANEL_DELETING_INDEX_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting index '%s'.
- ERR_CTRL_PANEL_DELETING_INDEX_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting index
- ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting indexes '%s'.
- ERR_CTRL_PANEL_DELETING_INDEXES_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting indexes
- ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting object class '%s'.
- ERR_CTRL_PANEL_DELETING_OBJECTCLASS_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting object class
- ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting schema elements.
- ERR_CTRL_PANEL_DELETING_SCHEMA_ELEMENTS_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting schema elements
- ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred deleting subtree '%s'.
- ERR_CTRL_PANEL_DELETING_SUBTREE_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting subtree
- ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred VLV deleting index '%s'.
- ERR_CTRL_PANEL_DELETING_VLV_INDEX_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error deleting VLV index
- ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred during the disabling of the Windows service.
- ERR_CTRL_PANEL_DISABLING_WINDOWS_SERVICE_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during Disabling of Windows Service
- ERR_CTRL_PANEL_DN_NOT_VALID - Static variable in class org.opends.messages.AdminToolMessages
-
The DN is not valid.
- ERR_CTRL_PANEL_DN_NOT_VALID_WITH_VALUE - Static variable in class org.opends.messages.AdminToolMessages
-
Invalid dn value: '%s'.
- ERR_CTRL_PANEL_DUPLICATE_ENTRY_NAME_EMPTY - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide the name of the new entry.
- ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DN_NOT_VALID - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a valid DN for the parent entry.
- ERR_CTRL_PANEL_DUPLICATE_ENTRY_PARENT_DOES_NOT_EXIST - Static variable in class org.opends.messages.AdminToolMessages
-
The parent entry does not exist.
- ERR_CTRL_PANEL_EMPTY_ALIAS - Static variable in class org.opends.messages.AdminToolMessages
-
You have provided an empty alias.
- ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred during the enabling of the Windows service.
- ERR_CTRL_PANEL_ENABLING_WINDOWS_SERVICE_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during Enabling of Windows Service
- ERR_CTRL_PANEL_ENTRY_ALREADY_EXISTS - Static variable in class org.opends.messages.AdminToolMessages
-
Entry '%s' already exists.
- ERR_CTRL_PANEL_ERR_READING_JAVA_SETTINGS_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error reading Java settings
- ERR_CTRL_PANEL_ERROR_CHECKING_ENTRY - Static variable in class org.opends.messages.AdminToolMessages
-
Error checking entry.
- ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An unexpected error occurred checking the provided Java settings.
- ERR_CTRL_PANEL_ERROR_CHECKING_JAVA_SETTINGS_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error checking Java settings
- ERR_CTRL_PANEL_ERROR_CREATING_NEW_DATA_LDIF - Static variable in class org.opends.messages.AdminToolMessages
-
Could not created local LDIF to populate new base DN with automatically generated data.
- ERR_CTRL_PANEL_ERROR_DECODING_BASE64 - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred decoding the provided base 64 string.
- ERR_CTRL_PANEL_ERROR_READING_CONFIGURATION_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error Reading Configuration
- ERR_CTRL_PANEL_ERROR_READING_FILE - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred reading the contents of the file.
- ERR_CTRL_PANEL_ERROR_SEARCHING_ENTRY - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred searching entry '%s'.
- ERR_CTRL_PANEL_ERROR_UPDATING_SCHEMA - Static variable in class org.opends.messages.AdminToolMessages
-
Error updating schema.
- ERR_CTRL_PANEL_EXPORT_DIRECTORY_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
The provided path '%s' exists and it is a directory.
- ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred during the export.
- ERR_CTRL_PANEL_EXPORTING_LDIF_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during Export
- ERR_CTRL_PANEL_FILE_DOES_NOT_EXIST - Static variable in class org.opends.messages.AdminToolMessages
-
The file '%s' does not exist.
- ERR_CTRL_PANEL_FILE_NOT_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
You have to provide a value for the file.
- ERR_CTRL_PANEL_GENERIC_ERROR_FALLBACK_JAVAHOME - Static variable in class org.opends.messages.AdminToolMessages
-
The Java home value '%s' is not valid.
- ERR_CTRL_PANEL_GROUP_COULD_NOT_BE_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
The group '%s' could not be found.
- ERR_CTRL_PANEL_GROUP_FILTER_NOT_VALID - Static variable in class org.opends.messages.AdminToolMessages
-
The provided LDAP URL value is not valid.
- ERR_CTRL_PANEL_GROUP_FILTER_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide an LDAP URL with a filter for the group.
- ERR_CTRL_PANEL_GROUP_NOT_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
You must specify a group.
- ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred during the import.
- ERR_CTRL_PANEL_IMPORTING_LDIF_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during Import
- ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_ABSTRACT - Static variable in class org.opends.messages.AdminToolMessages
-
You are editing an abstract object class.
- ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_AUXILIARY - Static variable in class org.opends.messages.AdminToolMessages
-
You are editing an auxiliary object class.
- ERR_CTRL_PANEL_INCOMPATIBLE_SUPERIORS_WITH_STRUCTURAL - Static variable in class org.opends.messages.AdminToolMessages
-
You are editing a structural object class.
- ERR_CTRL_PANEL_INDEX_MUST_BE_SELECTED - Static variable in class org.opends.messages.AdminToolMessages
-
You must select an index.
- ERR_CTRL_PANEL_INDEX_TO_BE_VERIFIED_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must select at least one index to be verified.
- ERR_CTRL_PANEL_INVALID_ATTRIBUTE_NAME - Static variable in class org.opends.messages.AdminToolMessages
-
The provided name is not valid.
- ERR_CTRL_PANEL_INVALID_BASE_DN_FOR_VLV_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
The provided base DN is not valid.
- ERR_CTRL_PANEL_INVALID_BASE_DN_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
The provided base DN is not valid.
- ERR_CTRL_PANEL_INVALID_DAY - Static variable in class org.opends.messages.AdminToolMessages
-
The provided day value is not valid.
- ERR_CTRL_PANEL_INVALID_DAY_IN_MONTH - Static variable in class org.opends.messages.AdminToolMessages
-
The day '%d' does not exist in %s.
- ERR_CTRL_PANEL_INVALID_ENTRY - Static variable in class org.opends.messages.AdminToolMessages
-
The entry is not correct.
- ERR_CTRL_PANEL_INVALID_ENTRY_LIMIT_LABEL - Static variable in class org.opends.messages.AdminToolMessages
-
The entry limit must be an integer between %d and %d.
- ERR_CTRL_PANEL_INVALID_FILTER_DETAILS_WITH_VALUE - Static variable in class org.opends.messages.AdminToolMessages
-
The provided value '%s' is not a valid filter.
- ERR_CTRL_PANEL_INVALID_FILTER_FOR_VLV_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
The provided filter is not valid.
- ERR_CTRL_PANEL_INVALID_HOUR - Static variable in class org.opends.messages.AdminToolMessages
-
The provided hour value is not valid.
- ERR_CTRL_PANEL_INVALID_MINUTE - Static variable in class org.opends.messages.AdminToolMessages
-
The provided minute value is not valid.
- ERR_CTRL_PANEL_INVALID_OBJECTCLASS_NAME - Static variable in class org.opends.messages.AdminToolMessages
-
The provided name is not valid.
- ERR_CTRL_PANEL_INVALID_TIME - Static variable in class org.opends.messages.AdminToolMessages
-
The provided time value is not valid.
- ERR_CTRL_PANEL_INVALID_WRAP_COLUMN - Static variable in class org.opends.messages.AdminToolMessages
-
The value of the wrap column must be between %d and %d.
- ERR_CTRL_PANEL_JAVA_BINARY_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find binary '%s'.
- ERR_CTRL_PANEL_JAVA_PATH_DOES_NOT_EXIST - Static variable in class org.opends.messages.AdminToolMessages
-
Path '%s' does not exist.
- ERR_CTRL_PANEL_JAVA_PATH_NOT_A_DIRECTORY - Static variable in class org.opends.messages.AdminToolMessages
-
Path '%s' is not a directory.
- ERR_CTRL_PANEL_LAUNCH_LATER_REQUIRES_SERVER_RUNNING - Static variable in class org.opends.messages.AdminToolMessages
-
To be able to launch tasks on a future date, the server must be running.
- ERR_CTRL_PANEL_LAUNCH_SCHEDULE_REQUIRES_SERVER_RUNNING - Static variable in class org.opends.messages.AdminToolMessages
-
To be able to launch tasks periodically, the server must be running.
- ERR_CTRL_PANEL_MEMBER_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
The entry '%s' could not be found.
- ERR_CTRL_PANEL_MEMBER_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a member for the group.
- ERR_CTRL_PANEL_MEMBER_VALUE_NOT_VALID - Static variable in class org.opends.messages.AdminToolMessages
-
The provided value as member '%s' is not valid.
- ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred modifying attribute '%s'.
- ERR_CTRL_PANEL_MODIFYING_ATTRIBUTE_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error modifying attribute
- ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred saving changes to entry '%s'.
- ERR_CTRL_PANEL_MODIFYING_ENTRY_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error saving changes
- ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred modifying index '%s'.
- ERR_CTRL_PANEL_MODIFYING_INDEX_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error modifying index
- ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred modifying object class '%s'.
- ERR_CTRL_PANEL_MODIFYING_OBJECTCLASS_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error modifying object class
- ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred modifying VLV index '%s'.
- ERR_CTRL_PANEL_MODIFYING_VLV_INDEX_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error modifying VLV index
- ERR_CTRL_PANEL_MUST_SELECT_BASE_DN - Static variable in class org.opends.messages.AdminToolMessages
-
You must select a base DN.
- ERR_CTRL_PANEL_MUST_SELECT_INDEX_TO_REBUILD - Static variable in class org.opends.messages.AdminToolMessages
-
You must select at least one index to be rebuilt.
- ERR_CTRL_PANEL_NAME_OF_DOMAIN_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for the name of the domain.
- ERR_CTRL_PANEL_NAME_OF_GROUP_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for the name of the group.
- ERR_CTRL_PANEL_NAME_OF_ORGANIZATION_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for the name of the organization.
- ERR_CTRL_PANEL_NAME_OF_OU_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for the Name of the Organizational Unit.
- ERR_CTRL_PANEL_NEW_PASSWORD_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for the new password.
- ERR_CTRL_PANEL_NO_ATTRIBUTE_FOR_VLV_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
You must select at least one attribute for the sort order.
- ERR_CTRL_PANEL_NO_BACKEND_SELECTED - Static variable in class org.opends.messages.AdminToolMessages
-
No backend selected.
- ERR_CTRL_PANEL_NO_BACKENDS_AVAILABLE - Static variable in class org.opends.messages.AdminToolMessages
-
No backends available.
- ERR_CTRL_PANEL_NO_BACKENDS_FOUND_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
There are no backends defined.
- ERR_CTRL_PANEL_NO_BACKENDS_FOUND_TITLE - Static variable in class org.opends.messages.AdminToolMessages
-
No Backends Found
- ERR_CTRL_PANEL_NO_BACKENDS_SELECTED - Static variable in class org.opends.messages.AdminToolMessages
-
No backends selected.
- ERR_CTRL_PANEL_NO_BACKUP_ID_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
No backup ID provided.
- ERR_CTRL_PANEL_NO_BACKUP_PATH_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
No backup path provided.
- ERR_CTRL_PANEL_NO_BASE_DN_FOR_VLV_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a base DN.
- ERR_CTRL_PANEL_NO_BASE_DN_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a base DN.
- ERR_CTRL_PANEL_NO_BASE_DNS_DEFINED_LABEL - Static variable in class org.opends.messages.AdminToolMessages
-
No base DNs defined.
- ERR_CTRL_PANEL_NO_CRON_HOUR_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
No hour provided.
- ERR_CTRL_PANEL_NO_CRON_MINUTE_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
No minute provided.
- ERR_CTRL_PANEL_NO_CRON_MONTH_DAY_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
No day of month provided.
- ERR_CTRL_PANEL_NO_CRON_MONTH_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
No month provided.
- ERR_CTRL_PANEL_NO_CRON_WEEK_DAY_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
No day of week provided.
- ERR_CTRL_PANEL_NO_FILTER_FOR_VLV_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a filter for the index.
- ERR_CTRL_PANEL_NO_INDEX_SELECTED - Static variable in class org.opends.messages.AdminToolMessages
-
No index selected on the tree.
- ERR_CTRL_PANEL_NO_INDEX_TYPE_SELECTED - Static variable in class org.opends.messages.AdminToolMessages
-
You must select at least one index type (approximate, equality, ordering, presence or substring).
- ERR_CTRL_PANEL_NO_INDEXES_FOR_BASEDN - Static variable in class org.opends.messages.AdminToolMessages
-
No indexes defined for base DN '%s'.
- ERR_CTRL_PANEL_NO_MONTH_DAY_SELECTED - Static variable in class org.opends.messages.AdminToolMessages
-
You must select at least one day of the month.
- ERR_CTRL_PANEL_NO_PARENT_BACKUP_ID_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
No parent backup ID provided.
- ERR_CTRL_PANEL_NO_PARENT_BACKUP_SELECTED - Static variable in class org.opends.messages.AdminToolMessages
-
You have chosen to run an incremental backup.
- ERR_CTRL_PANEL_NO_PARENT_BACKUP_TO_VERIFY - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide the parent directory containing the backup files.
- ERR_CTRL_PANEL_NO_VLV_INDEX_NAME_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
No VLV index name provided.
- ERR_CTRL_PANEL_NO_WEEK_DAY_SELECTED - Static variable in class org.opends.messages.AdminToolMessages
-
You must select at least one day of the week.
- ERR_CTRL_PANEL_NOT_A_DESCENDANT_OF_BASE_DN - Static variable in class org.opends.messages.AdminToolMessages
-
The base DN '%s' is not a descendant of any of the base DNs defined in backend '%s'.
- ERR_CTRL_PANEL_NOT_A_STATIC_GROUP - Static variable in class org.opends.messages.AdminToolMessages
-
The entry '%s' exists but it is not an static group.
- ERR_CTRL_PANEL_NOT_VALID_ATTRIBUTE_NAME - Static variable in class org.opends.messages.AdminToolMessages
-
The attribute '%s' has not a valid name.
- ERR_CTRL_PANEL_NOT_VALID_CRON_HOUR_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
The hour value provided is not valid.
- ERR_CTRL_PANEL_NOT_VALID_CRON_MINUTE_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
The minute value provided is not valid.
- ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_DAY_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
The day of month value provided is not valid.
- ERR_CTRL_PANEL_NOT_VALID_CRON_MONTH_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
The month value provided is not valid.
- ERR_CTRL_PANEL_NOT_VALID_CRON_WEEK_DAY_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
The day of week value provided is not valid.
- ERR_CTRL_PANEL_NOT_WORKING_FALLBACK_JVM_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
The Java binary '%s' could not be used to launch the server scripts.
- ERR_CTRL_PANEL_NOT_WORKING_JVM_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
The Java binary '%s' could not be used to launch the server scripts.
- ERR_CTRL_PANEL_OBJECTCLASS_CANNOT_BE_ITS_SUPERIOR - Static variable in class org.opends.messages.AdminToolMessages
-
An object class cannot be its own superior.
- ERR_CTRL_PANEL_OBJECTCLASS_IS_SUPERIOR_OF_SUPERIOR - Static variable in class org.opends.messages.AdminToolMessages
-
The object class is superior (directly or indirectly) of '%s'.
- ERR_CTRL_PANEL_OBJECTCLASS_NAME_ALREADY_IN_USE - Static variable in class org.opends.messages.AdminToolMessages
-
The provided name '%s' already exists in the schema (defined as %s).
- ERR_CTRL_PANEL_OBJECTCLASS_NAME_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a name for the object class.
- ERR_CTRL_PANEL_OID_ALREADY_IN_USE - Static variable in class org.opends.messages.AdminToolMessages
-
The provided OID '%s' already exists in the schema (defined as %s).
- ERR_CTRL_PANEL_OID_NOT_VALID - Static variable in class org.opends.messages.AdminToolMessages
-
The provided OID is not valid.
- ERR_CTRL_PANEL_PASSWORD_DO_NOT_MATCH - Static variable in class org.opends.messages.AdminToolMessages
-
The provided passwords do not match.
- ERR_CTRL_PANEL_PATH_IS_A_DIRECTORY - Static variable in class org.opends.messages.AdminToolMessages
-
The path '%s' is a directory.
- ERR_CTRL_PANEL_READING_JAVA_SETTINGS_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An unexpected error occurred reading the Java settings.
- ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred rebuilding index.
- ERR_CTRL_PANEL_REBUILDING_INDEXES_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error Rebuilding Indexes
- ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_DYNAMIC - Static variable in class org.opends.messages.AdminToolMessages
-
The provided Reference Group exists but it is not a dynamic group.
- ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
The provided Reference Group could not be found.
- ERR_CTRL_PANEL_REFERENCE_GROUP_NOT_VALID - Static variable in class org.opends.messages.AdminToolMessages
-
The provided Dynamic Group Reference DN is not valid.
- ERR_CTRL_PANEL_REFERRAL_LOOP - Static variable in class org.opends.messages.AdminToolMessages
-
The selected referral is defined in server %s and is referencing to an entry in the same server that is an ascentor of the entry.
- ERR_CTRL_PANEL_REJECTS_AND_SKIPS_MUST_BE_DIFFERENT - Static variable in class org.opends.messages.AdminToolMessages
-
The rejects and skips file must have different values.
- ERR_CTRL_PANEL_REJECTS_FILE_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for the rejects file.
- ERR_CTRL_PANEL_REQUIRED_BACKUP_TO_VERIFY - Static variable in class org.opends.messages.AdminToolMessages
-
You must select a backup from the list of available backups.
- ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred updating user password.
- ERR_CTRL_PANEL_RESETTING_USER_PASSWORD_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error updating user password
- ERR_CTRL_PANEL_RESOLVING_REFERRAL_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
The error occurred solving referral '%s'.
- ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred restarting the server.
- ERR_CTRL_PANEL_RESTARTING_SERVER_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during server restart
- ERR_CTRL_PANEL_RESTORING_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred during the restore.
- ERR_CTRL_PANEL_RESTORING_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during Restore
- ERR_CTRL_PANEL_RUN_BACKUP_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred during the backup.
- ERR_CTRL_PANEL_RUN_BACKUP_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during Backup
- ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
The schema could not be found.
- ERR_CTRL_PANEL_SCHEMA_NOT_FOUND_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find schema
- ERR_CTRL_PANEL_SETTING_ENVIRONMENT - Static variable in class org.opends.messages.AdminToolMessages
-
Error setting environment: %s
- ERR_CTRL_PANEL_SKIPS_FILE_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for the skips file.
- ERR_CTRL_PANEL_STARTING_SERVER_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred starting the server.
- ERR_CTRL_PANEL_STARTING_SERVER_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during server start
- ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred stopping the server.
- ERR_CTRL_PANEL_STOPPING_SERVER_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during Server Stop
- ERR_CTRL_PANEL_STOPPING_SERVER_POST_CMD_LINE - Static variable in class org.opends.messages.AdminToolMessages
-
The command-line %s returned successfully but the server appears to be running.
- ERR_CTRL_PANEL_UNEXPECTED_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
Unexpected error.
- ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_CODE - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred updating Java settings.
- ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred updating Java settings.
- ERR_CTRL_PANEL_UPDATING_JAVA_SETTINGS_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error updating Java properties
- ERR_CTRL_PANEL_USER_COMMON_NAME_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for 'Common Name'.
- ERR_CTRL_PANEL_USER_LAST_NAME_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for 'Last Name'.
- ERR_CTRL_PANEL_USER_NAMING_ATTRIBUTE_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for the naming attribute '%s'.
- ERR_CTRL_PANEL_VALUE_IN_BASE_64_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value in Base 64 format.
- ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred during the backup verification.
- ERR_CTRL_PANEL_VERIFYING_BACKUP_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during Backup Verification
- ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred during the index verification.
- ERR_CTRL_PANEL_VERIFYING_INDEXES_ERROR_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error during Index Verification
- ERR_CTRL_PANEL_VLV_INDEX_ALREADY_DEFINED - Static variable in class org.opends.messages.AdminToolMessages
-
There is already a VLV index '%s' defined in backend '%s'.
- ERR_DATABASE_EXCEPTION - Static variable in class org.opends.messages.BackendMessages
-
Database exception: %s
- ERR_DCR_VALIDATION_FAIL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Validation of DIT content rule definition %s failed and will be removed from the schema: %s
- ERR_DECODE_CONTROL_CRITICALITY - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Invalid format for criticality value '%s' in control '%s'
- ERR_DECODE_CONTROL_FAILURE - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
# %s
- ERR_DECODING_CONTROL - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unable to decode ldap control: '%s'
- ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s could be found but its type resolved to an abstract managed object definition
- ERR_DECODING_EXCEPTION_ABSTRACT_TYPE_INFO - Static variable in class org.opends.messages.AdminMessages
-
The %s could be found but its type resolved to an abstract managed object definition
- ERR_DECODING_EXCEPTION_NO_TYPE_INFO - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s could be found but did not contain any type information (e.g. missing object classes in LDAP)
- ERR_DECODING_EXCEPTION_NO_TYPE_INFO - Static variable in class org.opends.messages.AdminMessages
-
The %s could be found but did not contain any type information (e.g. missing object classes in LDAP)
- ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s could be found but did not contain the expected type information (e.g. incorrect object classes in LDAP)
- ERR_DECODING_EXCEPTION_WRONG_TYPE_INFO - Static variable in class org.opends.messages.AdminMessages
-
The %s could be found but did not contain the expected type information (e.g. incorrect object classes in LDAP)
- ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The default values for the "%s" property could not be determined
- ERR_DEFAULT_BEHAVIOR_PROPERTY_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
The default values for the "%s" property could not be determined
- ERR_DELETE_ABORTED_BY_SUBORDINATE_PLUGIN - Static variable in class org.opends.messages.BackendMessages
-
A plugin caused the delete operation to be aborted while deleting a subordinate entry %s
- ERR_DELETE_ASSERTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be removed because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
- ERR_DELETE_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.CoreMessages
-
The entry %s cannot be deleted due to insufficient access rights
- ERR_DELETE_BACKEND_READONLY - Static variable in class org.opends.messages.CoreMessages
-
Unable to delete entry %s because the backend that holds that entry is configured in read-only mode
- ERR_DELETE_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be removed because the server failed to obtain a write lock for this entry after multiple attempts
- ERR_DELETE_CANNOT_PROCESS_ASSERTION_FILTER - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be removed because the request contained an LDAP assertion control, but an error occurred while attempting to compare the target entry against the filter contained in the control: %s
- ERR_DELETE_HAS_SUB_BACKEND - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be removed because the backend that should contain that entry has a subordinate backend with a base DN of %s that is below the target DN
- ERR_DELETE_NO_SUCH_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
Entry %s does not exist in the Directory Server
- ERR_DELETE_NO_SUCH_OBJECT - Static variable in class org.opends.messages.BackendMessages
-
The entry '%s' cannot be removed because it does not exist
- ERR_DELETE_NOT_ALLOWED_ON_NONLEAF - Static variable in class org.opends.messages.BackendMessages
-
The entry '%s' cannot be removed because it has subordinate entries
- ERR_DELETE_SERVER_READONLY - Static variable in class org.opends.messages.CoreMessages
-
Unable to delete entry %s because the Directory Server is configured in read-only mode
- ERR_DELETE_SYNCH_CONFLICT_RESOLUTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during conflict resolution synchronization processing for the delete operation with connection ID %d and operation ID %d: %s
- ERR_DELETE_SYNCH_POSTOP_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during postoperation synchronization processing for the delete operation with connection ID %d and operation ID %d: %s
- ERR_DELETE_SYNCH_PREOP_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during preoperation synchronization processing for the delete operation with connection ID %d and operation ID %d: %s
- ERR_DELETE_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be removed because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
- ERR_DEPENDENCY_TASK_NOT_DEFINED - Static variable in class org.opends.messages.AdminToolMessages
-
There is no task with ID '%s' in the server.
- ERR_DEREGISTER_BASEDN_NOT_REGISTERED - Static variable in class org.opends.messages.CoreMessages
-
Unable to de-register base DN %s with the Directory Server because that base DN is not registered for any active backend
- ERR_DESCRIPTION_INVALID_VERSION - Static variable in class org.opends.messages.ToolMessages
-
Invalid LDAP version number '%s'.
- ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to load the dictionary from file %s: %s
- ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
The specified dictionary file %s does not exist
- ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password contained a word from the server's dictionary
- ERR_DIRCFG_INVALID_CONFIG_CLASS - Static variable in class org.opends.messages.CoreMessages
-
The specified config handler class '%s' is invalid.
- ERR_DIRCFG_INVALID_CONFIG_FILE - Static variable in class org.opends.messages.CoreMessages
-
The specified config file path '%s' is invalid.
- ERR_DIRCFG_INVALID_LOCK_DIRECTORY - Static variable in class org.opends.messages.CoreMessages
-
The specified lock directory '%s' is invalid.
- ERR_DIRCFG_INVALID_SCHEMA_DIRECTORY - Static variable in class org.opends.messages.CoreMessages
-
The specified schema configuration directory '%s' is invalid.
- ERR_DIRCFG_INVALID_SERVER_ROOT - Static variable in class org.opends.messages.CoreMessages
-
The specified server root directory '%s' is invalid.
- ERR_DIRCFG_SERVER_ALREADY_RUNNING - Static variable in class org.opends.messages.CoreMessages
-
The Directory Server is currently running.
- ERR_DIRECTORY_INVALID - Static variable in class org.opends.messages.BackendMessages
-
The backend database directory '%s' is not a valid directory
- ERR_DISK_SPACE_FULL_THRESHOLD_REACHED - Static variable in class org.opends.messages.CoreMessages
-
The disk containing directory %s used by %s is full (%d bytes free).
- ERR_DISK_SPACE_GET_MOUNT_POINT - Static variable in class org.opends.messages.CoreMessages
-
Could not get filesystem for directory %s: %s
- ERR_DISK_SPACE_LOW_THRESHOLD_REACHED - Static variable in class org.opends.messages.CoreMessages
-
The disk containing directory %s used by %s is low on free space (%d bytes free).
- ERR_DISK_SPACE_MONITOR_UPDATE_FAILED - Static variable in class org.opends.messages.CoreMessages
-
Failed to update free disk space for directory %s: %s
- ERR_DIT_CONTENT_RULE_CANNOT_REGISTER - Static variable in class org.opends.messages.SchemaMessages
-
DIT content rule could not be registered from definition: %s
- ERR_DN_TYPE_NOT_FOUND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The DN "%s" could not be parsed due to the following reason: %s
- ERR_DS_BADLY_DISCONNECTED - Static variable in class org.opends.messages.ReplicationMessages
-
The connection from this replication server RS(%d) to directory server DS(%d) at %s for domain "%s" has failed
- ERR_DS_CANNOT_CHANGE_STATUS - Static variable in class org.opends.messages.ReplicationMessages
-
Could not compute new status in DS replication domain %s with server id %s.
- ERR_DS_DISCONNECTED_DURING_HANDSHAKE - Static variable in class org.opends.messages.ReplicationMessages
-
Directory server %s was attempting to connect to replication server %s but has disconnected in handshake phase
- ERR_DS_DN_DOES_NOT_MATCH - Static variable in class org.opends.messages.ReplicationMessages
-
DN sent by replication server: %s does not match local directory server one: %s
- ERR_DS_INVALID_INIT_STATUS - Static variable in class org.opends.messages.ReplicationMessages
-
Computed invalid initial status: %s in DS replication domain %s with server id %s
- ERR_DS_INVALID_REQUESTED_STATUS - Static variable in class org.opends.messages.ReplicationMessages
-
Received invalid requested status %s in DS replication domain %s with server id %s
- ERR_DS_UNKNOWN_ASSURED_MODE - Static variable in class org.opends.messages.ReplicationMessages
-
In directory server %s, received unknown assured update mode: %s, for domain %s.
- ERR_DSCFG_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
Cannot write to file %s.
- ERR_DSCFG_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The specified path %s to write the equivalent command is a directory.
- ERR_DSCFG_ERROR_BIND_PASSWORD_NONINTERACTIVE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The LDAP bind password was not specified and cannot be read interactively
- ERR_DSCFG_ERROR_CANNOT_READ_CONNECTION_PARAMETERS - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The connection parameters could not be read due to the following error: %s
- ERR_DSCFG_ERROR_CATEGORY_TYPE_UNRECOGNIZED - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
"%s" is not a recognized component type in category "%s"
- ERR_DSCFG_ERROR_CATEGORY_UNRECOGNIZED - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
"%s" is not a recognized component category
- ERR_DSCFG_ERROR_CREATE_AUTHZ - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be created because you do not have the correct authorization
- ERR_DSCFG_ERROR_CREATE_CE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be created due to a communications problem: %s
- ERR_DSCFG_ERROR_CREATE_CME - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be created because another client is currently making conflicting configuration changes
- ERR_DSCFG_ERROR_CREATE_MOAEE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be created because there is already an existing one with the same name
- ERR_DSCFG_ERROR_CREATE_NAME_ALREADY_EXISTS - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
There is already another %s with the name "%s"
- ERR_DSCFG_ERROR_CREATE_ORE_PLURAL - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be created because of the following reasons:
- ERR_DSCFG_ERROR_CREATE_ORE_SINGLE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be created because of the following reason:
- ERR_DSCFG_ERROR_DELETE_AUTHZ - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be deleted because you do not have the correct authorization
- ERR_DSCFG_ERROR_DELETE_CE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be deleted due to a communications problem: %s
- ERR_DSCFG_ERROR_DELETE_CME - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be deleted because another client is currently making conflicting configuration changes
- ERR_DSCFG_ERROR_DELETE_MONFE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be deleted because it does not exist
- ERR_DSCFG_ERROR_DELETE_ORE_PLURAL - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be deleted because of the following reasons:
- ERR_DSCFG_ERROR_DELETE_ORE_SINGLE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be deleted because of the following reason:
- ERR_DSCFG_ERROR_FINDER_NO_CHILDREN - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
Unable to continue since there are no %s currently configured on the server
- ERR_DSCFG_ERROR_FINDER_NO_CHILDREN_NULL - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
Unable to continue since there is no such an object currently configured on the server
- ERR_DSCFG_ERROR_GET_CHILD_AUTHZ - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be accessed because you do not have the correct authorization
- ERR_DSCFG_ERROR_GET_CHILD_CME - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be accessed because another client is currently making conflicting configuration changes
- ERR_DSCFG_ERROR_GET_CHILD_DDE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be retrieved because its type could not be determined.
- ERR_DSCFG_ERROR_GET_CHILD_MODE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be retrieved because of the reasons listed below:
- ERR_DSCFG_ERROR_GET_CHILD_MONFE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s does not exist
- ERR_DSCFG_ERROR_GET_PARENT_DDE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The parent %s could not be retrieved because its type could not be determined.
- ERR_DSCFG_ERROR_GET_PARENT_MODE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The parent %s could not be retrieved because of the reasons listed below:
- ERR_DSCFG_ERROR_GET_PARENT_MONFE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The parent %s does not exist
- ERR_DSCFG_ERROR_ILLEGAL_NAME_BLANK - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
Blank names are not permitted for %s
- ERR_DSCFG_ERROR_ILLEGAL_NAME_EMPTY - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
Empty names are not permitted for %s
- ERR_DSCFG_ERROR_ILLEGAL_NAME_SYNTAX - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The name "%s" is not a valid name for the %s which has the following syntax: %s
- ERR_DSCFG_ERROR_ILLEGAL_NAME_UNKNOWN - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The name "%s" is not a valid name for the %s
- ERR_DSCFG_ERROR_INCOMPATIBLE_PROPERTY_MOD - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The property modification "%s" is incompatible with another modification to the same property
- ERR_DSCFG_ERROR_LDAP_FAILED_TO_CONNECT - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
Unable to connect to the server at "%s" on port %s
- ERR_DSCFG_ERROR_LIST_AUTHZ - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be listed because you do not have the correct authorization
- ERR_DSCFG_ERROR_LIST_CE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be listed due to a communications problem: %s
- ERR_DSCFG_ERROR_LIST_CME - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be listed because another client is currently making conflicting configuration changes
- ERR_DSCFG_ERROR_LIST_DDE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be retrieved because its type could not be determined.
- ERR_DSCFG_ERROR_LIST_MODE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be retrieved because of the reasons listed below:
- ERR_DSCFG_ERROR_LIST_MONFE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s does not exist
- ERR_DSCFG_ERROR_MISSING_NON_INTERACTIVE_ARG - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The argument "--%s" must be specified when this application is used non-interactively
- ERR_DSCFG_ERROR_MISSING_SUBCOMMAND - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
A sub-command must be specified
- ERR_DSCFG_ERROR_MODIFY_AUTHZ - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be modified because you do not have the correct authorization
- ERR_DSCFG_ERROR_MODIFY_CE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be modified due to a communications problem: %s
- ERR_DSCFG_ERROR_MODIFY_CME - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be modified because another client is currently making conflicting configuration changes
- ERR_DSCFG_ERROR_MODIFY_ORE_PLURAL - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be modified because of the following reasons:
- ERR_DSCFG_ERROR_MODIFY_ORE_SINGLE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be modified because of the following reason:
- ERR_DSCFG_ERROR_NO_AVAILABLE_TYPES - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
Unable to continue since there are no available types of %s to choose from
- ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_MOD - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The property modification "%s" does not contain a property name.
- ERR_DSCFG_ERROR_NO_NAME_IN_PROPERTY_VALUE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The property argument "%s" does not contain a property name.
- ERR_DSCFG_ERROR_NO_PASSWORD - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
No password was specified for administrator "%s"
- ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_MOD - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The property modification "%s" does not contain a name/value separator.
- ERR_DSCFG_ERROR_NO_SEPARATOR_IN_PROPERTY_VALUE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The property argument "%s" does not contain a name/value separator.
- ERR_DSCFG_ERROR_NO_VALUE_IN_PROPERTY_VALUE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The property argument "%s" does not contain a property value.
- ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The property "%s" is not a recognized property of %s
- ERR_DSCFG_ERROR_PROPERTY_UNRECOGNIZED_NO_DEFN - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The property "%s" is not a recognized property
- ERR_DSCFG_ERROR_QUIET_AND_INTERACTIVE_INCOMPATIBLE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
If you specify the {%s} argument you must also specify {%s}
- ERR_DSCFG_ERROR_READING_BATCH_FILE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
An error occurred while attempting to read the batch file : %s
- ERR_DSCFG_ERROR_SUB_TYPE_UNRECOGNIZED - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The sub-type "%s" is not a recognized type of %s.
- ERR_DSCFG_ERROR_TYPE_UNRECOGNIZED_FOR_SUBCOMMAND - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
"%s" component type cannot be used with subcommand {%s}
- ERR_DSCFG_ERROR_UNABLE_TO_RESET_MANDATORY_PROPERTY - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s property "%s" is mandatory cannot be reset.
- ERR_DSCFG_ERROR_UNABLE_TO_RESET_PROPERTY_WITH_VALUE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
"--%s %s" : the argument "--%s" reset the property to the default value.
- ERR_DSCFG_ERROR_UNABLE_TO_SET_NAMING_PROPERTY - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The property "%s" cannot be set as it is defined implicitly by the name of the %s
- ERR_DSCFG_ERROR_VALUE_DOES_NOT_EXIST - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The value %s for the %s property does not exist
- ERR_DSCFG_ERROR_WRITING_EQUIVALENT_COMMAND_LINE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
An error occurred while attempting to write equivalent non-interactive command line to file %s.
- ERR_DSCORE_CANNOT_BOOTSTRAP - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to bootstrap the Directory Server: %s
- ERR_DSCORE_CANNOT_INITIALIZE_ARGS - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to initialize the command-line arguments: %s
- ERR_DSCORE_CANNOT_START - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while trying to start the Directory Server: %s
- ERR_DSCORE_ERROR_NODETACH_AND_WINDOW_SERVICE - Static variable in class org.opends.messages.CoreMessages
-
OpenDJ is configured to run as a Windows service and it cannot run in no-detach mode
- ERR_DSCORE_ERROR_NODETACH_TIMEOUT - Static variable in class org.opends.messages.CoreMessages
-
In no-detach mode, the 'timeout' option cannot be used
- ERR_DSCORE_ERROR_PARSING_ARGS - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to parse the provided set of command line arguments: %s
- ERR_DSR_VALIDATION_FAIL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Validation of DIT structure rule definition %s failed and will be removed from the schema: %s
- ERR_DUPLICATE_REPLICATION_SERVER_ID - Static variable in class org.opends.messages.ReplicationMessages
-
In Replication server %s: replication servers %s and %s have the same ServerId : %d
- ERR_DUPLICATE_SERVER_ID - Static variable in class org.opends.messages.ReplicationMessages
-
In Replication server %s: servers %s and %s have the same ServerId : %d
- ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED - Static variable in class org.opends.messages.ExtensionMessages
-
Dynamic groups do not support explicitly altering their membership
- ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to decode value "%s" in entry "%s" as an LDAP URL: %s
- ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
The server encountered a timeout while attempting to add user %s to the member list for dynamic group %s
- ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting perform an internal search with base DN %s and filter %s to resolve the member list for dynamic group %s: result code %s, error message %s
- ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED - Static variable in class org.opends.messages.ExtensionMessages
-
Dynamic groups do not support nested groups
- ERR_ECLN_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided entry changelog notification control because an error occurred while attempting to decode the control value: %s
- ERR_ECLN_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided entry changelog notification control because it does not have a value
- ERR_ECN_BAD_CHANGE_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a entry change notification control because it an invalid changeTypes field '%d', when a value of 1, 2, 4, or 8 was expected
- ERR_ECN_CANNOT_DECODE_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided entry change notification control because an error occurred while attempting to decode the control value: %s
- ERR_ECN_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided entry change notification control because an error occurred while attempting to decode the control value: %s
- ERR_ECN_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as an entry change notification response control because it contained the OID '%s', when '%s' was expected
- ERR_ECN_ILLEGAL_PREVIOUS_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided entry change notification control because it contains a previous DN element but had a change type of %s.
- ERR_ECN_ILLEGAL_PREVIOUS_DN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided entry change notification control because it contains a previous DN element but had a change type of %s.
- ERR_ECN_INVALID_PREVIOUS_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided entry change notification control because it contains an invalid previous DN: %s
- ERR_ECN_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided entry change notification control because it does not have a value
- ERR_ECN_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided entry change notification control because it does not have a value
- ERR_EDITOR_READ_FIRST_DUPLICATE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
This property already contains the value "%s".
- ERR_EDITOR_READ_NEXT_DUPLICATE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
This property already contains the value "%s".
- ERR_EFFECTIVERIGHTS_INVALID_AUTHZID - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The authorization ID "%s" contained in the geteffectiverights control is invalid because it does not start with "dn:" to indicate a user DN
- ERR_EFFECTIVERIGHTS_INVALID_AUTHZID - Static variable in class org.opends.messages.ToolMessages
-
The authorization ID "%s" contained in the geteffectiverights control is invalid because it does not start with "dn:" to indicate a user DN
- ERR_EMAIL_CANNOT_ATTACH_FILE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while trying to attach file %s: %s
- ERR_EMAIL_CANNOT_PROCESS_BODY_FILE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to process message body file %s: %s
- ERR_EMAIL_CANNOT_SEND_MESSAGE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while trying to send the e-mail message: %s
- ERR_EMAIL_NO_SUCH_ATTACHMENT_FILE - Static variable in class org.opends.messages.UtilityMessages
-
The attachment file %s does not exist
- ERR_EMAIL_NO_SUCH_BODY_FILE - Static variable in class org.opends.messages.UtilityMessages
-
The file %s specified as the body file for the e-mail message does not exist
- ERR_EMAILMSG_CANNOT_SEND - Static variable in class org.opends.messages.UtilityMessages
-
The specified e-mail message could not be sent using any of the configured mail servers
- ERR_EMAILMSG_INVALID_RECIPIENT_ADDRESS - Static variable in class org.opends.messages.UtilityMessages
-
The provided recipient address %s is invalid: %s
- ERR_EMAILMSG_INVALID_SENDER_ADDRESS - Static variable in class org.opends.messages.UtilityMessages
-
The provided sender address %s is invalid: %s
- ERR_EMBEDDED_SERVER_ARCHIVE_SETUP_WRONG_ROOT_DIRECTORY - Static variable in class org.opends.messages.UtilityMessages
-
The setup from an archive can only be done with a server root directory named after the root directory contained in the archive: '%s'.
- ERR_EMBEDDED_SERVER_BUILD_VERSION - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to retrieve the build version of the directory server: '%s'
- ERR_EMBEDDED_SERVER_CONFIGURE_REPLICATION - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to configure replication between embedded server with server root '%s' and source replication port '%s' and destination server with hostname '%s' and destination replication port '%s'.
- ERR_EMBEDDED_SERVER_IMPORT_DATA - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to import LDIF file '%s' into embedded server with server root '%s'.
- ERR_EMBEDDED_SERVER_IMPORT_DATA_SERVER_IS_NOT_RUNNING - Static variable in class org.opends.messages.UtilityMessages
-
The import data operation could not be performed on the embedded server because it is not running
- ERR_EMBEDDED_SERVER_INITIALIZE_REPLICATION - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to initialize replication between embedded server with server root '%s' and admin source port '%s' and destination server with hostname '%s' and destination admin port '%s'.
- ERR_EMBEDDED_SERVER_INTERNAL_CONNECTION - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to retrieve an internal connection to the server with the user DN '%s'
- ERR_EMBEDDED_SERVER_LDIF_MANAGEMENT_CONTEXT - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to read the configuration file '%s'
- ERR_EMBEDDED_SERVER_REBUILD_INDEX - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to rebuild index of embedded server with server root '%s'.
- ERR_EMBEDDED_SERVER_REBUILD_INDEX_SERVER_IS_RUNNING - Static variable in class org.opends.messages.UtilityMessages
-
The rebuild index operation could not be performed on the embedded server because it is running
- ERR_EMBEDDED_SERVER_SETUP - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to setup the embedded server with server root '%s', base DN '%s' and backend type '%s'.
- ERR_EMBEDDED_SERVER_SETUP_EXTRACT_ARCHIVE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to extract server archive '%s' before setup of embedded server with server root '%s': %s
- ERR_EMBEDDED_SERVER_START - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to start the embedded server with server root '%s' : %s
- ERR_EMBEDDED_SERVER_UPGRADE - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to upgrade the embedded server with server root '%s' : %s
- ERR_EMBEDUTILS_SERVER_ALREADY_RUNNING - Static variable in class org.opends.messages.UtilityMessages
-
The embedded server with server root '%s' cannot be started because it is already running.
- ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed by the integer first component matching rule because the first component does not appear to be an integer value
- ERR_ENCODING_VALUES_FOR_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because an error occurred while encoding the values for the field '%s': '%s'
- ERR_ENCPW_CANNOT_ENCODE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to encode the clear-text password: %s
- ERR_ENCPW_CANNOT_READ_PW - Static variable in class org.opends.messages.ToolMessages
-
Cannot read password from the input: %s
- ERR_ENCPW_ENCODED_PASSWORD - Static variable in class org.opends.messages.ToolMessages
-
Encoded Password: "%s"
- ERR_ENCPW_INVALID_ENCODED_AUTHPW - Static variable in class org.opends.messages.ToolMessages
-
The provided password is not a valid encoded authentication password value: %s
- ERR_ENCPW_INVALID_ENCODED_USERPW - Static variable in class org.opends.messages.ToolMessages
-
The provided password is not a valid encoded user password value: %s
- ERR_ENCPW_NO_CLEAR_PW - Static variable in class org.opends.messages.ToolMessages
-
No clear-text password was specified.
- ERR_ENCPW_NO_SCHEME - Static variable in class org.opends.messages.ToolMessages
-
No password storage scheme was specified.
- ERR_ENCPW_NO_STORAGE_SCHEMES - Static variable in class org.opends.messages.ToolMessages
-
No password storage schemes have been configured for use in the Directory Server
- ERR_ENCPW_NO_SUCH_AUTH_SCHEME - Static variable in class org.opends.messages.ToolMessages
-
Authentication password storage scheme "%s" is not configured for use in the Directory Server
- ERR_ENCPW_NO_SUCH_SCHEME - Static variable in class org.opends.messages.ToolMessages
-
Password storage scheme "%s" is not configured for use in the Directory Server
- ERR_ENCPW_NOT_SAME_PW - Static variable in class org.opends.messages.ToolMessages
-
Provided passwords don't matched
- ERR_ENQUEUE_BIND_IN_PROGRESS - Static variable in class org.opends.messages.CoreMessages
-
A bind operation is currently in progress on the associated client connection.
- ERR_ENQUEUE_MUST_CHANGE_PASSWORD - Static variable in class org.opends.messages.CoreMessages
-
%s must change their password before it will be allowed to request any other operations
- ERR_ENQUEUE_SASLBIND_IN_PROGRESS - Static variable in class org.opends.messages.CoreMessages
-
A SASL bind operation is currently in progress on the associated client connection.
- ERR_ENQUEUE_STARTTLS_IN_PROGRESS - Static variable in class org.opends.messages.CoreMessages
-
A StartTLS operation is currently in progress on the associated client connection.
- ERR_ENTRY_ADD_DUPLICATE_OC - Static variable in class org.opends.messages.CoreMessages
-
Object class %s is already present in entry %s and cannot be added a second time
- ERR_ENTRY_ADD_OBSOLETE_OC - Static variable in class org.opends.messages.CoreMessages
-
Object class %s added to entry %s is marked OBSOLETE in the server schema
- ERR_ENTRY_ADD_UNKNOWN_OC - Static variable in class org.opends.messages.CoreMessages
-
Object class %s cannot be added to entry %s because that class is not defined in the Directory Server schema
- ERR_ENTRY_CONTAINER_ALREADY_REGISTERED - Static variable in class org.opends.messages.BackendMessages
-
An entry container named '%s' is alreadly registered for base DN '%s'
- ERR_ENTRY_DATABASE_CORRUPT - Static variable in class org.opends.messages.BackendMessages
-
The entry database does not contain a valid record for ID %s
- ERR_ENTRY_DECODE_EXCEPTION - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode an entry because an unexpected exception was caught during processing: %s
- ERR_ENTRY_DECODE_UNRECOGNIZED_VERSION - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode an entry because it had an unsupported entry version byte value of %s
- ERR_ENTRY_DUPLICATE_VALUES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to add one or more values to attribute '%s' because at least one of the values already exists
- ERR_ENTRY_DUPLICATE_VALUES - Static variable in class org.opends.messages.CoreMessages
-
Unable to add one or more values to attribute %s because at least one of the values already exists
- ERR_ENTRY_GENERATOR_CANNOT_DECODE_BRANCH_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to decode branch DN "%s" on line %d of the template file
- ERR_ENTRY_GENERATOR_CANNOT_INSTANTIATE_NEW_TAG - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An unexpected error occurred while trying to create a new instance of tag %s referenced on line %d of the template file: %s
- ERR_ENTRY_GENERATOR_CANNOT_INSTANTIATE_TAG - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot instantiate class %s as a MakeLDIF tag
- ERR_ENTRY_GENERATOR_CANNOT_LOAD_TAG_CLASS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to load class %s for use as a MakeLDIF tag
- ERR_ENTRY_GENERATOR_CONFLICTING_BRANCH_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The branch definition '%s' starting on line %d conflicts with an earlier branch definition contained in the template file
- ERR_ENTRY_GENERATOR_CONFLICTING_TAG_NAME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot register the tag defined in class %s because the tag name %s conflicts with the name of another tag that has already been registered
- ERR_ENTRY_GENERATOR_CONFLICTING_TEMPLATE_NAME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The template definition %s starting on line %d conflicts with an earlier template definition contained in the template file
- ERR_ENTRY_GENERATOR_COULD_NOT_FIND_NAME_FILE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Could not find names resource file %s
- ERR_ENTRY_GENERATOR_COULD_NOT_FIND_TEMPLATE_FILE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Could not find template file %s
- ERR_ENTRY_GENERATOR_DEFINE_MISSING_EQUALS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The constant definition on line %d is missing an equal sign to delimit the constant name from the value
- ERR_ENTRY_GENERATOR_DEFINE_NAME_EMPTY - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The constant definition on line %d does not include a name for the constant
- ERR_ENTRY_GENERATOR_EXCEPTION_DURING_PARSE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An error occurred while attempting to parse the template file: %s
- ERR_ENTRY_GENERATOR_INCOMPLETE_TAG - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Line %d of the template file contains an incomplete tag that starts with either '<' or '{' but does get closed
- ERR_ENTRY_GENERATOR_NO_ATTR_IN_TEMPLATE_LINE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
There is no attribute name before the colon on line %d of the template file in the definition for template %s %s
- ERR_ENTRY_GENERATOR_NO_COLON_IN_TEMPLATE_LINE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
There is no colon to separate the attribute name from the value pattern on line %d of the template file in the definition for %s %s
- ERR_ENTRY_GENERATOR_NO_SUCH_TAG - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An undefined tag %s is referenced on line %d of the template file
- ERR_ENTRY_GENERATOR_SUBORDINATE_CANT_PARSE_NUMENTRIES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse the number of entries for template %s as an integer for the subordinate template definition on line %d for %s %s
- ERR_ENTRY_GENERATOR_TAG_CANNOT_FIND_FILE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot find file %s referenced by tag %s on line %d of the template file
- ERR_ENTRY_GENERATOR_TAG_CANNOT_PARSE_AS_BOOLEAN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot parse value "%s" as a Boolean value for tag %s on line %d of the template file.
- ERR_ENTRY_GENERATOR_TAG_CANNOT_PARSE_AS_INTEGER - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot parse value "%s" as an integer for tag %s on line %d of the template file
- ERR_ENTRY_GENERATOR_TAG_CANNOT_READ_FILE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An error occurred while trying to read file %s referenced by tag %s on line %d of the template file: %s
- ERR_ENTRY_GENERATOR_TAG_INTEGER_ABOVE_UPPER_BOUND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Value %d is above the largest allowed value of %d for tag %s on line %d of the template file
- ERR_ENTRY_GENERATOR_TAG_INTEGER_BELOW_LOWER_BOUND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Value %d is below the lowest allowed value of %d for tag %s on line %d of the template file
- ERR_ENTRY_GENERATOR_TAG_INVALID_ARGUMENT_COUNT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Invalid number of arguments provided for tag %s on line number %d of the template file: expected %d, got %d
- ERR_ENTRY_GENERATOR_TAG_INVALID_ARGUMENT_RANGE_COUNT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Invalid number of arguments provided for tag %s on line number %d of the template file: expected between %d and %d, got %d
- ERR_ENTRY_GENERATOR_TAG_INVALID_FILE_ACCESS_MODE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Invalid file access mode %s for tag %s on line %d of the template file.
- ERR_ENTRY_GENERATOR_TAG_INVALID_FORMAT_STRING - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot parse value "%s" as an valid format string for tag %s on line %d of the template file
- ERR_ENTRY_GENERATOR_TAG_LIST_NO_ARGUMENTS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The list tag on line %d of the template file does not contain any arguments to specify the list values.
- ERR_ENTRY_GENERATOR_TAG_NO_RANDOM_TYPE_ARGUMENT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The random tag on line %d of the template file does not include an argument to specify the type of random value that should be generated
- ERR_ENTRY_GENERATOR_TAG_NOT_ALLOWED_IN_BRANCH - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Tag %s referenced on line %d of the template file is not allowed for use in branch definitions
- ERR_ENTRY_GENERATOR_TAG_UNDEFINED_ATTRIBUTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Undefined attribute %s referenced on line %d of the template file
- ERR_ENTRY_GENERATOR_TAG_UNKNOWN_RANDOM_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The random tag on line %d of the template file references an unknown random type of %s
- ERR_ENTRY_GENERATOR_TEMPLATE_INVALID_PARENT_TEMPLATE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The parent template %s referenced on line %d for template %s is invalid because the referenced parent template is not defined before the template that extends it
- ERR_ENTRY_GENERATOR_TEMPLATE_MISSING_RDN_ATTR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The template named %s includes RDN attribute %s that is not assigned a value in that template
- ERR_ENTRY_GENERATOR_UNDEFINED_BRANCH_SUBORDINATE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The branch with entry DN '%s' references a subordinate template named '%s' which is not defined in the template file
- ERR_ENTRY_GENERATOR_UNDEFINED_TEMPLATE_SUBORDINATE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The template named %s references a subordinate template named %s which is not defined in the template file
- ERR_ENTRY_GENERATOR_UNEXPECTED_TEMPLATE_FILE_LINE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unexpected template line "%s" encountered on line %d of the template file
- ERR_ENTRY_GENERATOR_WARNING_DEFINE_VALUE_EMPTY - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Constant '%s' defined on line %d has not been assigned a value
- ERR_ENTRY_INCREMENT_CANNOT_PARSE_AS_INT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to increment the value of attribute '%s' because either the current value or the increment could not be parsed as an integer
- ERR_ENTRY_INCREMENT_CANNOT_PARSE_AS_INT - Static variable in class org.opends.messages.CoreMessages
-
Unable to increment the value of attribute %s because either the current value or the increment could not be parsed as an integer
- ERR_ENTRY_INCREMENT_INVALID_VALUE_COUNT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to increment the value of attribute '%s' because the provided modification did not have exactly one value to use as the increment
- ERR_ENTRY_INCREMENT_INVALID_VALUE_COUNT - Static variable in class org.opends.messages.CoreMessages
-
Unable to increment the value of attribute %s because the provided modification did not have exactly one value to use as the increment
- ERR_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to increment the value of attribute '%s' because that attribute does not exist in the entry
- ERR_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE - Static variable in class org.opends.messages.CoreMessages
-
Unable to increment the value of attribute %s because that attribute does not exist in the entry
- ERR_ENTRY_NO_SUCH_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to remove one or more values from attribute '%s' because at least one of the attributes does not exist in the entry
- ERR_ENTRY_NO_SUCH_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Unable to remove one or more values from attribute %s because at least one of the attributes does not exist in the entry
- ERR_ENTRY_OC_INCREMENT_NOT_SUPPORTED - Static variable in class org.opends.messages.CoreMessages
-
The increment operation is not supported for the objectClass attribute
- ERR_ENTRY_SCHEMA_AT_EMPTY_ATTRIBUTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it contains an empty attribute "%s"
- ERR_ENTRY_SCHEMA_AT_SINGLE_VALUED_ATTRIBUTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it contains multiple values for the single-valued attribute "%s"
- ERR_ENTRY_SCHEMA_ATTR_NO_VALUES - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it includes attribute %s without any values
- ERR_ENTRY_SCHEMA_ATTR_SINGLE_VALUED - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it includes multiple values for attribute %s, which is defined as a single-valued attribute
- ERR_ENTRY_SCHEMA_COULD_NOT_CHECK_DSR - Static variable in class org.opends.messages.CoreMessages
-
An unexpected error occurred while attempting to check entry %s against DIT structure rule %s: %s
- ERR_ENTRY_SCHEMA_COULD_NOT_CHECK_PARENT_DSR - Static variable in class org.opends.messages.CoreMessages
-
An unexpected error occurred while attempting to perform DIT structure rule processing for the parent of entry %s: %s
- ERR_ENTRY_SCHEMA_DCR_DISALLOWED_ATTRIBUTES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it contains attribute "%s" which is not allowed by any of the object classes in the entry nor its DIT content rule "%s"
- ERR_ENTRY_SCHEMA_DCR_MISSING_MUST_ATTRIBUTES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it does not contain attribute "%s" which is required by DIT content rule "%s"
- ERR_ENTRY_SCHEMA_DCR_PROHIBITED_ATTRIBUTES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it contains attribute "%s" which is prohibited by DIT content rule "%s"
- ERR_ENTRY_SCHEMA_DCR_PROHIBITED_AUXILIARY_OC - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it contains auxiliary object class "%s" which is not allowed by DIT content rule "%s"
- ERR_ENTRY_SCHEMA_DISALLOWED_AUXILIARY_CLASS - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it includes auxiliary objectClass %s that is not allowed by DIT content rule %s
- ERR_ENTRY_SCHEMA_DISALLOWED_USER_ATTR_FOR_OC - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it includes attribute %s which is not allowed by any of the objectclasses defined in that entry
- ERR_ENTRY_SCHEMA_DSR_DISALLOWED_SUPERIOR_OC - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because DIT structure rule %s does not allow entries of type %s to be placed immediately below entries of type %s
- ERR_ENTRY_SCHEMA_DSR_ILLEGAL_OC - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because DIT structure rule "%s" does not allow entries of type "%s" to be placed immediately below entries of type "%s"
- ERR_ENTRY_SCHEMA_DSR_MISSING_DSR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because there is no DIT structure rule that applies to the entry, but there is a DIT structure rule "%s" which applies to the parent entry
- ERR_ENTRY_SCHEMA_DSR_NO_PARENT_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
The Directory Server was unable to evaluate entry %s to determine whether it was compliant with the DIT structure rule configuration because parent entry %s either does not exist or could not be retrieved
- ERR_ENTRY_SCHEMA_DSR_NO_PARENT_OC - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" could not be validated against any DIT structure rules because its parent entry does not appear to contain a valid structural object class
- ERR_ENTRY_SCHEMA_DSR_NO_PARENT_OC - Static variable in class org.opends.messages.CoreMessages
-
The Directory Server was unable to evaluate entry %s to determine whether it was compliant with the DIT rule configuration because the parent entry %s does not appear to contain a valid structural objectclass
- ERR_ENTRY_SCHEMA_DSR_PARENT_NOT_FOUND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" could not be validated against any DIT structure rules because its parent entry could not be retrieved for the following reason: %s
- ERR_ENTRY_SCHEMA_MISSING_REQUIRED_ATTR_FOR_DCR - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it is missing attribute %s which is required by DIT content rule %s
- ERR_ENTRY_SCHEMA_MISSING_REQUIRED_ATTR_FOR_OC - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it is missing attribute %s which is required by objectclass %s
- ERR_ENTRY_SCHEMA_MULTIPLE_STRUCTURAL_CLASSES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it contains multiple conflicting structural object classes "%s" and "%s".
- ERR_ENTRY_SCHEMA_MULTIPLE_STRUCTURAL_CLASSES - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it includes multiple conflicting structural objectclasses %s and %s.
- ERR_ENTRY_SCHEMA_NF_DISALLOWED_ATTRIBUTES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because its RDN contains attribute "%s" which is not allowed by any the name form "%s"
- ERR_ENTRY_SCHEMA_NF_MISSING_MUST_ATTRIBUTES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because its RDN does not contain the attribute "%s" which is required by name form "%s"
- ERR_ENTRY_SCHEMA_NO_STRUCTURAL_CLASS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it does not include a structural object class.
- ERR_ENTRY_SCHEMA_NO_STRUCTURAL_CLASS - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it does not include a structural objectclass.
- ERR_ENTRY_SCHEMA_OC_DISALLOWED_ATTRIBUTES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it contains attribute "%s" which is not allowed by any of the object classes in the entry
- ERR_ENTRY_SCHEMA_OC_MISSING_MUST_ATTRIBUTES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it does not contain attribute "%s" which is required by object class "%s"
- ERR_ENTRY_SCHEMA_PROHIBITED_ATTR_FOR_DCR - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it contains attribute %s which is prohibited by DIT content rule %s
- ERR_ENTRY_SCHEMA_RDN_DISALLOWED_ATTR - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because its RDN contains attribute %s that is not allowed by name form %s
- ERR_ENTRY_SCHEMA_RDN_MISSING_REQUIRED_ATTR - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because its RDN does not contain attribute %s that is required by name form %s
- ERR_ENTRY_SCHEMA_UNKNOWN_OBJECT_CLASS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Entry "%s" violates the schema because it contains an unrecognized object class "%s"
- ERR_ENTRY_SCHEMA_UNKNOWN_OC - Static variable in class org.opends.messages.CoreMessages
-
Entry %s violates the Directory Server schema configuration because it contains an unknown objectclass %s
- ERR_ENTRY_SCHEMA_VIOLATES_PARENT_DSR - Static variable in class org.opends.messages.CoreMessages
-
Entry %s is invalid according to the server schema because there is no DIT structure rule that applies to that entry, but there is a DIT structure rule for the parent entry %s
- ERR_ENTRY_UNKNOWN_MODIFICATION_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unsupported modification type '%s'
- ERR_ENTRY_UNKNOWN_MODIFICATION_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unknown modification type %s requested
- ERR_ENTRYENCODECFG_INVALID_LENGTH - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided entry encode configuration element because it has an invalid length
- ERR_ENTRYIDSORTER_CANNOT_EXAMINE_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
Unable to examine the entry with ID %s for sorting purposes: %s
- ERR_ENTRYIDSORTER_NEGATIVE_START_POS - Static variable in class org.opends.messages.BackendMessages
-
Unable to process the virtual list view request because the target start position was before the beginning of the result set
- ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_ERROR_BIND_PASSWORD_NONINTERACTIVE - Static variable in class org.opends.messages.ToolMessages
-
The LDAP bind password was not specified and cannot be read interactively
- ERR_ERROR_CANNOT_READ_BIND_NAME - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Unable to read bind name
- ERR_ERROR_CANNOT_READ_CONNECTION_PARAMETERS - Static variable in class org.opends.messages.ToolMessages
-
The connection parameters could not be read due to the following error: %s
- ERR_ERROR_CANNOT_READ_HOST_NAME - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Cannot read the host name
- ERR_ERROR_CANNOT_READ_PASSWORD - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Unable to read password
- ERR_ERROR_CLEARING_DB - Static variable in class org.opends.messages.ReplicationMessages
-
While clearing the database %s , the following error happened: %s
- ERR_ERROR_CONNECTING_TO_SERVER_PROMPT_AGAIN - Static variable in class org.opends.messages.AdminToolMessages
-
Could not connect to the Directory Server %s with the provided credentials.
- ERR_ERROR_CREATING_JAVA_HOME_SCRIPTS - Static variable in class org.opends.messages.QuickSetupMessages
-
Error updating scripts with java properties.
- ERR_ERROR_INCOMPATIBLE_PROPERTY_MOD - Static variable in class org.opends.messages.ToolMessages
-
The property modification "%s" is incompatible with another modification to the same property
- ERR_ERROR_MSG_RECEIVED - Static variable in class org.opends.messages.ReplicationMessages
-
The following error has been received : %s
- ERR_ERROR_NO_ADMIN_PASSWORD - Static variable in class org.opends.messages.ToolMessages
-
No password was specified for administrator "%s"
- ERR_ERROR_PARSING_ARGS - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
An error occurred while parsing the command-line arguments: %s
- ERR_ERROR_PARSING_ARGS - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while parsing the command-line arguments: %s
- ERR_ERROR_PARSING_ARGS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while parsing the command-line arguments: %s
- ERR_ERROR_REPLAYING_OPERATION - Static variable in class org.opends.messages.ReplicationMessages
-
Could not replay operation %s with ChangeNumber %s error %s %s
- ERR_ERROR_RESPONSE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
An error occurred while processing the request '%s': '%s' (details: '%s')
- ERR_ERROR_SEARCHING_BACKUPS_SUMMARY - Static variable in class org.opends.messages.AdminToolMessages
-
Error searching backups
- ERR_ERROR_SEARCHING_RUV - Static variable in class org.opends.messages.ReplicationMessages
-
Error %s when searching for server state %s : %s base dn : %s
- ERR_ERROR_STARTING_CONNECTION_HANDLERS - Static variable in class org.opends.messages.CoreMessages
-
Could not start connection handlers
- ERR_ETAG_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_EXACTMAP_ATTR_UNINDEXED - Static variable in class org.opends.messages.ExtensionMessages
-
The exact match identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s
- ERR_EXACTMAP_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ExtensionMessages
-
The internal search based on ID string %s could not be processed efficiently: %s.
- ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
ID string %s mapped to multiple users
- ERR_EXACTMAP_SEARCH_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
An internal failure occurred while attempting to resolve ID string %s to a user entry: %s
- ERR_EXCEPTION_CHANGELOG_TRIM_FLUSH - Static variable in class org.opends.messages.ReplicationMessages
-
Error during the Replication Server database trimming or flush process.
- ERR_EXCEPTION_CHANGING_STATUS_AFTER_RESET_GEN_ID - Static variable in class org.opends.messages.ReplicationMessages
-
Caught IOException while changing status for domain %s and serverId: %s after reset for generation id: %s
- ERR_EXCEPTION_CHANGING_STATUS_FROM_STATUS_ANALYZER - Static variable in class org.opends.messages.ReplicationMessages
-
Caught IOException while changing status for domain %s and serverId: %s from status analyzer: %s
- ERR_EXCEPTION_DECODING_OPERATION - Static variable in class org.opends.messages.ReplicationMessages
-
Error trying to replay %s, operation could not be decoded :
- ERR_EXCEPTION_FORWARDING_RESET_GEN_ID - Static variable in class org.opends.messages.ReplicationMessages
-
Caught IOException while forwarding ResetGenerationIdMsg to peer replication servers for domain %s : %s
- ERR_EXCEPTION_LISTENING - Static variable in class org.opends.messages.ReplicationMessages
-
Replication server caught exception while listening for client connections %s
- ERR_EXCEPTION_REPLAYING_OPERATION - Static variable in class org.opends.messages.ReplicationMessages
-
An Exception was caught while replaying operation %s : %s
- ERR_EXCEPTION_REPLAYING_REPLICATION_MESSAGE - Static variable in class org.opends.messages.ReplicationMessages
-
An Exception was caught while replaying replication message : %s
- ERR_EXCEPTION_SENDING_CS - Static variable in class org.opends.messages.ReplicationMessages
-
Replication broker with dn %s and server id %s failed to signal status change because of: %s
- ERR_EXCEPTION_SENDING_TOPO_INFO - Static variable in class org.opends.messages.ReplicationMessages
-
Caught IOException while sending topology info (for update) on domain %s for %s server %s : %s
- ERR_EXEC_DISABLED - Static variable in class org.opends.messages.UtilityMessages
-
The %s command will not be allowed because the Directory Server has been configured to refuse the use of the exec method
- ERR_EXECUTION_ERROR - Static variable in class org.opends.messages.BackendMessages
-
Execution error during backend operation: %s
- ERR_EXPCHECK_TRUSTMGR_CLIENT_CERT_EXPIRED - Static variable in class org.opends.messages.UtilityMessages
-
Refusing to trust client or issuer certificate '%s' because it expired on %s
- ERR_EXPCHECK_TRUSTMGR_CLIENT_CERT_NOT_YET_VALID - Static variable in class org.opends.messages.UtilityMessages
-
Refusing to trust client or issuer certificate '%s' because it is not valid until %s
- ERR_EXPCHECK_TRUSTMGR_SERVER_CERT_EXPIRED - Static variable in class org.opends.messages.UtilityMessages
-
Refusing to trust server or issuer certificate '%s' because it expired on %s
- ERR_EXPCHECK_TRUSTMGR_SERVER_CERT_NOT_YET_VALID - Static variable in class org.opends.messages.UtilityMessages
-
Refusing to trust server or issuer certificate '%s' because it is not valid until %s
- ERR_EXPORT_IO_ERROR - Static variable in class org.opends.messages.BackendMessages
-
I/O error occurred while exporting entry: %s
- ERR_EXTENDED_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.CoreMessages
-
The extended operation %s cannot be performed due to insufficient access rights
- ERR_EXTENDED_NO_HANDLER - Static variable in class org.opends.messages.CoreMessages
-
There is no extended operation handler registered with the Directory Server for handling extended operations with a request OID of %s
- ERR_EXTENDED_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.CoreMessages
-
Unable to process the request for extended operation %s because it contained an unsupported critical control with OID %s
- ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An error occurred while attempting to decode the value of the cancel extended request: %s
- ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to decode the value of the cancel extended request: %s
- ERR_EXTOP_CANCEL_NO_REQUEST_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to process the cancel request because the extended operation did not include a request value
- ERR_EXTOP_CANCEL_NO_REQUEST_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to process the cancel request because the extended operation did not include a request value
- ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED - Static variable in class org.opends.messages.ExtensionMessages
-
The user account has been administratively disabled
- ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED - Static variable in class org.opends.messages.ExtensionMessages
-
The user account is locked
- ERR_EXTOP_PASSMOD_ACCOUNT_NOT_LOCAL - Static variable in class org.opends.messages.ExtensionMessages
-
Password modification is not supported for user %s because the account is not managed locally
- ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN - Static variable in class org.opends.messages.ExtensionMessages
-
The password modify extended request cannot be processed because the server cannot decode "%s" as a valid DN for use in the authorization ID for the operation
- ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An unexpected error occurred while attempting to decode the password modify extended request sequence: %s
- ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while attempting to decode the password modify extended request sequence: %s
- ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to determine the identity mapper to use in conjunction with the password modify extended operation defined in configuration entry %s: %s.
- ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to encode the provided password using the default scheme(s): %s
- ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to create a new password using the password generator: %s
- ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to get the password policy for user %s: %s
- ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
The password modify extended request cannot be processed because the server was unable to obtain a write lock on user entry %s after multiple attempts
- ERR_EXTOP_PASSMOD_CANNOT_MAP_USER - Static variable in class org.opends.messages.ExtensionMessages
-
The provided authorization ID string "%s" could not be mapped to any user in the directory
- ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to map authorization ID string "%s" to a user entry: %s
- ERR_EXTOP_PASSMOD_IN_MIN_AGE - Static variable in class org.opends.messages.ExtensionMessages
-
The password cannot be changed because the previous password change was too recent
- ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ExtensionMessages
-
You do not have sufficient privileges to perform password reset operations
- ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING - Static variable in class org.opends.messages.ExtensionMessages
-
The password modify extended request cannot be processed because it contained an invalid userIdentity field.
- ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
The password modify extended operation cannot be processed because the current password provided for the user is invalid
- ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID - Static variable in class org.opends.messages.ExtensionMessages
-
The password modify extended request cannot be processed because it does not contain an authorization ID and the underlying connection is not authenticated
- ERR_EXTOP_PASSMOD_NO_PW_GENERATOR - Static variable in class org.opends.messages.ExtensionMessages
-
No new password was provided, and no password generator has been defined that may be used to automatically create a new password
- ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER - Static variable in class org.opends.messages.ExtensionMessages
-
The identity mapper with configuration entry DN %s as specified for use with the password modify extended operation defined in entry %s either does not exist or is not enabled.
- ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID - Static variable in class org.opends.messages.ExtensionMessages
-
The password modify extended request cannot be processed because it was not possible to identify the user entry to update based on the authorization DN of "%s"
- ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED - Static variable in class org.opends.messages.ExtensionMessages
-
The password cannot be changed because it is expired
- ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED - Static variable in class org.opends.messages.ExtensionMessages
-
The password policy does not allow users to supply pre-encoded passwords
- ERR_EXTOP_PASSMOD_PW_IN_HISTORY - Static variable in class org.opends.messages.ExtensionMessages
-
The provided new password was already contained in the password history
- ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW - Static variable in class org.opends.messages.ExtensionMessages
-
The current password must be provided for self password changes
- ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED - Static variable in class org.opends.messages.ExtensionMessages
-
Password modify operations that supply the user's current password must be performed over a secure communication channel
- ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED - Static variable in class org.opends.messages.ExtensionMessages
-
Password changes must be performed over a secure communication channel
- ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW - Static variable in class org.opends.messages.ExtensionMessages
-
The provided new password failed the validation checks defined in the server: %s
- ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED - Static variable in class org.opends.messages.ExtensionMessages
-
End users are not allowed to change their passwords
- ERR_EXTOP_PWPSTATE_ACCOUNT_NOT_LOCAL - Static variable in class org.opends.messages.ExtensionMessages
-
The password policy state extended operation is not supported for user %s because the account is not managed locally
- ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ExtensionMessages
-
You do not have sufficient privileges to use the proxied authorization control
- ERR_FAIL_PARSE_CONFIGURATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unable to start Rest2Ldap Http Application due to the configuration error: '%s'
- ERR_FAILED_TO_CONNECT - Static variable in class org.opends.messages.ToolMessages
-
Unable to connect to the server at "%s" on port %s
- ERR_FAILED_TO_CONNECT_NOT_TRUSTED - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
Unable to connect to the server at %s on port %s.
- ERR_FAILED_TO_CONNECT_NOT_TRUSTED - Static variable in class org.opends.messages.ToolMessages
-
Unable to connect to the server at %s on port %s.
- ERR_FAILED_TO_CONNECT_WRONG_PORT - Static variable in class org.opends.messages.ToolMessages
-
Unable to connect to the server at %s on port %s.
- ERR_FCM_CANNOT_CALCULATE_FINGERPRINT - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to calculate the fingerprint for the peer certificate with subject %s: %s
- ERR_FCM_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ExtensionMessages
-
The internal search based on the certificate with fingerprint %s could not be processed efficiently: %s.
- ERR_FCM_MULTIPLE_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The certificate with fingerprint %s could not be mapped to exactly one user.
- ERR_FCM_MULTIPLE_SEARCH_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The certificate with fingerprint %s mapped to multiple users
- ERR_FCM_NO_PEER_CERTIFICATE - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user entry because no peer certificate was available
- ERR_FCM_PEER_CERT_NOT_X509 - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
- ERR_FCM_SEARCH_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
An internal failure occurred while attempting to map the certificate with fingerprint %s to a user entry: %s
- ERR_FIELD_WRONG_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because it included the field '%s' whose value is the wrong type: an object is expected
- ERR_FIFOCACHE_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ExtensionMessages
-
A fatal error occurred while trying to initialize fifo entry cache: %s
- ERR_FILE_CHECK_CREATE_FAILED - Static variable in class org.opends.messages.ReplicationMessages
-
An Exception was caught while testing existence or trying to create the directory for the Replication Server database : %s
- ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to create a key manager factory to access the contents of keystore file %s: %s
- ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-file in configuration entry %s: %s
- ERR_FILE_KEYMANAGER_CANNOT_LOAD - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to load the keystore contents from file %s: %s
- ERR_FILE_KEYMANAGER_INVALID_TYPE - Static variable in class org.opends.messages.ExtensionMessages
-
The keystore type %s specified in attribute ds-cfg-key-store-type of configuration entry %s is not valid: %s
- ERR_FILE_KEYMANAGER_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
The keystore file %s specified in attribute ds-cfg-key-store-file of configuration entry %s does not exist
- ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set
- ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s
- ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file is empty
- ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file does not exist
- ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set
- ERR_FILE_NOT_FULLY_READABLE - Static variable in class org.opends.messages.ToolMessages
-
Could not completely read file '%s'
- ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s
- ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s
- ERR_FILE_TRUSTMANAGER_CANNOT_LOAD - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to load the trust store contents from file %s: %s
- ERR_FILE_TRUSTMANAGER_INVALID_TYPE - Static variable in class org.opends.messages.ExtensionMessages
-
The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s
- ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist
- ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set
- ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s
- ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file is empty
- ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file does not exist
- ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set
- ERR_FILEARG_CANNOT_OPEN_FILE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
An error occurred while trying to open file %s specified for argument %s for reading: %s
- ERR_FILEARG_CANNOT_READ_FILE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
An error occurred while trying to read from file %s specified for argument %s: %s
- ERR_FILEARG_CANNOT_VERIFY_FILE_EXISTENCE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
An error occurred while trying to verify the existence of file %s specified for argument %s: %s
- ERR_FILEARG_EMPTY_FILE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The file %s specified for argument %s exists but is empty
- ERR_FILEARG_NO_SUCH_FILE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The file %s specified for argument %s does not exist
- ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_CREATE - Static variable in class org.opends.messages.CoreMessages
-
The attempt to obtain an exclusive lock on file %s was rejected because the attempt to create the lock file failed: %s
- ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_LOCK - Static variable in class org.opends.messages.CoreMessages
-
The attempt to obtain an exclusive lock on file %s was rejected because an error occurred while attempting to acquire the lock: %s
- ERR_FILELOCKER_LOCK_EXCLUSIVE_FAILED_OPEN - Static variable in class org.opends.messages.CoreMessages
-
The attempt to obtain an exclusive lock on file %s was rejected because the attempt to open the lock file failed: %s
- ERR_FILELOCKER_LOCK_EXCLUSIVE_NOT_GRANTED - Static variable in class org.opends.messages.CoreMessages
-
The exclusive lock requested for file %s was not granted, which indicates that another process already holds a shared or exclusive lock on that file
- ERR_FILELOCKER_LOCK_EXCLUSIVE_REJECTED_BY_EXCLUSIVE - Static variable in class org.opends.messages.CoreMessages
-
The attempt to obtain an exclusive lock on file %s was rejected because an exclusive lock was already held on that file
- ERR_FILELOCKER_LOCK_EXCLUSIVE_REJECTED_BY_SHARED - Static variable in class org.opends.messages.CoreMessages
-
The attempt to obtain an exclusive lock on file %s was rejected because a shared lock was already held on that file
- ERR_FILELOCKER_LOCK_SHARED_FAILED_CREATE - Static variable in class org.opends.messages.CoreMessages
-
The attempt to obtain a shared lock on file %s was rejected because the attempt to create the lock file failed: %s
- ERR_FILELOCKER_LOCK_SHARED_FAILED_LOCK - Static variable in class org.opends.messages.CoreMessages
-
The attempt to obtain a shared lock on file %s was rejected because an error occurred while attempting to acquire the lock: %s
- ERR_FILELOCKER_LOCK_SHARED_FAILED_OPEN - Static variable in class org.opends.messages.CoreMessages
-
The attempt to obtain a shared lock on file %s was rejected because the attempt to open the lock file failed: %s
- ERR_FILELOCKER_LOCK_SHARED_NOT_GRANTED - Static variable in class org.opends.messages.CoreMessages
-
The shared lock requested for file %s was not granted, which indicates that another process already holds an exclusive lock on that file
- ERR_FILELOCKER_LOCK_SHARED_REJECTED_BY_EXCLUSIVE - Static variable in class org.opends.messages.CoreMessages
-
The attempt to obtain a shared lock on file %s was rejected because an exclusive lock was already held on that file
- ERR_FILELOCKER_UNLOCK_EXCLUSIVE_FAILED_RELEASE - Static variable in class org.opends.messages.CoreMessages
-
The attempt to release the exclusive lock held on %s failed: %s
- ERR_FILELOCKER_UNLOCK_SHARED_FAILED_RELEASE - Static variable in class org.opends.messages.CoreMessages
-
The attempt to release the shared lock held on %s failed: %s
- ERR_FILELOCKER_UNLOCK_UNKNOWN_FILE - Static variable in class org.opends.messages.CoreMessages
-
The attempt to release the lock held on %s failed because no record of a lock on that file was found
- ERR_FILEPERM_INVALID_UNIX_MODE_STRING - Static variable in class org.opends.messages.UtilityMessages
-
The provided string %s does not represent a valid UNIX file mode.
- ERR_FILEPERM_SET_JAVA_EXCEPTION - Static variable in class org.opends.messages.UtilityMessages
-
One or more exceptions were thrown in the process of updating the file permissions for %s.
- ERR_FILEPERM_SET_NO_SUCH_FILE - Static variable in class org.opends.messages.UtilityMessages
-
Unable to set permissions for file %s because it does not exist
- ERR_FIRSTCHANGENUMBER_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_FRACTIONAL_COULD_NOT_RETRIEVE_CONFIG - Static variable in class org.opends.messages.ReplicationMessages
-
Could not retrieve the configuration for a replication domain matching the entry %s
- ERR_FULL_UPDATE_MISSING_REMOTE - Static variable in class org.opends.messages.ReplicationMessages
-
Cannot start total update in domain "%s" from this directory server DS(%d): the remote directory server DS(%d) is unknown
- ERR_FULL_UPDATE_NO_REMOTES - Static variable in class org.opends.messages.ReplicationMessages
-
Cannot start total update in domain "%s" from this directory server DS(%d): no remote directory servers exist
- ERR_GENERIC_JAVA_ARGUMENT - Static variable in class org.opends.messages.QuickSetupMessages
-
Could not use the arguments '%s' using the running Java virtual machine.
- ERR_GET_HEADING_MODE_PLURAL - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be decoded due to the following reasons:
- ERR_GET_HEADING_MODE_SINGLE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be decoded due to the following reason:
- ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided symmetric key extended request: %s
- ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION - Static variable in class org.opends.messages.ExtensionMessages
-
Cannot decode the provided symmetric key extended request: %s
- ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while attempting to decode the symmetric key extended request sequence: %s
- ERR_GET_SYMMETRIC_KEY_NO_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided symmetric key extended operation because it does not have a value
- ERR_GET_SYMMETRIC_KEY_NO_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
Cannot decode the provided symmetric key extended operation because it does not have a value
- ERR_GETEFFECTIVERIGHTS_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a get effective rights request control because it contained the OID '%s', when '%s' was expected
- ERR_GETEFFECTIVERIGHTS_INVALID_AUTHZIDDN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided get effective rights request control because it contains an invalid authorization ID distinguished name: %s
- ERR_GETEFFECTIVERIGHTS_UNKNOWN_ATTRIBUTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided get effective rights request control because it contained an unrecognized attribute type: %s
- ERR_GSER_NO_VALID_IDENTIFIEDCHOICE - Static variable in class org.opends.messages.ProtocolMessages
-
The GSER value does not contain a valid IdentifiedChoiceValue at the current position: %s
- ERR_GSER_NO_VALID_IDENTIFIER - Static variable in class org.opends.messages.ProtocolMessages
-
The GSER value does not contain a valid identifier at the current position: %s
- ERR_GSER_NO_VALID_INTEGER - Static variable in class org.opends.messages.ProtocolMessages
-
The GSER value does not contain a valid integer value at the current position: %s
- ERR_GSER_NO_VALID_SEPARATOR - Static variable in class org.opends.messages.ProtocolMessages
-
The GSER value does not contain a separator at the current position: %s
- ERR_GSER_NO_VALID_STRING - Static variable in class org.opends.messages.ProtocolMessages
-
The GSER value does not contain a valid String value at the current position: %s
- ERR_GSER_PATTERN_NO_MATCH - Static variable in class org.opends.messages.ProtocolMessages
-
The GSER value does not contain a String matching the pattern %s at the current position: %s
- ERR_GSER_SPACE_CHAR_EXPECTED - Static variable in class org.opends.messages.ProtocolMessages
-
The GSER value does not contain a whitespace character at the current position: %s
- ERR_HAS_SUBORDINATES_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
This backend does not provide support for the hasSubordinates operational attribute
- ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_HEX_DECODE_INVALID_CHARACTER - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The value %s cannot be decoded as a hexadecimal string because it contains an illegal character %c that is not a valid hexadecimal digit
- ERR_HEX_DECODE_INVALID_CHARACTER - Static variable in class org.opends.messages.UtilityMessages
-
The value %s cannot be decoded as a hexadecimal string because it contains an illegal character %c that is not a valid hexadecimal digit
- ERR_HEX_DECODE_INVALID_LENGTH - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The value %s cannot be decoded as a hexadecimal string because it does not have a length that is a multiple of two bytes
- ERR_HEX_DECODE_INVALID_LENGTH - Static variable in class org.opends.messages.UtilityMessages
-
The value %s cannot be decoded as a hexadecimal string because it does not have a length that is a multiple of two bytes
- ERR_HOST_PORT_ALREADY_SPECIFIED - Static variable in class org.opends.messages.CoreMessages
-
The connection handler %s is trying to use the listener %s which is already in use by another connection handler
- ERR_HTTP_ERROR_WHILE_PROCESSING_REQUEST - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while processing the request %s: %s
- ERR_IDLETIME_DISCONNECT_ERROR - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to disconnect client connection %d: %s
- ERR_IDLETIME_UNEXPECTED_ERROR - Static variable in class org.opends.messages.CoreMessages
-
An unexpected error occurred in the idle time limit thread: %s
- ERR_ILLEGAL_FILTER_ASSERTION_VALUE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because it contained an illegal filter assertion value '%s' for field '%s'
- ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Blank managed object names are not permitted
- ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_BLANK - Static variable in class org.opends.messages.AdminMessages
-
Blank managed object names are not permitted
- ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Empty managed object names are not permitted
- ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_EMPTY - Static variable in class org.opends.messages.AdminMessages
-
Empty managed object names are not permitted
- ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The managed object name "%s" is not permitted
- ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_OTHER - Static variable in class org.opends.messages.AdminMessages
-
The managed object name "%s" is not permitted
- ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The managed object name "%s" is not a valid value for the naming property "%s", which must have the following syntax: %s
- ERR_ILLEGAL_MANAGED_OBJECT_NAME_EXCEPTION_SYNTAX - Static variable in class org.opends.messages.AdminMessages
-
The managed object name "%s" is not a valid value for the naming property "%s", which must have the following syntax: %s
- ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The value "%s" is not a valid value for the "%s" property, which must have the following syntax: %s
- ERR_ILLEGAL_PROPERTY_VALUE_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
The value "%s" is not a valid value for the "%s" property, which must have the following syntax: %s
- ERR_IMPORT_BACKEND_ONLINE - Static variable in class org.opends.messages.BackendMessages
-
The backend must be disabled before the import process can start
- ERR_IMPORT_CREATE_TMPDIR_ERROR - Static variable in class org.opends.messages.BackendMessages
-
Unable to create the temporary directory %s
- ERR_IMPORT_DUPLICATE_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
The import has been aborted because the data to be imported contains duplicate copies of entry '%s'
- ERR_IMPORT_LDIF_LACK_MEM - Static variable in class org.opends.messages.BackendMessages
-
Insufficient free memory (%d bytes) to perform import.
- ERR_IMPORT_PARENT_NOT_FOUND - Static variable in class org.opends.messages.BackendMessages
-
The import has been aborted because the entry '%s' does not have a parent entry
- ERR_IMPORT_THREAD_NUMBER_INVALID - Static variable in class org.opends.messages.AdminToolMessages
-
The thread number must be a positive integer.
- ERR_INCOMPATIBLE_ARGUMENTS - Static variable in class org.opends.messages.ToolMessages
-
Options '%s' and '%s' are incompatible with each other and cannot be used together
- ERR_INCOMPATIBLE_ENTRY_VERSION - Static variable in class org.opends.messages.BackendMessages
-
Entry record is not compatible with this version of the backend database.
- ERR_INCOMPATIBLE_JAVA_VERSION - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The minimum Java version required is %s.
- ERR_INCOMPATIBLE_VERSION_IN_REMOTE_SERVER - Static variable in class org.opends.messages.AdminToolMessages
-
The remote server in '%s' has not the same version as the control panel.
- ERR_INDEX_CORRUPT_REQUIRES_REBUILD - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while reading from index %s.
- ERR_INDEXES_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
Indexes are not supported in the "%s" backend
- ERR_INFO_CTRL_ATTRIBUTE_NAME_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
No attribute name selected.
- ERR_INFO_CTRL_PANEL_ENTRY_LIMIT_NOT_VALID - Static variable in class org.opends.messages.AdminToolMessages
-
The entry limit must be an integer between %d and %d.
- ERR_INFO_ONE_INDEX_TYPE_MUST_BE_SELECTED - Static variable in class org.opends.messages.AdminToolMessages
-
You must select at least one index type (approximate, equality, ordering, presence or substring).
- ERR_INIT_BAD_MSG_ID_SEQ_DURING_IMPORT - Static variable in class org.opends.messages.ReplicationMessages
-
Bad msg id sequence during import.
- ERR_INIT_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ReplicationMessages
-
Initialization cannot be done because the following error occurred while locking the backend %s : %s
- ERR_INIT_EXPORT_NOT_SUPPORTED - Static variable in class org.opends.messages.ReplicationMessages
-
Initialization cannot be done because export is not supported by the backend %s
- ERR_INIT_EXPORTER_DISCONNECTION - Static variable in class org.opends.messages.ReplicationMessages
-
Domain %s (server id: %s) : remote exporter server disconnection (server id: %s ) detected during initialization
- ERR_INIT_HEARTBEAT_LOST_DURING_EXPORT - Static variable in class org.opends.messages.ReplicationMessages
-
When initializing remote server(s), the initialized server with serverId=%s is potentially stopped or too slow
- ERR_INIT_IMPORT_FAILURE - Static variable in class org.opends.messages.ReplicationMessages
-
During initialization from a remote server, the following error occurred : %s
- ERR_INIT_IMPORT_NOT_SUPPORTED - Static variable in class org.opends.messages.ReplicationMessages
-
Initialization cannot be done because import is not supported by the backend %s
- ERR_INIT_NO_SUCCESS_END_FROM_SERVERS - Static variable in class org.opends.messages.ReplicationMessages
-
The following servers did not end initialization being connected with the right generation (%s).
- ERR_INIT_NO_SUCCESS_START_FROM_SERVERS - Static variable in class org.opends.messages.ReplicationMessages
-
The following servers did not acknowledge initialization in the expected time for domain %s.
- ERR_INIT_RS_DISCONNECTION_DURING_EXPORT - Static variable in class org.opends.messages.ReplicationMessages
-
When initializing remote server(s), connection to Replication Server with serverId=%s is lost
- ERR_INIT_RS_DISCONNECTION_DURING_IMPORT - Static variable in class org.opends.messages.ReplicationMessages
-
Connection failure with Replication Server %s during import
- ERR_INITIAL_MEMORY_VALUE - Static variable in class org.opends.messages.QuickSetupMessages
-
The initial memory value must be a positive integer.
- ERR_INITIAL_MEMORY_VALUE_EXTENDED - Static variable in class org.opends.messages.QuickSetupMessages
-
Could not use the provided initial memory value.
- ERR_INITIALIZATION_FAILED_NOCONN - Static variable in class org.opends.messages.ReplicationMessages
-
The initialization failed because the domain %s is not connected to a replication server
- ERR_INITIALIZE_HTTP_CONNECTION_HANDLER - Static variable in class org.opends.messages.ProtocolMessages
-
Failed to initialize Http Connection Handler
- ERR_INITIALIZE_PLUGIN - Static variable in class com.example.opendj.ExamplePluginMessages
-
"Invalid plugin type %s for the example plugin.
- ERR_INITIALIZE_SERVER_ROOT - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred attempting to set the server's root directory to %s: %s
- ERR_INITIALIZING_REPLICATIONID_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
Error initializing.
- ERR_INSTALLDS_CANNOT_BIND_TO_PORT - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Unable to bind to port %d.
- ERR_INSTALLDS_CANNOT_BIND_TO_PRIVILEGED_PORT - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Unable to bind to port %d.
- ERR_INSTALLDS_CANNOT_PARSE_DN - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse the string "%s" as a valid DN: %s
- ERR_INSTALLDS_CANNOT_WRITE_REJECTED - Static variable in class org.opends.messages.ToolMessages
-
Cannot write to rejected entries file %s.
- ERR_INSTALLDS_CANNOT_WRITE_SKIPPED - Static variable in class org.opends.messages.ToolMessages
-
Cannot write to skipped entries file %s.
- ERR_INSTALLDS_CERTIFICATE_REQUIRED_FOR_SSL_OR_STARTTLS - Static variable in class org.opends.messages.ToolMessages
-
You have chosen to enable SSL or StartTLS.
- ERR_INSTALLDS_CERTNICKNAME_NOT_FOUND - Static variable in class org.opends.messages.ToolMessages
-
The provided certificate nickname could not be found.
- ERR_INSTALLDS_EMPTY_DN_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The empty LDAP DN is not a valid value
- ERR_INSTALLDS_INTEGER_ABOVE_UPPER_BOUND - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The provided value is greater than the largest allowed value of %d
- ERR_INSTALLDS_INTEGER_BELOW_LOWER_BOUND - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The provided value is less than the lowest allowed value of %d
- ERR_INSTALLDS_INVALID_DN_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The provided response could not be interpreted as an LDAP DN
- ERR_INSTALLDS_INVALID_INTEGER_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The provided response could not be interpreted as an integer.
- ERR_INSTALLDS_MUST_PROVIDE_CERTNICKNAME - Static variable in class org.opends.messages.ToolMessages
-
The key store contains the following certificate nicknames: %s.
- ERR_INSTALLDS_NO_BASE_DN_AND_CONFLICTING_ARG - Static variable in class org.opends.messages.ToolMessages
-
You have specified not to create a base DN.
- ERR_INSTALLDS_NO_KEYSTORE_PASSWORD - Static variable in class org.opends.messages.ToolMessages
-
You must provide the PIN of the keystore to retrieve the certificate to be used by the server.
- ERR_INSTALLDS_NO_ROOT_PASSWORD - Static variable in class org.opends.messages.ToolMessages
-
ERROR: No password was provided for the initial root user.
- ERR_INSTALLDS_NO_SUCH_BACKEND_TYPE - Static variable in class org.opends.messages.ToolMessages
-
The backend type '%s' is not recognized.
- ERR_INSTALLDS_NO_SUCH_LDIF_FILE - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The specified LDIF file %s does not exist
- ERR_INSTALLDS_PASSWORDS_DONT_MATCH - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The provided password values do not match
- ERR_INSTALLDS_SEVERAL_CERTIFICATE_TYPE_SPECIFIED - Static variable in class org.opends.messages.ToolMessages
-
You have specified several certificate types to be used.
- ERR_INSTALLDS_SSL_OR_STARTTLS_REQUIRED - Static variable in class org.opends.messages.ToolMessages
-
You have specified to use a certificate as server certificate.
- ERR_INSTALLDS_TOO_MANY_KEYSTORE_PASSWORD_TRIES - Static variable in class org.opends.messages.ToolMessages
-
The maximum number of tries to provide the certificate key store PIN is %s.
- ERR_INSTANCE_NOT_CONFIGURED - Static variable in class org.opends.messages.ToolMessages
-
The local instance is not configured or you do not have permissions to access it.
- ERR_INTARG_LOWER_BOUND_ABOVE_UPPER_BOUND - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The %s argument configuration is invalid because the lower bound of %d is greater than the upper bound of %d
- ERR_INTARG_VALUE_ABOVE_UPPER_BOUND - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided %s value %d is unacceptable because it is above the upper bound of %d
- ERR_INTARG_VALUE_BELOW_LOWER_BOUND - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided %s value %d is unacceptable because it is below the lower bound of %d
- ERR_INTERNAL_CANNOT_DECODE_DN - Static variable in class org.opends.messages.ProtocolMessages
-
An unexpected error occurred while trying to decode the DN %s used for internal operations as a root user: %s
- ERR_INTERNALCONN_NO_SUCH_USER - Static variable in class org.opends.messages.ProtocolMessages
-
User %s does not exist in the directory
- ERR_INTERNALOS_CLOSED - Static variable in class org.opends.messages.ProtocolMessages
-
This output stream has been closed
- ERR_INTERNALOS_INVALID_REQUEST - Static variable in class org.opends.messages.ProtocolMessages
-
The provided LDAP message had an invalid operation type (%s) for a request
- ERR_INTERNALOS_SASL_BIND_NOT_SUPPORTED - Static variable in class org.opends.messages.ProtocolMessages
-
SASL bind operations are not supported over internal LDAP sockets
- ERR_INTERNALOS_STARTTLS_NOT_SUPPORTED - Static variable in class org.opends.messages.ProtocolMessages
-
StartTLS operations are not supported over internal LDAP sockets
- ERR_INTERRUPTED_ERROR - Static variable in class org.opends.messages.BackendMessages
-
Interrupted error during backend operation: %s
- ERR_INVALID_COMPACTED_UNSIGNED_INT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Expected a compacted unsigned int (value less than %d), but got a compacted unsigned long: %d
- ERR_INVALID_COOKIE_SYNTAX - Static variable in class org.opends.messages.ReplicationMessages
-
Invalid syntax for the provided cookie '%s'
- ERR_INVALID_EMAIL_ADDRESS - Static variable in class org.opends.messages.AdminToolMessages
-
The value '%s' is not a valid email address.
- ERR_INVALID_ENDPOINT_DIRECTORY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The endpoint configuration directory '%s' either does not exist, is not a directory or cannot be read
- ERR_INVALID_ENDPOINTS_DIRECTORY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The endpoints configuration directory '%s' either does not exist, is not a directory or cannot be read
- ERR_INVALID_ESCAPE_CHAR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The value %s cannot be decoded because %c is not a valid escape character
- ERR_INVALID_EXPORT_TARGET - Static variable in class org.opends.messages.ReplicationMessages
-
Invalid target for the export
- ERR_INVALID_IMPORT_SOURCE - Static variable in class org.opends.messages.ReplicationMessages
-
On domain %s, initialization of server with serverId:%s has been requested from a server with an invalid serverId:%s.
- ERR_INVALID_KEYSTORE - Static variable in class org.opends.messages.ProtocolMessages
-
No usable key was found for '%s'.
- ERR_INVALID_PAGED_RESULTS_COOKIE - Static variable in class org.opends.messages.BackendMessages
-
The following paged results control cookie value was not recognized: %s
- ERR_INVALID_PROVIDER - Static variable in class org.opends.messages.ReplicationMessages
-
The provider class does not allow the operation requested
- ERR_INVALID_SUBSCHEMA_SUBENTRY_ATTR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The entry %s includes a subschemaSubentry attribute but it contains an invalid distinguished name "%s": %s
- ERR_IO_ERROR_ON_CLIENT_CONNECTION - Static variable in class org.opends.messages.ProtocolMessages
-
The underlying client connection timed out or closed: %s
- ERR_JAVAPROPERTIES_WITH_DESTINATION_FILE - Static variable in class org.opends.messages.ToolMessages
-
The destination file "%s" cannot be written.
- ERR_JAVAPROPERTIES_WITH_PROPERTIES_FILE - Static variable in class org.opends.messages.ToolMessages
-
The file properties "%s" cannot be read.
- ERR_JAVAPROPERTIES_WRITING_DESTINATION_FILE - Static variable in class org.opends.messages.ToolMessages
-
The destination file "%s" cannot be written.
- ERR_JEB_INVALID_LOGGING_LEVEL - Static variable in class org.opends.messages.BackendMessages
-
The database logging level string '%s' provided for configuration entry '%s' is invalid.
- ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to register the JMX alert handler with the MBean server: %s
- ERR_JMX_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ProtocolMessages
-
You do not have sufficient privileges to establish the connection through JMX.
- ERR_JMX_SEARCH_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ProtocolMessages
-
You do not have sufficient privileges to perform search operations through JMX
- ERR_JSON_EMPTY_CONTENT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The value could not be parsed as valid JSON because it is empty
- ERR_JSON_IO_ERROR - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The value could not be parsed as valid JSON: %s
- ERR_JSON_PARSE_ERROR - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The value could not be parsed as valid JSON because a syntax error was detected on line %d column %d: %s
- ERR_JSON_QUERY_PARSE_ERROR - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The value '%s' could not be parsed as a valid JSON query filter
- ERR_JSON_TRAILING_CONTENT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The value could not be parsed as valid JSON because it contains trailing content after the JSON value
- ERR_KEYSTORE_DOES_NOT_CONTAIN_ALIAS - Static variable in class org.opends.messages.ProtocolMessages
-
The key with alias '%s' was not found for '%s'.
- ERR_LASTCHANGENUMBER_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_LASTCOOKIE_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_LAUNCHING_POST_EXTERNAL_INITIALIZATION - Static variable in class org.opends.messages.AdminToolMessages
-
Error launching the operation.
- ERR_LAUNCHING_PRE_EXTERNAL_INITIALIZATION - Static variable in class org.opends.messages.AdminToolMessages
-
Error launching the operation.
- ERR_LAUNCHING_PURGE_HISTORICAL - Static variable in class org.opends.messages.AdminToolMessages
-
Error launching the operation.
- ERR_LDAP_ABANDON_REQUEST_DECODE_ID - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP abandon request protocol op because a problem occurred while trying to obtain the message ID of the operation to abandon: %s
- ERR_LDAP_ADD_REQUEST_DECODE_ATTRS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP add request protocol op because the set of attributes could not be decoded: %s
- ERR_LDAP_ADD_REQUEST_DECODE_DN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP add request protocol op because the entry DN could not be decoded: %s
- ERR_LDAP_ADD_REQUEST_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP add request protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_ASSERTION_INVALID_FILTER - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The search filter provided for the LDAP assertion control was invalid: %s
- ERR_LDAP_ASSERTION_INVALID_FILTER - Static variable in class org.opends.messages.ToolMessages
-
The search filter provided for the LDAP assertion control was invalid: %s
- ERR_LDAP_ATTRIBUTE_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP attribute because the element could not be decoded as a sequence: %s
- ERR_LDAP_ATTRIBUTE_DECODE_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP attribute because the attribute type could not be decoded: %s
- ERR_LDAP_ATTRIBUTE_DECODE_VALUES - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP attribute because the set of values could not be decoded: %s
- ERR_LDAP_ATTRIBUTE_DUPLICATE_VALUES - Static variable in class org.opends.messages.ProtocolMessages
-
The provided LDAP attribute %s contains duplicate values
- ERR_LDAP_BIND_REQUEST_DECODE_CREDENTIALS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because an unexpected error occurred while trying to decode the authentication info element: %s
- ERR_LDAP_BIND_REQUEST_DECODE_DN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the bind DN could not be properly decoded: %s
- ERR_LDAP_BIND_REQUEST_DECODE_INVALID_CRED_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the authentication info element had an invalid BER type (expected 80 or A3, got %x)
- ERR_LDAP_BIND_REQUEST_DECODE_PASSWORD - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the password to use for simple authentication could not be decoded: %s
- ERR_LDAP_BIND_REQUEST_DECODE_SASL_INFO - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the SASL authentication information could not be decoded: %s
- ERR_LDAP_BIND_REQUEST_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_BIND_REQUEST_DECODE_VERSION - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind request protocol op because the protocol version could not be decoded as an integer: %s
- ERR_LDAP_BIND_RESULT_DECODE_SERVER_SASL_CREDENTIALS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind response protocol op because the final element in the result sequence could not be decoded as the server SASL credentials: %s
- ERR_LDAP_CLIENT_DECODE_MAX_REQUEST_SIZE_EXCEEDED - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The client sent a request to the Directory Server with an ASN.1 element value length of %d bytes.
- ERR_LDAP_CLIENT_IO_ERROR_BEFORE_READ - Static variable in class org.opends.messages.ProtocolMessages
-
Connection reset by client
- ERR_LDAP_CLIENT_IO_ERROR_DURING_READ - Static variable in class org.opends.messages.ProtocolMessages
-
An IO error occurred while reading a request from the client: %s
- ERR_LDAP_CLIENT_SEND_RESPONSE_INVALID_OP - Static variable in class org.opends.messages.ProtocolMessages
-
The server attempted to send a response to the %s operation (conn=%d, op=%d), but this type of operation is not allowed to have responses.
- ERR_LDAP_CLIENT_SEND_RESPONSE_NO_RESULT_CODE - Static variable in class org.opends.messages.ProtocolMessages
-
The server attempted to send a response to the %s operation (conn=%d, op=%d), but the operation did not have a result code.
- ERR_LDAP_COMPARE_FAILED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The LDAP compare request failed: %d (%s)
- ERR_LDAP_COMPARE_REQUEST_DECODE_AVA - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the attribute value assertion could not be decoded as a sequence: %s
- ERR_LDAP_COMPARE_REQUEST_DECODE_DN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the target DN could not be properly decoded: %s
- ERR_LDAP_COMPARE_REQUEST_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_COMPARE_REQUEST_DECODE_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the attribute type could not be properly decoded: %s
- ERR_LDAP_COMPARE_REQUEST_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP compare request protocol op because the assertion value could not be properly decoded: %s
- ERR_LDAP_CONN_BAD_HOST_NAME - Static variable in class org.opends.messages.ToolMessages
-
The hostname "%s" could not be resolved.
- ERR_LDAP_CONN_BAD_HOST_NAME - Static variable in class org.opends.messages.UtilityMessages
-
The hostname "%s" could not be resolved.
- ERR_LDAP_CONN_BAD_PORT_NUMBER - Static variable in class org.opends.messages.UtilityMessages
-
Invalid port number "%s".
- ERR_LDAP_CONN_CANNOT_INITIALIZE_SSL - Static variable in class com.forgerock.opendj.cli.CliMessages
-
ERROR: Unable to perform SSL initialization: %s
- ERR_LDAP_CONN_CANNOT_INITIALIZE_SSL - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Unable to perform SSL initialization: %s
- ERR_LDAP_CONN_CANNOT_PARSE_SASL_OPTION - Static variable in class com.forgerock.opendj.cli.CliMessages
-
ERROR: The provided SASL option string "%s" could not be parsed in the form "name=value"
- ERR_LDAP_CONN_CANNOT_PARSE_SASL_OPTION - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The provided SASL option string "%s" could not be parsed in the form "name=value"
- ERR_LDAP_CONN_INCOMPATIBLE_ARGS - Static variable in class org.opends.messages.ToolMessages
-
ERROR: argument %s is incompatible with use of this tool to interact with the directory as a client
- ERR_LDAP_CONN_NO_SASL_MECHANISM - Static variable in class org.opends.messages.ToolMessages
-
ERROR: One or more SASL options were provided, but none of them were the "mech" option to specify which SASL mechanism should be used
- ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH - Static variable in class org.opends.messages.ToolMessages
-
The provided path is not valid
- ERR_LDAP_CONN_PROMPT_SECURITY_INVALID_FILE_PATH - Static variable in class org.opends.messages.UtilityMessages
-
The provided path is not valid
- ERR_LDAP_CONNHANDLER_CREATE_CHANNEL_FAILED - Static variable in class org.opends.messages.ProtocolMessages
-
The LDAP connection handler defined in configuration entry %s was unable to create a server socket channel to accept connections on %s:%d: %s.
- ERR_LDAP_CONNHANDLER_NO_ACCEPTORS - Static variable in class org.opends.messages.ProtocolMessages
-
The LDAP connection handler defined in configuration entry %s was unable to create any of the socket channels on any of the configured addresses.
- ERR_LDAP_CONNHANDLER_OPEN_SELECTOR_FAILED - Static variable in class org.opends.messages.ProtocolMessages
-
The LDAP connection handler defined in configuration entry %s was unable to open a selector to allow it to multiplex the associated accept sockets: %s.
- ERR_LDAP_CONNHANDLER_UNCAUGHT_ERROR - Static variable in class org.opends.messages.ProtocolMessages
-
The LDAP connection handler defined in configuration entry %s caught an unexpected error while trying to listen for new connections: %s.
- ERR_LDAP_CONTROL_DECODE_CONTROLS_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as a set of LDAP controls because the element could not be decoded as a sequence: %s
- ERR_LDAP_CONTROL_DECODE_CRITICALITY - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP control because the criticality could not be decoded as Boolean value: %s
- ERR_LDAP_CONTROL_DECODE_OID - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP control because the OID could not be decoded as a string: %s
- ERR_LDAP_CONTROL_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP control because the element could not be decoded as a sequence: %s
- ERR_LDAP_CONTROL_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP control because the value could not be decoded as an octet string: %s
- ERR_LDAP_DELETE_FAILED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The LDAP delete request failed: %d (%s)
- ERR_LDAP_DELETE_REQUEST_DECODE_DN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP delete request protocol op because the target DN could not be properly decoded: %s
- ERR_LDAP_DISCONNECT_DUE_TO_BIND_PROTOCOL_ERROR - Static variable in class org.opends.messages.ProtocolMessages
-
This client connection is being terminated because a protocol error occurred while trying to process a bind request.
- ERR_LDAP_DISCONNECT_DUE_TO_INVALID_REQUEST_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Terminating this connection because the client sent an invalid message of type %s (LDAP message ID %d) that is not allowed for request messages
- ERR_LDAP_DISCONNECT_DUE_TO_PROCESSING_FAILURE - Static variable in class org.opends.messages.ProtocolMessages
-
An unexpected failure occurred while trying to process a request of type %s (LDAP message ID %d): %s.
- ERR_LDAP_EXTENDED_REQUEST_DECODE_OID - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP extended request protocol op because the OID could not be properly decoded: %s
- ERR_LDAP_EXTENDED_REQUEST_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP extended request protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_EXTENDED_REQUEST_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP extended request protocol op because the value could not be properly decoded: %s
- ERR_LDAP_EXTENDED_RESULT_DECODE_OID - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind response protocol op because the response OID could not be decoded: %s
- ERR_LDAP_EXTENDED_RESULT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP bind response protocol op because the response value could not be decoded: %s
- ERR_LDAP_FILTER_COMPOUND_MISSING_PARENTHESES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" could not be decoded because the compound filter between positions %d and %d did not start with an open parenthesis and end with a close parenthesis (they might be parentheses for different filter components)
- ERR_LDAP_FILTER_COMPOUND_MISSING_PARENTHESES - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" could not be decoded because the compound filter between positions %d and %d did not start with an open parenthesis and end with a close parenthesis (they might be parentheses for different filter components)
- ERR_LDAP_FILTER_DECODE_COMPOUND_COMPONENTS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because an unexpected error occurred while trying to decode one of the compound filter components: %s
- ERR_LDAP_FILTER_DECODE_EXTENSIBLE_ELEMENTS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because a problem occurred while trying to parse the extensible match sequence elements: %s
- ERR_LDAP_FILTER_DECODE_EXTENSIBLE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the element could not be decoded as an extensible matching sequence: %s
- ERR_LDAP_FILTER_DECODE_INVALID_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the element had an invalid BER type (%x) for a search filter
- ERR_LDAP_FILTER_DECODE_NOT_COMPONENT - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the NOT component element could not be decoded as an LDAP filter: %s
- ERR_LDAP_FILTER_DECODE_NULL - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the element was null
- ERR_LDAP_FILTER_DECODE_PRESENCE_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the element could not be decoded as the presence attribute type: %s
- ERR_LDAP_FILTER_DECODE_SUBSTRING_ELEMENTS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the substring value sequence could not be decoded: %s
- ERR_LDAP_FILTER_DECODE_SUBSTRING_NO_SUBELEMENTS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the substring value sequence did not contain any elements
- ERR_LDAP_FILTER_DECODE_SUBSTRING_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the element could not be decoded as a substring sequence: %s
- ERR_LDAP_FILTER_DECODE_SUBSTRING_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the attribute type could not be decoded from the substring sequence: %s
- ERR_LDAP_FILTER_DECODE_SUBSTRING_VALUES - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because a problem occurred while trying to parse the substring value elements: %s
- ERR_LDAP_FILTER_DECODE_TV_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the element could not be decoded as a type-and-value sequence: %s
- ERR_LDAP_FILTER_DECODE_TV_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the attribute type could not be decoded from the type-and-value sequence: %s
- ERR_LDAP_FILTER_DECODE_TV_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search filter because the assertion value could not be decoded from the type-and-value sequence: %s
- ERR_LDAP_FILTER_ENCLOSED_IN_APOSTROPHES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An LDAP filter enclosed in apostrophes is invalid: %s
- ERR_LDAP_FILTER_ENCLOSED_IN_APOSTROPHES - Static variable in class org.opends.messages.ProtocolMessages
-
An LDAP filter enclosed in apostrophes is invalid: %s
- ERR_LDAP_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" could not be decoded because the extensible match component starting at position %d did not include either an attribute description or a matching rule ID.
- ERR_LDAP_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" could not be decoded because the extensible match component starting at position %d did not include either an attribute description or a matching rule ID.
- ERR_LDAP_FILTER_EXTENSIBLE_MATCH_NO_COLON - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" could not be decoded because the extensible match component starting at position %d did not have a colon to denote the end of the attribute type name
- ERR_LDAP_FILTER_EXTENSIBLE_MATCH_NO_COLON - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" could not be decoded because the extensible match component starting at position %d did not have a colon to denote the end of the attribute type name
- ERR_LDAP_FILTER_INVALID_CHAR_IN_ATTR_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter contains an invalid attribute type '%s' with invalid character '%s' at position %d
- ERR_LDAP_FILTER_INVALID_CHAR_IN_ATTR_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter contains an invalid attribute type '%s' with invalid character '%s' at position %d
- ERR_LDAP_FILTER_INVALID_ESCAPED_BYTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" had an invalid escaped byte value at position %d.
- ERR_LDAP_FILTER_INVALID_ESCAPED_BYTE - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" had an invalid escaped byte value at position %d.
- ERR_LDAP_FILTER_MISMATCHED_PARENTHESES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" had mismatched parentheses around the portion between positions %d and %d
- ERR_LDAP_FILTER_MISMATCHED_PARENTHESES - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" had mismatched parentheses around the portion between positions %d and %d
- ERR_LDAP_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" could not be decoded because the opening parenthesis at position %d did not have a corresponding close parenthesis
- ERR_LDAP_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" could not be decoded because the opening parenthesis at position %d did not have a corresponding close parenthesis
- ERR_LDAP_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" could not be decoded because the closing parenthesis at position %d did not have a corresponding open parenthesis
- ERR_LDAP_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" could not be decoded because the closing parenthesis at position %d did not have a corresponding open parenthesis
- ERR_LDAP_FILTER_NO_EQUAL_SIGN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" was missing an equal sign in the suspected simple filter component between positions %d and %d
- ERR_LDAP_FILTER_NO_EQUAL_SIGN - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" was missing an equal sign in the suspected simple filter component between positions %d and %d
- ERR_LDAP_FILTER_NOT_EXACTLY_ONE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" could not be decoded because the NOT filter between positions %d and %d did not contain exactly one filter component
- ERR_LDAP_FILTER_NOT_EXACTLY_ONE - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" could not be decoded because the NOT filter between positions %d and %d did not contain exactly one filter component
- ERR_LDAP_FILTER_STRING_NULL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided string as an LDAP search filter because the string was null
- ERR_LDAP_FILTER_STRING_NULL - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided string as an LDAP search filter because the string was null
- ERR_LDAP_FILTER_SUBSTRING_NO_ASTERISKS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided search filter "%s" could not be decoded because the assumed substring filter value between positions %d and %d did not have any asterisk wildcard characters
- ERR_LDAP_FILTER_SUBSTRING_NO_ASTERISKS - Static variable in class org.opends.messages.ProtocolMessages
-
The provided search filter "%s" could not be decoded because the assumed substring filter value between positions %d and %d did not have any asterisk wildcard characters
- ERR_LDAP_FILTER_UNCAUGHT_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided string %s as an LDAP search filter because an unexpected exception was thrown during processing: %s
- ERR_LDAP_FILTER_UNCAUGHT_EXCEPTION - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided string %s as an LDAP search filter because an unexpected exception was thrown during processing: %s
- ERR_LDAP_FILTER_UNKNOWN_MATCHING_RULE - Static variable in class org.opends.messages.ProtocolMessages
-
The provided LDAP search filter references unknown matching rule %s
- ERR_LDAP_FILTER_VALUE_WITH_NO_ATTR_OR_MR - Static variable in class org.opends.messages.ProtocolMessages
-
The provided LDAP search filter has an assertion value but does not include either an attribute type or a matching rule ID
- ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_OID - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while attempting to decode the intermediate response OID: %s
- ERR_LDAP_INTERMEDIATE_RESPONSE_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while attempting to decode the intermediate response value: %s
- ERR_LDAP_INTERMEDIATE_RESPONSE_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP intermediate response protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_INVALID_BIND_AUTH_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
The bind request message (LDAP message ID %d) included an invalid authentication type of %s.
- ERR_LDAP_KEYMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to create a key manager factory to access the contents of LDAP keystore with base DN '%s': %s
- ERR_LDAP_KEYMANAGER_PIN_ENVAR_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the LDAP key manager, but this property is not set
- ERR_LDAP_KEYMANAGER_PIN_FILE_CANNOT_READ - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s
- ERR_LDAP_KEYMANAGER_PIN_FILE_EMPTY - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the LDAP key manager, but this file is empty
- ERR_LDAP_KEYMANAGER_PIN_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the LDAP key manager, but this file does not exist
- ERR_LDAP_KEYMANAGER_PIN_PROPERTY_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the LDAP key manager, but this property is not set
- ERR_LDAP_MATCHEDVALUES_INVALID_FILTER - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The provided matched values filter was invalid: %s
- ERR_LDAP_MATCHEDVALUES_INVALID_FILTER - Static variable in class org.opends.messages.ToolMessages
-
The provided matched values filter was invalid: %s
- ERR_LDAP_MESSAGE_DECODE_CONTROLS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 sequence as an LDAP message because the third element of the sequence could not be decoded as the set of controls: %s
- ERR_LDAP_MESSAGE_DECODE_MESSAGE_ID - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 sequence as an LDAP message because the first element of the sequence could not be decoded as an integer message ID: %s
- ERR_LDAP_MESSAGE_DECODE_NULL - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 sequence as an LDAP message because the sequence was null
- ERR_LDAP_MESSAGE_DECODE_PROTOCOL_OP - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 sequence as an LDAP message because the second element of the sequence could not be decoded as the protocol op: %s
- ERR_LDAP_MODIFICATION_DECODE_ATTR - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modification because the attribute could not be decoded: %s
- ERR_LDAP_MODIFICATION_DECODE_INVALID_MOD_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 element as an LDAP modification because it contained an invalid modification type (%d)
- ERR_LDAP_MODIFICATION_DECODE_INVALID_MOD_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modification because it contained an invalid modification type (%d)
- ERR_LDAP_MODIFICATION_DECODE_MOD_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modification because the modification type could not be decoded: %s
- ERR_LDAP_MODIFICATION_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modification because the element could not be decoded as a sequence: %s
- ERR_LDAP_MODIFY_DN_REQUEST_DECODE_DELETE_OLD_RDN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the deleteOldRDN flag could not be properly decoded: %s
- ERR_LDAP_MODIFY_DN_REQUEST_DECODE_DN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the entry DN could not be properly decoded: %s
- ERR_LDAP_MODIFY_DN_REQUEST_DECODE_NEW_RDN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the new RDN could not be properly decoded: %s
- ERR_LDAP_MODIFY_DN_REQUEST_DECODE_NEW_SUPERIOR - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the new superior DN could not be properly decoded: %s
- ERR_LDAP_MODIFY_DN_REQUEST_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modify DN request protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_MODIFY_FAILED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The LDAP modify request failed: %d (%s)
- ERR_LDAP_MODIFY_REQUEST_DECODE_DN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modify request protocol op because the entry DN could not be decoded: %s
- ERR_LDAP_MODIFY_REQUEST_DECODE_MODS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modify request protocol op because the set of modifications could not be decoded: %s
- ERR_LDAP_MODIFY_REQUEST_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP modify request protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_MODIFY_WRITTING_ENTRIES - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Unable to write entries on the output because '%s'
- ERR_LDAP_PAGED_RESULTS_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a simple paged results control because it contained the OID '%s', when '%s' was expected
- ERR_LDAP_PAGED_RESULTS_DECODE_COOKIE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the cookie could not be properly decoded: %s
- ERR_LDAP_PAGED_RESULTS_DECODE_COOKIE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the cookie could not be properly decoded: %s
- ERR_LDAP_PAGED_RESULTS_DECODE_NULL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the element is null
- ERR_LDAP_PAGED_RESULTS_DECODE_NULL - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the element is null
- ERR_LDAP_PAGED_RESULTS_DECODE_SEQUENCE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the element could not be decoded as a sequence: %s
- ERR_LDAP_PAGED_RESULTS_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the element could not be decoded as a sequence: %s
- ERR_LDAP_PAGED_RESULTS_DECODE_SIZE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the size element could not be properly decoded: %s
- ERR_LDAP_PAGED_RESULTS_DECODE_SIZE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP paged results control value because the size element could not be properly decoded: %s
- ERR_LDAP_PROTOCOL_OP_DECODE_INVALID_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP protocol op because the element had an invalid BER type (%x) for an LDAP protocol op
- ERR_LDAP_PROTOCOL_OP_DECODE_NULL - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP protocol op because the element was null
- ERR_LDAP_PTA_CONNECT_ERROR - Static variable in class org.opends.messages.ExtensionMessages
-
A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because the connection was refused.
- ERR_LDAP_PTA_CONNECT_OTHER_ERROR - Static variable in class org.opends.messages.ExtensionMessages
-
A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because an unexpected error occurred: %s
- ERR_LDAP_PTA_CONNECT_SSL_ERROR - Static variable in class org.opends.messages.ExtensionMessages
-
A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because SSL negotiation failed for the following reason: %s
- ERR_LDAP_PTA_CONNECT_TIMEOUT - Static variable in class org.opends.messages.ExtensionMessages
-
A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because the connection attempt timed out.
- ERR_LDAP_PTA_CONNECT_UNKNOWN_HOST - Static variable in class org.opends.messages.ExtensionMessages
-
A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because the host name "%s" could not be resolved to an IP address
- ERR_LDAP_PTA_CONNECTION_BIND_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
The remote LDAP server at %s:%d for LDAP PTA policy "%s" has failed to authenticate user "%s", returning the response code %d (%s) and error message "%s"
- ERR_LDAP_PTA_CONNECTION_CLOSED - Static variable in class org.opends.messages.ExtensionMessages
-
The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has been closed unexpectedly
- ERR_LDAP_PTA_CONNECTION_DECODE_ERROR - Static variable in class org.opends.messages.ExtensionMessages
-
The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has encountered a protocol error while decoding a response from the server and will be closed.
- ERR_LDAP_PTA_CONNECTION_DISCONNECTING - Static variable in class org.opends.messages.ExtensionMessages
-
The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has received a disconnect notification with response code %d (%s) and error message "%s"
- ERR_LDAP_PTA_CONNECTION_OTHER_ERROR - Static variable in class org.opends.messages.ExtensionMessages
-
The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has failed unexpectedly: %s
- ERR_LDAP_PTA_CONNECTION_SEARCH_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
The remote LDAP server at %s:%d for LDAP PTA policy "%s" returned an error while searching "%s" using the filter "%s": response code %d (%s) and error message "%s"
- ERR_LDAP_PTA_CONNECTION_SEARCH_NO_MATCHES - Static variable in class org.opends.messages.ExtensionMessages
-
The remote LDAP server at %s:%d for LDAP PTA policy "%s" did not return any matching entries while searching "%s" using the filter "%s"
- ERR_LDAP_PTA_CONNECTION_SEARCH_SIZE_LIMIT - Static variable in class org.opends.messages.ExtensionMessages
-
The remote LDAP server at %s:%d for LDAP PTA policy "%s" returned multiple matching entries while searching "%s" using the filter "%s"
- ERR_LDAP_PTA_CONNECTION_TIMEOUT - Static variable in class org.opends.messages.ExtensionMessages
-
The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has timed out and will be closed.
- ERR_LDAP_PTA_CONNECTION_WRONG_RESPONSE - Static variable in class org.opends.messages.ExtensionMessages
-
The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has received an unexpected response from the server and will be closed.
- ERR_LDAP_PTA_INVALID_FILTER_TEMPLATE - Static variable in class org.opends.messages.ExtensionMessages
-
The mapped search filter template "%s" could not be parsed as a valid LDAP filter
- ERR_LDAP_PTA_INVALID_PORT_NUMBER - Static variable in class org.opends.messages.ExtensionMessages
-
The configuration of LDAP PTA policy "%s" is invalid because the remote LDAP server address "%s" specifies a port number which is invalid.
- ERR_LDAP_PTA_MAPPED_BIND_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the bind failed unexpectedly for the following reason: %s
- ERR_LDAP_PTA_MAPPED_SEARCH_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the search failed unexpectedly for the following reason: %s
- ERR_LDAP_PTA_MAPPED_SEARCH_NO_CANDIDATES - Static variable in class org.opends.messages.ExtensionMessages
-
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the search did not return any entries matching the filter "%s"
- ERR_LDAP_PTA_MAPPED_SEARCH_TOO_MANY_CANDIDATES - Static variable in class org.opends.messages.ExtensionMessages
-
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the search of base DN "%s" returned more than one entry matching the filter "%s"
- ERR_LDAP_PTA_MAPPING_ATTRIBUTE_NOT_FOUND - Static variable in class org.opends.messages.ExtensionMessages
-
The user "%s" could not be authenticated using LDAP PTA policy "%s" because the following mapping attributes were not found in the user's entry: %s
- ERR_LDAP_PTA_NO_PWD - Static variable in class org.opends.messages.ExtensionMessages
-
The configuration of LDAP PTA policy "%s" is invalid because it does not specify the a means for obtaining the mapped search bind password
- ERR_LDAP_PTA_PWD_ENVAR_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
The configuration of LDAP PTA policy "%s" is invalid because the environment variable %s which should contain the mapped search bind password is not set
- ERR_LDAP_PTA_PWD_FILE_CANNOT_READ - Static variable in class org.opends.messages.ExtensionMessages
-
The configuration of LDAP PTA policy "%s" is invalid because the file %s which should contain the mapped search bind password cannot be read for the following reason: %s
- ERR_LDAP_PTA_PWD_FILE_EMPTY - Static variable in class org.opends.messages.ExtensionMessages
-
The configuration of LDAP PTA policy "%s" is invalid because the file %s which should contain the mapped search bind password is empty
- ERR_LDAP_PTA_PWD_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
The configuration of LDAP PTA policy "%s" is invalid because the file %s which should contain the mapped search bind password does not exist
- ERR_LDAP_PTA_PWD_PROPERTY_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
The configuration of LDAP PTA policy "%s" is invalid because the Java property %s which should contain the mapped search bind password is not set
- ERR_LDAP_REQHANDLER_CANNOT_REGISTER - Static variable in class org.opends.messages.ProtocolMessages
-
%s was unable to register this client connection with the selector: %s
- ERR_LDAP_REQHANDLER_DEREGISTER_DUE_TO_SHUTDOWN - Static variable in class org.opends.messages.ProtocolMessages
-
This client connection is being deregistered from the associated request handler because the Directory Server is shutting down
- ERR_LDAP_REQHANDLER_DETECTED_JVM_ISSUE_CR6322825 - Static variable in class org.opends.messages.ProtocolMessages
-
Unable to call select() in the LDAP connection handler: %s.
- ERR_LDAP_REQHANDLER_OPEN_SELECTOR_FAILED - Static variable in class org.opends.messages.ProtocolMessages
-
%s was unable to open a selector to multiplex reads from clients: %s.
- ERR_LDAP_REQHANDLER_REJECT_DUE_TO_SHUTDOWN - Static variable in class org.opends.messages.ProtocolMessages
-
This connection could not be registered with a request handler because the Directory Server is shutting down
- ERR_LDAP_REQHANDLER_UNEXPECTED_SELECT_EXCEPTION - Static variable in class org.opends.messages.ProtocolMessages
-
The LDAP request handler thread "%s" encountered an unexpected error that would have caused the thread to die: %s.
- ERR_LDAP_RESULT_DECODE_ERROR_MESSAGE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP result protocol op because the third element in the result sequence could not be decoded as the error message: %s
- ERR_LDAP_RESULT_DECODE_MATCHED_DN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP result protocol op because the second element in the result sequence could not be decoded as the matched DN: %s
- ERR_LDAP_RESULT_DECODE_REFERRALS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP result protocol op because the fourth element in the result sequence could not be decoded as a set of referral URLs: %s
- ERR_LDAP_RESULT_DECODE_RESULT_CODE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP result protocol op because the first element in the result sequence could not be decoded as an integer result code: %s
- ERR_LDAP_RESULT_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP result protocol op because a problem occurred while trying to parse the result sequence: %s
- ERR_LDAP_SEARCH_ENTRY_DECODE_ATTRS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search result entry protocol op because the set of attributes could not be decoded: %s
- ERR_LDAP_SEARCH_ENTRY_DECODE_DN - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search result entry protocol op because the entry DN could not be decoded: %s
- ERR_LDAP_SEARCH_ENTRY_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search result entry protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_SEARCH_FAILED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The LDAP search request failed: %d (%s)
- ERR_LDAP_SEARCH_REFERENCE_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search result reference protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_SEARCH_REFERENCE_DECODE_URLS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search result reference protocol op because a problem occurred while trying to decode the sequence elements as referral URLs: %s
- ERR_LDAP_SEARCH_REQUEST_DECODE_ATTRIBUTES - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the requested attribute set could not be decoded: %s
- ERR_LDAP_SEARCH_REQUEST_DECODE_BASE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the base DN could not be decoded: %s
- ERR_LDAP_SEARCH_REQUEST_DECODE_DEREF - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the alias dereferencing policy could not be decoded: %s
- ERR_LDAP_SEARCH_REQUEST_DECODE_FILTER - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the filter could not be decoded: %s
- ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_DEREF - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the provided alias dereferencing policy value (%d) is invalid
- ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_DEREF - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the provided alias dereferencing policy value (%d) is invalid
- ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_SCOPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the provided scope value (%d) is invalid
- ERR_LDAP_SEARCH_REQUEST_DECODE_INVALID_SCOPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the provided scope value (%d) is invalid
- ERR_LDAP_SEARCH_REQUEST_DECODE_SCOPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the scope could not be decoded: %s
- ERR_LDAP_SEARCH_REQUEST_DECODE_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the element could not be decoded as a sequence: %s
- ERR_LDAP_SEARCH_REQUEST_DECODE_SIZE_LIMIT - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the size limit could not be decoded: %s
- ERR_LDAP_SEARCH_REQUEST_DECODE_TIME_LIMIT - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the time limit could not be decoded: %s
- ERR_LDAP_SEARCH_REQUEST_DECODE_TYPES_ONLY - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP search request protocol op because the typesOnly flag could not be decoded: %s
- ERR_LDAP_SORTCONTROL_INVALID_ORDER - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The provided sort order was invalid: %s
- ERR_LDAP_SORTCONTROL_INVALID_ORDER - Static variable in class org.opends.messages.ToolMessages
-
The provided sort order was invalid: %s
- ERR_LDAP_STATS_INVALID_MONITOR_INITIALIZATION - Static variable in class org.opends.messages.ProtocolMessages
-
An attempt was made to initialize the LDAP statistics monitor provider as defined in configuration entry %s.
- ERR_LDAP_TLS_CANNOT_CREATE_TLS_PROVIDER - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while attempting to create a TLS connection security provider for this client connection for use with StartTLS: %s
- ERR_LDAP_TLS_EXISTING_SECURITY_PROVIDER - Static variable in class org.opends.messages.ProtocolMessages
-
The TLS connection security provider cannot be enabled on this client connection because it is already using the %s provider.
- ERR_LDAP_TLS_STARTTLS_NOT_ALLOWED - Static variable in class org.opends.messages.ProtocolMessages
-
StartTLS cannot be enabled on this LDAP client connection because the corresponding LDAP connection handler is configured to reject StartTLS requests.
- ERR_LDAP_TRUSTMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to create a trust manager factory to access the contents of LDAP keystore with base DN '%s': %s
- ERR_LDAP_TRUSTMANAGER_PIN_ENVAR_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the LDAP trust manager, but this property is not set
- ERR_LDAP_TRUSTMANAGER_PIN_FILE_CANNOT_READ - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s
- ERR_LDAP_TRUSTMANAGER_PIN_FILE_EMPTY - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the LDAP trust manager, but this file is empty
- ERR_LDAP_TRUSTMANAGER_PIN_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the LDAP trust manager, but this file does not exist
- ERR_LDAP_TRUSTMANAGER_PIN_PROPERTY_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the LDAP trust manager, but this property is not set
- ERR_LDAP_UNBIND_DECODE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided ASN.1 element as an LDAP unbind request protocol op: %s
- ERR_LDAP_UNSUPPORTED_PROTOCOL_VERSION - Static variable in class org.opends.messages.ProtocolMessages
-
The Directory Server does not support LDAP protocol version %d.
- ERR_LDAPASSERT_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as an assertion control because it contained the OID '%s', when '%s' was expected
- ERR_LDAPASSERT_INVALID_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP assertion control because the control value cannot be decoded as an ASN.1 element: %s
- ERR_LDAPASSERT_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP assertion control because the control does not have a value
- ERR_LDAPASSERT_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided LDAP assertion control because the control does not have a value
- ERR_LDAPAUTH_AUTHID_SINGLE_VALUED - Static variable in class org.opends.messages.ToolMessages
-
The "authid" SASL property only accepts a single value
- ERR_LDAPAUTH_AUTHZID_SINGLE_VALUED - Static variable in class org.opends.messages.ToolMessages
-
The "authzid" SASL property only accepts a single value
- ERR_LDAPAUTH_CANNOT_INITIALIZE_MD5_DIGEST - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred while trying to initialize the MD5 digest generator: %s
- ERR_LDAPAUTH_CANNOT_READ_BIND_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
Cannot read the bind response from the server.
- ERR_LDAPAUTH_CANNOT_READ_INITIAL_BIND_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
Cannot read the initial %s bind response from the server: %s
- ERR_LDAPAUTH_CANNOT_READ_SECOND_BIND_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
Cannot read the second %s bind response from the server: %s
- ERR_LDAPAUTH_CANNOT_READ_WHOAMI_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
Cannot read the 'Who Am I?'
- ERR_LDAPAUTH_CANNOT_SEND_INITIAL_SASL_BIND - Static variable in class org.opends.messages.ToolMessages
-
Cannot send the initial bind request in the multi-stage %s bind to the server: %s
- ERR_LDAPAUTH_CANNOT_SEND_SASL_BIND - Static variable in class org.opends.messages.ToolMessages
-
Cannot send the SASL %S bind request: %s
- ERR_LDAPAUTH_CANNOT_SEND_SECOND_SASL_BIND - Static variable in class org.opends.messages.ToolMessages
-
Cannot send the second bind request in the multi-stage %s bind to the server: %s
- ERR_LDAPAUTH_CANNOT_SEND_SIMPLE_BIND - Static variable in class org.opends.messages.ToolMessages
-
Cannot send the simple bind request: %s
- ERR_LDAPAUTH_CANNOT_SEND_WHOAMI_REQUEST - Static variable in class org.opends.messages.ToolMessages
-
Cannot send the 'Who Am I?'
- ERR_LDAPAUTH_CONNECTION_CLOSED_WITHOUT_BIND_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
The connection to the Directory Server was closed before the bind response could be read
- ERR_LDAPAUTH_DIGEST_URI_SINGLE_VALUED - Static variable in class org.opends.messages.ToolMessages
-
The "digest-uri" SASL property only accepts a single value
- ERR_LDAPAUTH_DIGESTMD5_CANNOT_CREATE_RESPONSE_DIGEST - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to generate the response digest for the DIGEST-MD5 bind request: %s
- ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_CALCULATE_RSPAUTH - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to calculate the expected rspauth element to compare against the value included in the DIGEST-MD5 response from the server: %s
- ERR_LDAPAUTH_DIGESTMD5_COULD_NOT_DECODE_RSPAUTH - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to decode the rspauth element of the DIGEST-MD5 bind response from the server as a hexadecimal string: %s
- ERR_LDAPAUTH_DIGESTMD5_INVALID_CHARSET - Static variable in class org.opends.messages.ToolMessages
-
The DIGEST-MD5 credentials provided by the server specified the use of the "%s" character set.
- ERR_LDAPAUTH_DIGESTMD5_INVALID_CLOSING_QUOTE_POS - Static variable in class org.opends.messages.ToolMessages
-
The DIGEST-MD5 response challenge could not be parsed because it had an invalid quotation mark at position %d
- ERR_LDAPAUTH_DIGESTMD5_INVALID_QOP - Static variable in class org.opends.messages.ToolMessages
-
The specified DIGEST-MD5 quality of protection mode "%s" is not valid.
- ERR_LDAPAUTH_DIGESTMD5_INVALID_TOKEN_IN_CREDENTIALS - Static variable in class org.opends.messages.ToolMessages
-
The DIGEST-MD5 credentials provided by the server contained an invalid token of "%s" starting at position %d
- ERR_LDAPAUTH_DIGESTMD5_NO_NONCE - Static variable in class org.opends.messages.ToolMessages
-
The server SASL credentials provided in response to the initial DIGEST-MD5 bind request did not include the nonce to use to generate the authentication digests
- ERR_LDAPAUTH_DIGESTMD5_NO_RSPAUTH_CREDS - Static variable in class org.opends.messages.ToolMessages
-
The DIGEST-MD5 bind response from the server did not include the "rspauth" element to provide a digest of the response authentication information
- ERR_LDAPAUTH_DIGESTMD5_QOP_NOT_SUPPORTED - Static variable in class org.opends.messages.ToolMessages
-
The "%s" QoP mode is not supported by this client.
- ERR_LDAPAUTH_DIGESTMD5_RSPAUTH_MISMATCH - Static variable in class org.opends.messages.ToolMessages
-
The rpsauth element included in the DIGEST-MD5 bind response from the Directory Server was different from the expected value calculated by the client
- ERR_LDAPAUTH_GSSAPI_BIND_FAILED - Static variable in class org.opends.messages.ToolMessages
-
The GSSAPI bind attempt failed
- ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_INITIAL_CHALLENGE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to create the initial challenge for GSSAPI authentication: %s
- ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_JAAS_CONFIG - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to create the temporary JAAS configuration for GSSAPI authentication: %s
- ERR_LDAPAUTH_GSSAPI_CANNOT_CREATE_SASL_CLIENT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to create a SASL client to process the GSSAPI authentication: %s
- ERR_LDAPAUTH_GSSAPI_CANNOT_VALIDATE_SERVER_CREDS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to validate the SASL credentials provided by the Directory Server in the GSSAPI bind response: %s
- ERR_LDAPAUTH_GSSAPI_INVALID_QOP - Static variable in class org.opends.messages.ToolMessages
-
The specified GSSAPI quality of protection mode "%s" is not valid.
- ERR_LDAPAUTH_GSSAPI_LOCAL_AUTHENTICATION_FAILED - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An error occurred while attempting to perform local authentication to the Kerberos realm: %s
- ERR_LDAPAUTH_GSSAPI_LOCAL_AUTHENTICATION_FAILED - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to perform local authentication to the Kerberos realm: %s
- ERR_LDAPAUTH_GSSAPI_REMOTE_AUTHENTICATION_FAILED - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to perform GSSAPI authentication to the Directory Server: %s
- ERR_LDAPAUTH_GSSAPI_UNEXPECTED_SUCCESS_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
The Directory Server unexpectedly returned a success response to the client even though the client does not believe that the GSSAPI negotiation is complete
- ERR_LDAPAUTH_INVALID_SASL_PROPERTY - Static variable in class org.opends.messages.ToolMessages
-
Property "%s" is not allowed for the %s SASL mechanism
- ERR_LDAPAUTH_KDC_SINGLE_VALUED - Static variable in class org.opends.messages.ToolMessages
-
The "kdc" SASL property only accepts a single value
- ERR_LDAPAUTH_NO_ALLOWED_SASL_PROPERTIES - Static variable in class org.opends.messages.ToolMessages
-
One or more SASL properties were provided, but the %s mechanism does not take any SASL properties
- ERR_LDAPAUTH_NO_CRAMMD5_SERVER_CREDENTIALS - Static variable in class org.opends.messages.ToolMessages
-
The initial bind response from the server did not include any server SASL credentials containing the challenge information needed to complete the CRAM-MD5 authentication
- ERR_LDAPAUTH_NO_DIGESTMD5_SERVER_CREDENTIALS - Static variable in class org.opends.messages.ToolMessages
-
The initial bind response from the server did not include any server SASL credentials containing the challenge information needed to complete the DIGEST-MD5 authentication
- ERR_LDAPAUTH_NO_SASL_MECHANISM - Static variable in class org.opends.messages.ToolMessages
-
A SASL bind was requested but no SASL mechanism was specified
- ERR_LDAPAUTH_NO_SASL_PROPERTIES - Static variable in class org.opends.messages.ToolMessages
-
No SASL properties were provided for use with the %s mechanism
- ERR_LDAPAUTH_NONSASL_CALLBACK_INVOCATION - Static variable in class org.opends.messages.ToolMessages
-
The LDAPAuthenticationHandler.handle() method was called for a non-SASL bind.
- ERR_LDAPAUTH_NONSASL_RUN_INVOCATION - Static variable in class org.opends.messages.ToolMessages
-
The LDAPAuthenticationHandler.run() method was called for a non-SASL bind.
- ERR_LDAPAUTH_QOP_SINGLE_VALUED - Static variable in class org.opends.messages.ToolMessages
-
The "qop" SASL property only accepts a single value
- ERR_LDAPAUTH_REALM_SINGLE_VALUED - Static variable in class org.opends.messages.ToolMessages
-
The "realm" SASL property only accepts a single value
- ERR_LDAPAUTH_REQUESTED_QOP_NOT_SUPPORTED_BY_SERVER - Static variable in class org.opends.messages.ToolMessages
-
The requested QoP mode of "%s" is not listed as supported by the Directory Server.
- ERR_LDAPAUTH_SASL_AUTHID_REQUIRED - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The "authid" SASL property is required for use with the %s mechanism
- ERR_LDAPAUTH_SASL_AUTHID_REQUIRED - Static variable in class org.opends.messages.ToolMessages
-
The "authid" SASL property is required for use with the %s mechanism
- ERR_LDAPAUTH_SASL_BIND_FAILED - Static variable in class org.opends.messages.ToolMessages
-
The SASL %s bind attempt failed
- ERR_LDAPAUTH_SERVER_DISCONNECT - Static variable in class org.opends.messages.ToolMessages
-
The Directory Server indicated that it was closing the connection to the client (result code %d, message "%s"
- ERR_LDAPAUTH_SIMPLE_BIND_FAILED - Static variable in class org.opends.messages.ToolMessages
-
The simple bind attempt failed
- ERR_LDAPAUTH_TRACE_SINGLE_VALUED - Static variable in class org.opends.messages.ToolMessages
-
The trace SASL property may only be given a single value
- ERR_LDAPAUTH_UNEXPECTED_CALLBACK_INVOCATION - Static variable in class org.opends.messages.ToolMessages
-
The LDAPAuthenticationHandler.handle() method was called for an unexpected SASL mechanism of %s.
- ERR_LDAPAUTH_UNEXPECTED_EXTENDED_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
The Directory Server sent an unexpected extended response message to the client: %s
- ERR_LDAPAUTH_UNEXPECTED_GSSAPI_CALLBACK - Static variable in class org.opends.messages.ToolMessages
-
The LDAPAuthenticationHandler.handle() method was called during a GSSAPI bind attempt with an unexpected callback type of %s
- ERR_LDAPAUTH_UNEXPECTED_INITIAL_BIND_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
The client received an unexpected intermediate bind response.
- ERR_LDAPAUTH_UNEXPECTED_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
The Directory Server sent an unexpected response message to the client: %s
- ERR_LDAPAUTH_UNEXPECTED_RUN_INVOCATION - Static variable in class org.opends.messages.ToolMessages
-
The LDAPAuthenticationHandler.run() method was called for a SASL bind with an unexpected mechanism of "%s".
- ERR_LDAPAUTH_UNSUPPORTED_SASL_MECHANISM - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The requested SASL mechanism "%s" is not supported by this client
- ERR_LDAPAUTH_UNSUPPORTED_SASL_MECHANISM - Static variable in class org.opends.messages.ToolMessages
-
The requested SASL mechanism "%s" is not supported by this client
- ERR_LDAPAUTH_WHOAMI_FAILED - Static variable in class org.opends.messages.ToolMessages
-
The 'Who Am I?'
- ERR_LDAPCOMPARE_ERROR_READING_FILE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred reading file '%s'.
- ERR_LDAPCOMPARE_FILENAME_AND_DNS - Static variable in class org.opends.messages.ToolMessages
-
Both entry DNs and a file name were provided for the compare operation.
- ERR_LDAPCOMPARE_INVALID_ATTR_STRING - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Invalid attribute string '%s'.
- ERR_LDAPCOMPARE_INVALID_ATTR_STRING - Static variable in class org.opends.messages.ToolMessages
-
Invalid attribute string '%s'.
- ERR_LDAPCOMPARE_NO_ATTR - Static variable in class org.opends.messages.ToolMessages
-
No attribute was specified to use as the target for the comparison
- ERR_LDAPCOMPARE_NO_DNS - Static variable in class org.opends.messages.ToolMessages
-
No entry DNs provided for the compare operation
- ERR_LDAPDELETE_READING_STDIN - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while reading DN(s) from standard input: '%s'
- ERR_LDAPMODIFY_POSTREAD_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to decode the entry contained in the value of the post-read response control: %s
- ERR_LDAPMODIFY_PREREAD_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to decode the entry contained in the value of the pre-read response control: %s
- ERR_LDAPP_BIND_FAILED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The LDAP bind request failed: %d (%s)
- ERR_LDAPPWMOD_ANON_REQUIRES_AUTHZID_AND_CURRENTPW - Static variable in class org.opends.messages.ToolMessages
-
If a bind DN and password are not provided, then an authorization ID and current password must be given
- ERR_LDAPPWMOD_BIND_DN_AND_PW_MUST_BE_TOGETHER - Static variable in class org.opends.messages.ToolMessages
-
If either a bind DN or bind password is provided, then the other must be given as well
- ERR_LDAPPWMOD_CANNOT_CONNECT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to connect to the Directory Server: %s
- ERR_LDAPPWMOD_CANNOT_DECODE_PWPOLICY_CONTROL - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode the password policy response control: %s
- ERR_LDAPPWMOD_CANNOT_READ_PWMOD_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
Unable to read the LDAP password modify response: %s
- ERR_LDAPPWMOD_CANNOT_SEND_PWMOD_REQUEST - Static variable in class org.opends.messages.ToolMessages
-
Unable to send the LDAP password modify request: %s
- ERR_LDAPPWMOD_COULD_NOT_DECODE_RESPONSE_VALUE - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode the password modify response value: %s
- ERR_LDAPPWMOD_DEPENDENT_ARGS - Static variable in class org.opends.messages.ToolMessages
-
If the %s argument is provided, then the %s argument must also be given
- ERR_LDAPPWMOD_ERROR_INITIALIZING_SSL - Static variable in class org.opends.messages.ToolMessages
-
Unable to initialize SSL/TLS support: %s
- ERR_LDAPPWMOD_FAILED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The LDAP password modify operation failed: %d (%s)
- ERR_LDAPPWMOD_FAILED - Static variable in class org.opends.messages.ToolMessages
-
The LDAP password modify operation failed with result code %d
- ERR_LDAPPWMOD_FAILURE_ERROR_MESSAGE - Static variable in class org.opends.messages.ToolMessages
-
Error Message: %s
- ERR_LDAPPWMOD_FAILURE_MATCHED_DN - Static variable in class org.opends.messages.ToolMessages
-
Matched DN: %s
- ERR_LDAPPWMOD_UNRECOGNIZED_VALUE_TYPE - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode the password modify response value because it contained an invalid element type of %s
- ERR_LDAPSEARCH_VLV_INVALID_DESCRIPTOR - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The provided virtual list view descriptor was invalid.
- ERR_LDAPSEARCH_VLV_INVALID_DESCRIPTOR - Static variable in class org.opends.messages.ToolMessages
-
The provided virtual list view descriptor was invalid.
- ERR_LDAPSEARCH_VLV_REQUIRES_SORT - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
If the --%s argument is provided, then the --%s argument must also be given
- ERR_LDAPSEARCH_VLV_REQUIRES_SORT - Static variable in class org.opends.messages.ToolMessages
-
If the --%s argument is provided, then the --%s argument must also be given
- ERR_LDAPURL_BAD_PORT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided port number %d is not within the valid range between 1 and 65535
- ERR_LDAPURL_BAD_SCHEME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because the protocol scheme "%s" is invalid.
- ERR_LDAPURL_CANNOT_CREATE_UTF8_STRING - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to represent a byte array as a UTF-8 string during the course of decoding a portion of an LDAP URL: %s
- ERR_LDAPURL_CANNOT_DECODE_PORT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because the port number portion %s cannot be decoded as an integer
- ERR_LDAPURL_CANNOT_DECODE_PORT - Static variable in class org.opends.messages.UtilityMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because the port number portion %s cannot be decoded as an integer
- ERR_LDAPURL_INVALID_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because the provided distinguished name could not be parsed: %s
- ERR_LDAPURL_INVALID_FILTER - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because the provided filter could not be parsed: %s
- ERR_LDAPURL_INVALID_HEX_BYTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided URL component "%s" could not be decoded because the character at byte %d was not a valid hexadecimal digit
- ERR_LDAPURL_INVALID_HEX_BYTE - Static variable in class org.opends.messages.UtilityMessages
-
The provided URL component "%s" could not be decoded because the character at byte %d was not a valid hexadecimal digit
- ERR_LDAPURL_INVALID_PORT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because the provided port number %d is not within the valid range between 1 and 65535
- ERR_LDAPURL_INVALID_PORT - Static variable in class org.opends.messages.UtilityMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because the provided port number %d is not within the valid range between 1 and 65535
- ERR_LDAPURL_INVALID_SCOPE_STRING - Static variable in class org.opends.messages.UtilityMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because the scope string %s was not one of the allowed values of base, one, sub, or subordinate
- ERR_LDAPURL_NO_COLON_SLASH_SLASH - Static variable in class org.opends.messages.UtilityMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain the necessary :// component to separate the scheme from the rest of the URL
- ERR_LDAPURL_NO_HOST - Static variable in class org.opends.messages.UtilityMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a host before the colon to specify the port number
- ERR_LDAPURL_NO_PORT - Static variable in class org.opends.messages.UtilityMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a port number after the colon following the host
- ERR_LDAPURL_NO_SCHEME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a protocol scheme
- ERR_LDAPURL_NO_SCHEME - Static variable in class org.opends.messages.UtilityMessages
-
The provided string "%s" cannot be decoded as an LDAP URL because it does not contain a protocol scheme
- ERR_LDAPURL_PERCENT_TOO_CLOSE_TO_END - Static variable in class org.opends.messages.UtilityMessages
-
The provided URL component "%s" could not be decoded because the percent character at byte %d was not followed by two hexadecimal digits
- ERR_LDAPV2_CLIENTS_NOT_ALLOWED - Static variable in class org.opends.messages.ProtocolMessages
-
The Directory Server has been configured to deny access to LDAPv2 clients.
- ERR_LDAPV2_CONTROLS_NOT_ALLOWED - Static variable in class org.opends.messages.ProtocolMessages
-
LDAPv2 clients are not allowed to use request controls
- ERR_LDAPV2_EXTENDED_REQUEST_NOT_ALLOWED - Static variable in class org.opends.messages.ProtocolMessages
-
The client with connection ID %d authenticated to the Directory Server using LDAPv2, but attempted to send an extended operation request (LDAP message ID %d), which is not allowed for LDAPv2 clients.
- ERR_LDAPV2_REFERRAL_RESULT_CHANGED - Static variable in class org.opends.messages.ProtocolMessages
-
The original result code for this message was 10 but this result is not allowed for LDAPv2 clients
- ERR_LDAPV2_REFERRALS_OMITTED - Static variable in class org.opends.messages.ProtocolMessages
-
The response included one or more referrals, which are not allowed for LDAPv2 clients.
- ERR_LDAPV2_SKIPPING_EXTENDED_RESPONSE - Static variable in class org.opends.messages.ProtocolMessages
-
An extended response message would have been sent to an LDAPv2 client (connection ID=%d, operation ID=%d): %s.
- ERR_LDAPV2_SKIPPING_SEARCH_REFERENCE - Static variable in class org.opends.messages.ProtocolMessages
-
A search performed by an LDAPv2 client (connection ID=%d, operation ID=%d) would have included a search result reference %s.
- ERR_LDIF_ATTRIBUTE_NAME_MISMATCH - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF change record starting at line %d with distinguished name "%s" because it contained a an unexpected attribute "%s" when "%s" was expected
- ERR_LDIF_BACKEND_ADD_ALREADY_EXISTS - Static variable in class org.opends.messages.BackendMessages
-
Entry %s already exists in the LDIF backend
- ERR_LDIF_BACKEND_ADD_MISSING_PARENT - Static variable in class org.opends.messages.BackendMessages
-
The parent for entry %s does not exist
- ERR_LDIF_BACKEND_BACKUP_RESTORE_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
The LDIF backend currently does not provide a backup or restore mechanism.
- ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_READER - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to create the reader for the LDIF import operation: %s
- ERR_LDIF_BACKEND_CANNOT_CREATE_LDIF_WRITER - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to create the writer for the LDIF export operation: %s
- ERR_LDIF_BACKEND_CANNOT_WRITE_ENTRY_TO_LDIF - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to write entry %s during the LDIF export: %s
- ERR_LDIF_BACKEND_DELETE_NO_SUCH_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
Entry %s does not exist
- ERR_LDIF_BACKEND_DELETE_NONLEAF - Static variable in class org.opends.messages.BackendMessages
-
Entry %s has one or more subordinate entries and cannot be deleted until all of its subordinate entries are removed first
- ERR_LDIF_BACKEND_DUPLICATE_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s has multiple entries with a DN of %s
- ERR_LDIF_BACKEND_ENTRY_OUT_OF_SCOPE - Static variable in class org.opends.messages.BackendMessages
-
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s includes entry %s which is not below the base DN defined for that backend
- ERR_LDIF_BACKEND_ERROR_CLOSING_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to close file %s for the LDIF backend defined in configuration entry %s: %s
- ERR_LDIF_BACKEND_ERROR_CREATING_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to create file %s to write an updated version of the data for the LDIF backend defined in configuration entry %s: %s
- ERR_LDIF_BACKEND_ERROR_EMPTY_FILE - Static variable in class org.opends.messages.BackendMessages
-
The file %s written for the LDIF backend defined in configuration entry %s is 0 bytes long and unusable.
- ERR_LDIF_BACKEND_ERROR_READING_LDIF - Static variable in class org.opends.messages.BackendMessages
-
An unrecoverable error occurred while attempting to read data from the import file: %s.
- ERR_LDIF_BACKEND_ERROR_RENAMING_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to rename file %s to %s while writing updated data for the LDIF backend defined in configuration entry %s: %s
- ERR_LDIF_BACKEND_ERROR_WRITING_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to write updated data to file %s for the LDIF backend defined in configuration entry %s: %s
- ERR_LDIF_BACKEND_HAS_SUBORDINATES_NO_SUCH_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
The target entry %s does not exist
- ERR_LDIF_BACKEND_MISSING_PARENT - Static variable in class org.opends.messages.BackendMessages
-
LDIF file %s configured for use with the LDIF backend defined in configuration entry %s contains entry %s but its parent entry has not yet been read
- ERR_LDIF_BACKEND_MODDN_NEW_PARENT_DOESNT_EXIST - Static variable in class org.opends.messages.BackendMessages
-
The new parent DN %s does not exist
- ERR_LDIF_BACKEND_MODDN_NO_SUCH_SOURCE_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
Source entry %s does not exist
- ERR_LDIF_BACKEND_MODDN_TARGET_ENTRY_ALREADY_EXISTS - Static variable in class org.opends.messages.BackendMessages
-
Target entry %s already exists
- ERR_LDIF_BACKEND_MODIFY_NO_SUCH_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
Entry %s does not exist
- ERR_LDIF_BACKEND_MULTIPLE_BASE_DNS - Static variable in class org.opends.messages.BackendMessages
-
The LDIF backend defined in configuration entry %s only supports a single base DN, but was configured for use with multiple base DNs
- ERR_LDIF_BACKEND_NUM_SUBORDINATES_NO_SUCH_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
The target entry %s does not exist
- ERR_LDIF_BACKEND_SEARCH_NO_SUCH_BASE - Static variable in class org.opends.messages.BackendMessages
-
Entry %s specified as the search base DN does not exist
- ERR_LDIF_BAD_CHANGE_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF change record starting at line %d with distinguished name "%s" because it contained an unrecognized changetype "%s".
- ERR_LDIF_BAD_MODIFICATION_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF modify record starting at line %d with distinguished name "%s" because it contained an unrecognized modification type "%s".
- ERR_LDIF_CHANGE_EXCLUDED_BY_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Skipping LDIF change record starting at line %d with distinguished name "%s" because it is within an excluded branch
- ERR_LDIF_CONNHANDLER_CANNOT_DELETE - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while the LDIF connection handler was attempting to delete processed file %s: %s
- ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_FATAL - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while trying to read a change record from the LDIF file: %s.
- ERR_LDIF_CONNHANDLER_CANNOT_READ_CHANGE_RECORD_NONFATAL - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while trying to read a change record from the LDIF file: %s.
- ERR_LDIF_CONNHANDLER_CANNOT_RENAME - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while the LDIF connection handler was attempting to rename partially-processed file from %s to %s: %s
- ERR_LDIF_CONNHANDLER_IO_ERROR - Static variable in class org.opends.messages.ProtocolMessages
-
An I/O error occurred while the LDIF connection handler was processing LDIF file %s: %s
- ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF entry %s starting at line %d because it was not possible to base64-decode the value on line "%s": %s
- ERR_LDIF_COULD_NOT_BASE64_DECODE_ATTR - Static variable in class org.opends.messages.UtilityMessages
-
Unable to parse LDIF entry %s starting at line %d because it was not possible to base64-decode the attribute on line "%s": %s
- ERR_LDIF_COULD_NOT_BASE64_DECODE_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF entry starting at line %d because it was not possible to base64-decode the DN on line "%s": %s
- ERR_LDIF_COULD_NOT_BASE64_DECODE_DN - Static variable in class org.opends.messages.UtilityMessages
-
Unable to parse LDIF entry starting at line %d because it was not possible to base64-decode the DN on line "%s": %s
- ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_EXPORT - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to determine whether LDIF entry "%s" should be exported as a result of the include and exclude filter configuration: %s
- ERR_LDIF_COULD_NOT_EVALUATE_FILTERS_FOR_IMPORT - Static variable in class org.opends.messages.UtilityMessages
-
An error occurred while attempting to determine whether LDIF entry "%s" starting at line %d should be imported as a result of the include and exclude filter configuration: %s
- ERR_LDIF_ENTRY_EXCLUDED_BY_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Skipping LDIF entry starting at line %d with distinguished name "%s" because it is within an excluded branch
- ERR_LDIF_ENTRY_EXCLUDED_BY_FILTER - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Skipping LDIF entry starting at line %d with distinguished name "%s" because it does not meet the filter criteria
- ERR_LDIF_FILE_CANNOT_OPEN_FOR_READ - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while attempting to open the LDIF file %s for reading: %s
- ERR_LDIF_FILE_CANNOT_OPEN_FOR_READ - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to open the LDIF file %s for reading: %s
- ERR_LDIF_FILE_CANNOT_OPEN_FOR_WRITE - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while attempting to open the LDIF file %s for writing: %s
- ERR_LDIF_FILE_EXISTS - Static variable in class org.opends.messages.UtilityMessages
-
The specified LDIF file %s already exists and the export configuration indicates that no attempt should be made to append to or replace the file
- ERR_LDIF_FILE_INVALID_LDIF_ENTRY - Static variable in class org.opends.messages.ToolMessages
-
Error at or near line %d in LDIF file %s: %s
- ERR_LDIF_FILE_READ_ERROR - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while attempting to read the contents of LDIF file(s): %s
- ERR_LDIF_FILE_READ_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to read the contents of LDIF file %s: %s
- ERR_LDIF_GEN_TOOL_EXCEPTION_DURING_PARSE - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while parsing template file: %s
- ERR_LDIF_GEN_TOOL_NO_SUCH_RESOURCE_DIRECTORY - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The specified resource directory %s does not exist
- ERR_LDIF_INVALID_ATTR_OPTION - Static variable in class org.opends.messages.UtilityMessages
-
Unable to parse LDIF entry %s starting at line %d because it has an invalid binary option for attribute %s
- ERR_LDIF_INVALID_CHANGERECORD_ATTRIBUTE - Static variable in class org.opends.messages.UtilityMessages
-
Error in the LDIF change record entry.
- ERR_LDIF_INVALID_CHANGETYPE_ATTRIBUTE - Static variable in class org.opends.messages.UtilityMessages
-
Error in the LDIF change record entry.
- ERR_LDIF_INVALID_DELETE_ATTRIBUTES - Static variable in class org.opends.messages.UtilityMessages
-
Error in the LDIF change record entry.
- ERR_LDIF_INVALID_DELETE_OLDRDN_ATTRIBUTE - Static variable in class org.opends.messages.UtilityMessages
-
Error in the LDIF change record entry.
- ERR_LDIF_INVALID_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF entry starting at line %d because an error occurred while trying to parse the value of line "%s" as a distinguished name: %s
- ERR_LDIF_INVALID_DN - Static variable in class org.opends.messages.UtilityMessages
-
Unable to parse LDIF entry starting at line %d because an error occurred while trying to parse the value of line "%s" as a distinguished name: %s
- ERR_LDIF_INVALID_LEADING_SPACE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse line %d ("%s") from the LDIF source because the line started with a space but there were no previous lines in the entry to which this line could be appended
- ERR_LDIF_INVALID_LEADING_SPACE - Static variable in class org.opends.messages.UtilityMessages
-
Unable to parse line %d ("%s") from the LDIF source because the line started with a space but there were no previous lines in the entry to which this line could be appended
- ERR_LDIF_INVALID_MODIFY_ATTRIBUTE - Static variable in class org.opends.messages.UtilityMessages
-
Error in the LDIF change record entry.
- ERR_LDIF_INVALID_URL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF entry %s starting at line %d because the value %s was to be read from a URL but the URL was invalid: %s
- ERR_LDIF_INVALID_URL - Static variable in class org.opends.messages.UtilityMessages
-
Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from a URL but the URL was invalid: %s
- ERR_LDIF_MALFORMED_ATTRIBUTE_NAME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF change record starting at line %d with distinguished name "%s" because it contained a malformed attribute description "%s"
- ERR_LDIF_MALFORMED_CHANGE_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF change record starting at line %d with distinguished name "%s" because it contained a malformed changetype "%s"
- ERR_LDIF_MALFORMED_CONTROL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF change record starting at line %d with distinguished name "%s" because it contained a malformed control "%s"
- ERR_LDIF_MALFORMED_DELETE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF delete record starting at line %d with distinguished name "%s" because it contained additional lines after the changetype when none were expected
- ERR_LDIF_MALFORMED_DELETE_OLD_RDN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF modify DN record starting at line %d with distinguished name "%s" because it contained a malformed deleteoldrdn "%s"
- ERR_LDIF_MALFORMED_MODIFICATION_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF modify record starting at line %d with distinguished name "%s" because it contained a malformed modification type "%s"
- ERR_LDIF_MALFORMED_NEW_RDN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF modify DN record starting at line %d with distinguished name "%s" because it contained a malformed new RDN "%s"
- ERR_LDIF_MALFORMED_NEW_SUPERIOR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF modify DN record starting at line %d with distinguished name "%s" because it contained a malformed newsuperior "%s"
- ERR_LDIF_MULTI_VALUED_SINGLE_VALUED_ATTRIBUTE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Rejecting the LDIF change record starting at line %d with distinguished name "%s" because it includes multiple values for single-valued attribute "%s"
- ERR_LDIF_MULTIPLE_VALUES_FOR_SINGLE_VALUED_ATTR - Static variable in class org.opends.messages.UtilityMessages
-
Entry %s starting at line %d includes multiple values for single-valued attribute %s
- ERR_LDIF_NO_ATTR_NAME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF entry starting at line %d because the line "%s" does not include an attribute name
- ERR_LDIF_NO_ATTR_NAME - Static variable in class org.opends.messages.UtilityMessages
-
Unable to parse LDIF entry starting at line %d because the line "%s" does not include an attribute name
- ERR_LDIF_NO_CHANGE_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF change record starting at line %d with distinguished name "%s" because there was no change type
- ERR_LDIF_NO_DELETE_OLD_RDN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF modify DN record starting at line %d with distinguished name "%s" because there was no deleteoldrdn field
- ERR_LDIF_NO_DELETE_OLDRDN_ATTRIBUTE - Static variable in class org.opends.messages.UtilityMessages
-
Error in the LDIF change record entry.
- ERR_LDIF_NO_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF entry starting at line %d because the first line does not contain a DN (the first line was "%s"
- ERR_LDIF_NO_DN - Static variable in class org.opends.messages.UtilityMessages
-
Unable to parse LDIF entry starting at line %d because the first line does not contain a DN (the first line was "%s"
- ERR_LDIF_NO_MOD_DN_ATTRIBUTES - Static variable in class org.opends.messages.UtilityMessages
-
Error in the LDIF change record entry.
- ERR_LDIF_NO_NEW_RDN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF modify DN record starting at line %d with distinguished name "%s" because there was no new RDN
- ERR_LDIF_READ_ATTR_SKIP - Static variable in class org.opends.messages.UtilityMessages
-
Skipping entry %s because the following error was received when reading its attributes: %s
- ERR_LDIF_REJECTED_BY_PLUGIN - Static variable in class org.opends.messages.UtilityMessages
-
Rejecting entry %s because it was rejected by a plugin: %s
- ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE - Static variable in class org.opends.messages.UtilityMessages
-
Rejecting entry %s because it was rejected by a plugin
- ERR_LDIF_REPRESENTATION_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide the LDIF representation of the entry.
- ERR_LDIF_SCHEMA_VIOLATION - Static variable in class org.opends.messages.UtilityMessages
-
Entry %s read from LDIF starting at line %d is not valid because it violates the server's schema configuration: %s
- ERR_LDIF_SKIP - Static variable in class org.opends.messages.UtilityMessages
-
Skipping entry %s because the DN is not one that should be included based on the include and exclude branches/filters
- ERR_LDIF_SKIP_EXCLUDE_BRANCH - Static variable in class org.opends.messages.UtilityMessages
-
Skipping entry %s because the DN is excluded by the exclude branch "%s"
- ERR_LDIF_SKIP_EXCLUDE_FILTER - Static variable in class org.opends.messages.UtilityMessages
-
Skipping entry %s because the DN is excluded by the exclude filter "%s"
- ERR_LDIF_SKIP_NOT_IN_INCLUDED_BRANCHES - Static variable in class org.opends.messages.UtilityMessages
-
Skipping entry %s because the DN is not included by any include branches
- ERR_LDIF_SKIP_NOT_IN_INCLUDED_FILTERS - Static variable in class org.opends.messages.UtilityMessages
-
Skipping entry %s because the DN is not included by any include filters
- ERR_LDIF_UNEXPECTED_BINARY_OPTION - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF change record starting at line %d with distinguished name "%s" because it has an unexpected binary option for attribute %s
- ERR_LDIF_UNKNOWN_ATTRIBUTE_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Rejecting the LDIF change record starting at line %d with distinguished name "%s" because it contains an unrecognized attribute type "%s"
- ERR_LDIF_URL_IO_ERROR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse LDIF entry %s starting at line %d because the value %s was to be read from URL %s but an error occurred while trying to read that content: %s
- ERR_LDIF_URL_IO_ERROR - Static variable in class org.opends.messages.UtilityMessages
-
Unable to parse LDIF entry %s starting at line %d because the value of attribute %s was to be read from URL %s but an error occurred while trying to read that content: %s
- ERR_LDIFDIFF_CANNOT_INITIALIZE_CONFIG - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to process the Directory Server configuration file %s: %s
- ERR_LDIFDIFF_CANNOT_INITIALIZE_JMX - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the Directory Server JMX subsystem based on the information in configuration file %s: %s
- ERR_LDIFDIFF_CANNOT_INITIALIZE_SCHEMA - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the Directory Server schema based on the information in configuration file %s: %s
- ERR_LDIFDIFF_CANNOT_OPEN_OUTPUT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to open the LDIF writer for the diff output: %s
- ERR_LDIFDIFF_CANNOT_OPEN_SOURCE_LDIF - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to open source LDIF %s: %s
- ERR_LDIFDIFF_CANNOT_OPEN_TARGET_LDIF - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to open target LDIF %s: %s
- ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ATTRIBS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to read the file '%s' containing the list of ignored attributes: %s
- ERR_LDIFDIFF_CANNOT_READ_FILE_IGNORE_ENTRIES - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to read the file '%s' containing the list of ignored entries: %s
- ERR_LDIFDIFF_DIFF_FAILED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The differences could not be computed for the following reason: %s
- ERR_LDIFDIFF_ERROR_READING_SOURCE_LDIF - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while reading the contents of source LDIF %s: %s
- ERR_LDIFDIFF_ERROR_READING_TARGET_LDIF - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while reading the contents of target LDIF %s: %s
- ERR_LDIFDIFF_ERROR_WRITING_OUTPUT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to write the diff output: %s
- ERR_LDIFDIFF_MULTIPLE_USES_OF_STDIN - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Unable to use stdin for both the source LDIF and target LDIF
- ERR_LDIFEXPORT_CANNOT_DECODE_EXCLUDE_BASE - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode exclude branch string "%s" as a valid distinguished name: %s
- ERR_LDIFEXPORT_CANNOT_DECODE_WRAP_COLUMN_AS_INTEGER - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode wrap column value "%s" as an integer
- ERR_LDIFEXPORT_CANNOT_EXPORT_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
The Directory Server backend with backend ID "%s" does not provide a mechanism for performing LDIF exports
- ERR_LDIFEXPORT_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to acquire a shared lock for backend %s: %s.
- ERR_LDIFEXPORT_CANNOT_PARSE_EXCLUDE_FILTER - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode exclude filter string "%s" as a valid search filter: %s
- ERR_LDIFEXPORT_CANNOT_PARSE_INCLUDE_FILTER - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode include filter string "%s" as a valid search filter: %s
- ERR_LDIFEXPORT_ERROR_DURING_EXPORT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to process the LDIF export: %s
- ERR_LDIFEXPORT_INVALID_INCLUDE_BASE - Static variable in class org.opends.messages.ToolMessages
-
Provided include base DN "%s" is not handled by the backend with backend ID %s
- ERR_LDIFEXPORT_MULTIPLE_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ToolMessages
-
Multiple Directory Server backends are configured with the requested backend ID "%s"
- ERR_LDIFEXPORT_NO_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ToolMessages
-
None of the Directory Server backends are configured with the requested backend ID "%s"
- ERR_LDIFIMPORT_CANNOT_DECODE_EXCLUDE_BASE - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode exclude branch string "%s" as a valid distinguished name: %s
- ERR_LDIFIMPORT_CANNOT_DECODE_INCLUDE_BASE - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode include branch string "%s" as a valid distinguished name: %s
- ERR_LDIFIMPORT_CANNOT_IMPORT - Static variable in class org.opends.messages.ToolMessages
-
The Directory Server backend with backend ID %s does not provide a mechanism for performing LDIF imports
- ERR_LDIFIMPORT_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to acquire an exclusive lock for backend %s: %s.
- ERR_LDIFIMPORT_CANNOT_OPEN_REJECTS_FILE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to open the rejects file %s for writing: %s
- ERR_LDIFIMPORT_CANNOT_OPEN_SKIP_FILE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to open the skip file %s for writing: %s
- ERR_LDIFIMPORT_CANNOT_PARSE_EXCLUDE_FILTER - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode exclude filter string "%s" as a valid search filter: %s
- ERR_LDIFIMPORT_CANNOT_PARSE_INCLUDE_FILTER - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode include filter string "%s" as a valid search filter: %s
- ERR_LDIFIMPORT_CANNOT_PARSE_TEMPLATE_FILE - Static variable in class org.opends.messages.ToolMessages
-
Unable to parse the specified file %s as a MakeLDIF template file: %s
- ERR_LDIFIMPORT_CANNOT_PARSE_THREAD_COUNT - Static variable in class org.opends.messages.ToolMessages
-
The value %s for threadCount cannot be parsed: %s
- ERR_LDIFIMPORT_CANNOT_READ_FILE - Static variable in class org.opends.messages.ToolMessages
-
The specified LDIF file %s cannot be read
- ERR_LDIFIMPORT_COUNT_REJECTS_REQUIRES_OFFLINE - Static variable in class org.opends.messages.ToolMessages
-
The %s argument is not supported for online imports
- ERR_LDIFIMPORT_ERROR_DURING_IMPORT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to process the LDIF import: %s
- ERR_LDIFIMPORT_INVALID_INCLUDE_BASE - Static variable in class org.opends.messages.ToolMessages
-
Provided include base DN "%s" is not handled by the backend with backend ID %s
- ERR_LDIFIMPORT_LDIF_FILE_DOESNT_EXIST - Static variable in class org.opends.messages.ToolMessages
-
Unable to access the LDIF file %s to import.
- ERR_LDIFIMPORT_MISSING_BACKEND_ARGUMENT - Static variable in class org.opends.messages.ToolMessages
-
Neither the %s or the %s argument was provided.
- ERR_LDIFIMPORT_MISSING_REQUIRED_ARGUMENT - Static variable in class org.opends.messages.ToolMessages
-
Neither the %s or the %s argument was provided.
- ERR_LDIFIMPORT_MULTIPLE_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ToolMessages
-
Imported branches or backend IDs can not span across multiple Directory Server backends
- ERR_LDIFIMPORT_NO_BACKENDS_FOR_ID - Static variable in class org.opends.messages.ToolMessages
-
None of the Directory Server backends are configured with the requested backend ID or base DNs that include the specified branches
- ERR_LDIFMODIFY_ADD_ALREADY_EXISTS - Static variable in class org.opends.messages.ToolMessages
-
Unable to add entry %s because it already exists in the data set
- ERR_LDIFMODIFY_CANNOT_ADD_ENTRY_TWICE - Static variable in class org.opends.messages.ToolMessages
-
Entry %s is added twice in the set of changes to apply, which is not supported by the LDIF modify tool
- ERR_LDIFMODIFY_CANNOT_DELETE_AFTER_ADD - Static variable in class org.opends.messages.ToolMessages
-
Entry %s cannot be deleted because it was previously added in the set of changes.
- ERR_LDIFMODIFY_CANNOT_INITIALIZE_CONFIG - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to process the Directory Server configuration file %s: %s
- ERR_LDIFMODIFY_CANNOT_INITIALIZE_JMX - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the Directory Server JMX subsystem based on the information in configuration file %s: %s
- ERR_LDIFMODIFY_CANNOT_INITIALIZE_SCHEMA - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the Directory Server schema based on the information in configuration file %s: %s
- ERR_LDIFMODIFY_CANNOT_MODIFY_ADDED_OR_DELETED - Static variable in class org.opends.messages.ToolMessages
-
Cannot modify entry %s because it was previously added or deleted in the set of changes.
- ERR_LDIFMODIFY_CANNOT_OPEN_CHANGES - Static variable in class org.opends.messages.ToolMessages
-
Unable to open the changes LDIF file %s: %s
- ERR_LDIFMODIFY_CANNOT_OPEN_SOURCE - Static variable in class org.opends.messages.ToolMessages
-
Unable to open the source LDIF file %s: %s
- ERR_LDIFMODIFY_CANNOT_OPEN_TARGET - Static variable in class org.opends.messages.ToolMessages
-
Unable to open the target LDIF file %s for writing: %s
- ERR_LDIFMODIFY_CHANGES_DOES_NOT_EXIST - Static variable in class org.opends.messages.ToolMessages
-
The changes LDIF file %s does not exist
- ERR_LDIFMODIFY_DELETE_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ToolMessages
-
Unable to delete entry %s because it does not exist in the data set
- ERR_LDIFMODIFY_ERROR_PROCESSING_LDIF - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while processing the requested changes: %s
- ERR_LDIFMODIFY_MODDN_NOT_SUPPORTED - Static variable in class org.opends.messages.ToolMessages
-
The modify DN operation targeted at entry %s cannot be processed because modify DN operations are not supported by the LDIF modify tool
- ERR_LDIFMODIFY_MODIFY_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ToolMessages
-
Unable to modify entry %s because it does not exist in the data set
- ERR_LDIFMODIFY_MULTIPLE_USES_OF_STDIN - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Unable to use stdin for both the source LDIF and changes LDIF
- ERR_LDIFMODIFY_PATCH_FAILED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The changes could not be applied for the following reason: %s
Ensure that no modification operations are done on previously added or deleted entries.
- ERR_LDIFMODIFY_SOURCE_DOES_NOT_EXIST - Static variable in class org.opends.messages.ToolMessages
-
The source LDIF file %s does not exist
- ERR_LDIFMODIFY_UNKNOWN_CHANGETYPE - Static variable in class org.opends.messages.ToolMessages
-
Entry %s has an unknown changetype of %s
- ERR_LDIFSEARCH_CANNOT_CREATE_READER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to create the LDIF reader: %s
- ERR_LDIFSEARCH_CANNOT_CREATE_WRITER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to create the LDIF writer used to return matching entries: %s
- ERR_LDIFSEARCH_CANNOT_INITIALIZE_CONFIG - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to process the Directory Server configuration file %s: %s
- ERR_LDIFSEARCH_CANNOT_INITIALIZE_JMX - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the Directory Server JMX subsystem based on the information in configuration file %s: %s
- ERR_LDIFSEARCH_CANNOT_INITIALIZE_SCHEMA - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to initialize the Directory Server schema based on the information in configuration file %s: %s
- ERR_LDIFSEARCH_CANNOT_PARSE_BASE_DN - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse base DN '%s': %s
- ERR_LDIFSEARCH_CANNOT_PARSE_FILTER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse search filter '%s': %s
- ERR_LDIFSEARCH_CANNOT_PARSE_SIZE_LIMIT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse the size limit as an integer: %s
- ERR_LDIFSEARCH_CANNOT_PARSE_TIME_LIMIT - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to parse the time limit as an integer: %s
- ERR_LDIFSEARCH_CANNOT_READ_ENTRY_FATAL - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to read an entry from the LDIF content: %s.
- ERR_LDIFSEARCH_CANNOT_READ_ENTRY_RECOVERABLE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to read an entry from the LDIF content: %s.
- ERR_LDIFSEARCH_ERROR_DURING_PROCESSING - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred during search processing: %s
- ERR_LDIFSEARCH_FAILED - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The search could not be performed for the following reason: %s
- ERR_LDIFSEARCH_NO_FILTER - Static variable in class org.opends.messages.ToolMessages
-
No search filter was specified.
- ERR_LISTBACKENDS_CANNOT_GET_BACKENDS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to read backend information from the server configuration: %s
- ERR_LISTBACKENDS_INVALID_DN - Static variable in class org.opends.messages.ToolMessages
-
The provided base DN value '%s' could not be parsed as a valid DN: %s
- ERR_LISTBACKENDS_NO_SUCH_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
There is no backend with ID '%s' in the server configuration
- ERR_LISTBACKENDS_NO_VALID_BACKENDS - Static variable in class org.opends.messages.ToolMessages
-
None of the provided backend IDs exist in the server configuration
- ERR_LOADING_GENERATION_ID - Static variable in class org.opends.messages.ReplicationMessages
-
An unexpected error occurred when searching in %s for the generation ID : %s
- ERR_LOADING_IMAGE - Static variable in class org.opends.messages.AdminToolMessages
-
Error loading image
- ERR_LOGGER_ERROR_CLOSING_FILE - Static variable in class org.opends.messages.LoggerMessages
-
Error occurred while closing log file for logger %s: %s
- ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY - Static variable in class org.opends.messages.LoggerMessages
-
Error occurred while enforcing retention policy %s for logger %s: %s
- ERR_LOGGER_ERROR_FLUSHING_BUFFER - Static variable in class org.opends.messages.LoggerMessages
-
Error occurred while flushing writer buffer for logger %s: %s
- ERR_LOGGER_ERROR_LISTING_FILES - Static variable in class org.opends.messages.LoggerMessages
-
Error occurred while listing log files named by policy with initial file name %s
- ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE - Static variable in class org.opends.messages.LoggerMessages
-
Error occurred while obtaining free disk space in the partition containing log file %s: %s
- ERR_LOGGER_ERROR_OPENING_FILE - Static variable in class org.opends.messages.LoggerMessages
-
Error occurred while opening log file %s for logger %s: %s
- ERR_LOGGER_ERROR_WRITING_RECORD - Static variable in class org.opends.messages.LoggerMessages
-
Error occurred while writing log record for logger %s: %s.
- ERR_LOOP_REPLAYING_OPERATION - Static variable in class org.opends.messages.ReplicationMessages
-
A loop was detected while replaying operation: %s error %s
- ERR_MAKELDIF_BRANCH_SUBORDINATE_CANT_PARSE_NUMENTRIES - Static variable in class org.opends.messages.ToolMessages
-
Unable to parse the number of entries for template %s as an integer for the subordinate template definition on line %d for branch %s
- ERR_MAKELDIF_BRANCH_SUBORDINATE_INVALID_NUM_ENTRIES - Static variable in class org.opends.messages.ToolMessages
-
Subordinate template definition on line %d for branch %s specified invalid number of entries %d for template %s
- ERR_MAKELDIF_BRANCH_SUBORDINATE_TEMPLATE_NO_COLON - Static variable in class org.opends.messages.ToolMessages
-
Subordinate template definition on line %d for branch %s is missing a colon to separate the template name from the number of entries
- ERR_MAKELDIF_CANNOT_DECODE_BRANCH_DN - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode branch DN "%s" on line %d of the template file
- ERR_MAKELDIF_CANNOT_INSTANTIATE_NEW_TAG - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred while trying to create a new instance of tag %s referenced on line %d of the template file: %s
- ERR_MAKELDIF_CANNOT_INSTANTIATE_TAG - Static variable in class org.opends.messages.ToolMessages
-
Cannot instantiate class %s as a MakeLDIF tag
- ERR_MAKELDIF_CANNOT_LOAD_TAG_CLASS - Static variable in class org.opends.messages.ToolMessages
-
Unable to load class %s for use as a MakeLDIF tag
- ERR_MAKELDIF_CANNOT_WRITE_ENTRY - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to write entry %s to LDIF: %s
- ERR_MAKELDIF_CONFLICTING_BRANCH_DN - Static variable in class org.opends.messages.ToolMessages
-
The branch definition %s starting on line %d conflicts with an earlier branch definition contained in the template file
- ERR_MAKELDIF_CONFLICTING_CONSTANT_NAME - Static variable in class org.opends.messages.ToolMessages
-
The definition for constant %s on line %d conflicts with an earlier constant definition included in the template
- ERR_MAKELDIF_CONFLICTING_TAG_NAME - Static variable in class org.opends.messages.ToolMessages
-
Cannot register the tag defined in class %s because the tag name %s conflicts with the name of another tag that has already been registered
- ERR_MAKELDIF_CONFLICTING_TEMPLATE_NAME - Static variable in class org.opends.messages.ToolMessages
-
The template definition %s starting on line %d conflicts with an earlier template definition contained in the template file
- ERR_MAKELDIF_COULD_NOT_FIND_TEMPLATE_FILE - Static variable in class org.opends.messages.ToolMessages
-
Could not find template file %s
- ERR_MAKELDIF_DEFINE_MISSING_EQUALS - Static variable in class org.opends.messages.ToolMessages
-
The constant definition on line %d is missing an equal sign to delimit the constant name from the value
- ERR_MAKELDIF_DEFINE_NAME_EMPTY - Static variable in class org.opends.messages.ToolMessages
-
The constant definition on line %d does not include a name for the constant
- ERR_MAKELDIF_ERROR_WRITING_LDIF - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while writing data to LDIF file %s: %s
- ERR_MAKELDIF_EXCEPTION_DURING_PROCESSING - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while processing : %s
- ERR_MAKELDIF_INCOMPLETE_TAG - Static variable in class org.opends.messages.ToolMessages
-
Line %d of the template file contains an incomplete tag that starts with either '<' or '{' but does get closed
- ERR_MAKELDIF_NO_ATTR_IN_BRANCH_EXTRA_LINE - Static variable in class org.opends.messages.ToolMessages
-
There is no attribute name before the colon on line %d of the template file in the definition for branch %s
- ERR_MAKELDIF_NO_ATTR_IN_TEMPLATE_LINE - Static variable in class org.opends.messages.ToolMessages
-
There is no attribute name before the colon on line %d of the template file in the definition for template %s
- ERR_MAKELDIF_NO_COLON_IN_BRANCH_EXTRA_LINE - Static variable in class org.opends.messages.ToolMessages
-
There is no colon to separate the attribute name from the value pattern on line %d of the template file in the definition for branch %s
- ERR_MAKELDIF_NO_COLON_IN_TEMPLATE_LINE - Static variable in class org.opends.messages.ToolMessages
-
There is no colon to separate the attribute name from the value pattern on line %d of the template file in the definition for template %s
- ERR_MAKELDIF_NO_SUCH_TAG - Static variable in class org.opends.messages.ToolMessages
-
An undefined tag %s is referenced on line %d of the template file
- ERR_MAKELDIF_TAG_CANNOT_FIND_FILE - Static variable in class org.opends.messages.ToolMessages
-
Cannot find file %s referenced by tag %s on line %d of the template file
- ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_BOOLEAN - Static variable in class org.opends.messages.ToolMessages
-
Cannot parse value "%s" as a Boolean value for tag %s on line %d of the template file.
- ERR_MAKELDIF_TAG_CANNOT_PARSE_AS_INTEGER - Static variable in class org.opends.messages.ToolMessages
-
Cannot parse value "%s" as an integer for tag %s on line %d of the template file
- ERR_MAKELDIF_TAG_CANNOT_READ_FILE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while trying to read file %s referenced by tag %s on line %d of the template file: %s
- ERR_MAKELDIF_TAG_INTEGER_ABOVE_UPPER_BOUND - Static variable in class org.opends.messages.ToolMessages
-
Value %d is above the largest allowed value of %d for tag %s on line %d of the template file
- ERR_MAKELDIF_TAG_INTEGER_BELOW_LOWER_BOUND - Static variable in class org.opends.messages.ToolMessages
-
Value %d is below the lowest allowed value of %d for tag %s on line %d of the template file
- ERR_MAKELDIF_TAG_INVALID_ARGUMENT_COUNT - Static variable in class org.opends.messages.ToolMessages
-
Invalid number of arguments provided for tag %s on line number %d of the template file: expected %d, got %d
- ERR_MAKELDIF_TAG_INVALID_ARGUMENT_RANGE_COUNT - Static variable in class org.opends.messages.ToolMessages
-
Invalid number of arguments provided for tag %s on line number %d of the template file: expected between %d and %d, got %d
- ERR_MAKELDIF_TAG_INVALID_FILE_ACCESS_MODE - Static variable in class org.opends.messages.ToolMessages
-
Invalid file access mode %s for tag %s on line %d of the template file.
- ERR_MAKELDIF_TAG_INVALID_FORMAT_STRING - Static variable in class org.opends.messages.ToolMessages
-
Cannot parse value "%s" as an valid format string for tag %s on line %d of the template file
- ERR_MAKELDIF_TAG_LIST_NO_ARGUMENTS - Static variable in class org.opends.messages.ToolMessages
-
The list tag on line %d of the template file does not contain any arguments to specify the list values.
- ERR_MAKELDIF_TAG_NO_RANDOM_TYPE_ARGUMENT - Static variable in class org.opends.messages.ToolMessages
-
The random tag on line %d of the template file does not include an argument to specify the type of random value that should be generated
- ERR_MAKELDIF_TAG_NOT_ALLOWED_IN_BRANCH - Static variable in class org.opends.messages.ToolMessages
-
Tag %s referenced on line %d of the template file is not allowed for use in branch definitions
- ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE - Static variable in class org.opends.messages.ToolMessages
-
Undefined attribute %s referenced on line %d of the template file
- ERR_MAKELDIF_TAG_UNKNOWN_RANDOM_TYPE - Static variable in class org.opends.messages.ToolMessages
-
The random tag on line %d of the template file references an unknown random type of %s
- ERR_MAKELDIF_TEMPLATE_INVALID_PARENT_TEMPLATE - Static variable in class org.opends.messages.ToolMessages
-
The parent template %s referenced on line %d for template %s is invalid because the referenced parent template is not defined before the template that extends it
- ERR_MAKELDIF_TEMPLATE_MISSING_RDN_ATTR - Static variable in class org.opends.messages.ToolMessages
-
The template named %s includes RDN attribute %s that is not assigned a value in that template
- ERR_MAKELDIF_TEMPLATE_SUBORDINATE_CANT_PARSE_NUMENTRIES - Static variable in class org.opends.messages.ToolMessages
-
Unable to parse the number of entries for template %s as an integer for the subordinate template definition on line %d for template %s
- ERR_MAKELDIF_TEMPLATE_SUBORDINATE_INVALID_NUM_ENTRIES - Static variable in class org.opends.messages.ToolMessages
-
Subordinate template definition on line %d for template %s specified invalid number of entries %d for subordinate template %s
- ERR_MAKELDIF_TEMPLATE_SUBORDINATE_TEMPLATE_NO_COLON - Static variable in class org.opends.messages.ToolMessages
-
Subordinate template definition on line %d for template %s is missing a colon to separate the template name from the number of entries
- ERR_MAKELDIF_UNABLE_TO_CREATE_LDIF - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
An error occurred while attempting to open LDIF file %s for writing: %s
- ERR_MAKELDIF_UNDEFINED_BRANCH_SUBORDINATE - Static variable in class org.opends.messages.ToolMessages
-
The branch with entry DN '%s' references a subordinate template named '%s' which is not defined in the template file
- ERR_MAKELDIF_UNDEFINED_TEMPLATE_SUBORDINATE - Static variable in class org.opends.messages.ToolMessages
-
The template named %s references a subordinate template named %s which is not defined in the template file
- ERR_MAKELDIF_UNEXPECTED_TEMPLATE_FILE_LINE - Static variable in class org.opends.messages.ToolMessages
-
Unexpected template line "%s" encountered on line %d of the template file
- ERR_MAKELDIF_WARNING_DEFINE_VALUE_EMPTY - Static variable in class org.opends.messages.ToolMessages
-
Constant %s defined on line %d has not been assigned a value
- ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The managed object could not be created because there is an existing managed object with the same name
- ERR_MANAGED_OBJECT_ALREADY_EXISTS_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
The managed object could not be created because there is an existing managed object with the same name
- ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s could not be decoded due to the following reasons: %s
- ERR_MANAGED_OBJECT_DECODING_EXCEPTION_PLURAL - Static variable in class org.opends.messages.AdminMessages
-
The %s could not be decoded due to the following reasons: %s
- ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s could not be decoded due to the following reason: %s
- ERR_MANAGED_OBJECT_DECODING_EXCEPTION_SINGLE - Static variable in class org.opends.messages.AdminMessages
-
The %s could not be decoded due to the following reason: %s
- ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The requested managed object could not be found
- ERR_MANAGED_OBJECT_NOT_FOUND_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
The requested managed object could not be found
- ERR_MANAGEDSAIT_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a ManageDsaIT request control because it contained the OID '%s', when '%s' was expected
- ERR_MANAGEDSAIT_INVALID_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ManageDsaIT control because it contains a value
- ERR_MATCHEDVALUES_CANNOT_DECODE_VALUE_AS_SEQUENCE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided matched values control because an error occurred while attempting to decode the value as an ASN.1 sequence: %s
- ERR_MATCHEDVALUES_CANNOT_DECODE_VALUE_AS_SEQUENCE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided matched values control because an error occurred while attempting to decode the value as an ASN.1 sequence: %s
- ERR_MATCHEDVALUES_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a matched values request control because it contained the OID '%s', when '%s' was expected
- ERR_MATCHEDVALUES_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided matched values control because it does not have a value
- ERR_MATCHEDVALUES_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided matched values control because it does not have a value
- ERR_MATCHEDVALUES_NO_FILTERS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided matched values control because the control value does not specify any filters for use in matching attribute values
- ERR_MATCHEDVALUES_NO_FILTERS - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided matched values control because the control value does not specify any filters for use in matching attribute values
- ERR_MATCHING_RULE_USE_CANNOT_REGISTER - Static variable in class org.opends.messages.SchemaMessages
-
Matching rule use could not be registered from definition: %s
- ERR_MAX_MEMORY_BIGGER_THAN_INITIAL_MEMORY - Static variable in class org.opends.messages.QuickSetupMessages
-
The maximum memory value must be higher than the initial memory value.
- ERR_MAX_MEMORY_VALUE - Static variable in class org.opends.messages.QuickSetupMessages
-
The maximum memory value must be a positive integer.
- ERR_MAX_MEMORY_VALUE_EXTENDED - Static variable in class org.opends.messages.QuickSetupMessages
-
Could not use the provided maximum memory value.
- ERR_MAX_PSEARCH_LIMIT_EXCEEDED - Static variable in class org.opends.messages.CoreMessages
-
The directory server is not accepting a new persistent search request because the server has already reached its limit
- ERR_MCARG_VALUE_NOT_ALLOWED - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided %s value %s is unacceptable because it is not included in the set of allowed values for that argument
- ERR_MEMORY_32_BIT_LIMIT - Static variable in class org.opends.messages.QuickSetupMessages
-
Note that 32-bit Java virtual machines do not support memory values higher than 2 gigabytes.
- ERR_MEMORY_AND_OTHER_ARGUMENTS_NOT_COMPATIBLE - Static variable in class org.opends.messages.QuickSetupMessages
-
The provided memory arguments and the 'Other Java Arguments' were checked successfully separately.
- ERR_MEMORY_VALUE_EXTENDED - Static variable in class org.opends.messages.QuickSetupMessages
-
Could not use the provided memory values.
- ERR_MEMORYBACKEND_BACKUP_RESTORE_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
The memory-based backend does not support backup or restore operations
- ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_READER - Static variable in class org.opends.messages.BackendMessages
-
Unable to create an LDIF reader: %s
- ERR_MEMORYBACKEND_CANNOT_CREATE_LDIF_WRITER - Static variable in class org.opends.messages.BackendMessages
-
Unable to create an LDIF writer: %s
- ERR_MEMORYBACKEND_CANNOT_DELETE_ENTRY_WITH_CHILDREN - Static variable in class org.opends.messages.BackendMessages
-
Cannot delete entry %s because it has one or more subordinate entries
- ERR_MEMORYBACKEND_CANNOT_RENAME_ENRY_WITH_CHILDREN - Static variable in class org.opends.messages.BackendMessages
-
Cannot rename entry %s because it has one or more subordinate entries
- ERR_MEMORYBACKEND_CANNOT_RENAME_TO_ANOTHER_BACKEND - Static variable in class org.opends.messages.BackendMessages
-
Cannot rename entry %s because the target entry is in a different backend
- ERR_MEMORYBACKEND_CANNOT_WRITE_ENTRY_TO_LDIF - Static variable in class org.opends.messages.BackendMessages
-
Cannot write entry %s to LDIF: %s
- ERR_MEMORYBACKEND_ENTRY_ALREADY_EXISTS - Static variable in class org.opends.messages.BackendMessages
-
Entry %s already exists in the memory-based backend
- ERR_MEMORYBACKEND_ENTRY_DOESNT_BELONG - Static variable in class org.opends.messages.BackendMessages
-
Entry %s does not belong in the memory-based backend
- ERR_MEMORYBACKEND_ERROR_DURING_IMPORT - Static variable in class org.opends.messages.BackendMessages
-
An unexpected error occurred while processing the import: %s
- ERR_MEMORYBACKEND_ERROR_READING_LDIF - Static variable in class org.opends.messages.BackendMessages
-
An unrecoverable error occurred while reading from LDIF: %s
- ERR_MEMORYBACKEND_PARENT_DOESNT_EXIST - Static variable in class org.opends.messages.BackendMessages
-
Unable to add entry %s because its parent entry %s does not exist in the memory-based backend
- ERR_MEMORYBACKEND_RENAME_PARENT_DOESNT_EXIST - Static variable in class org.opends.messages.BackendMessages
-
Cannot rename entry %s because the new parent entry %s doesn't exist
- ERR_MEMORYBACKEND_REQUIRE_EXACTLY_ONE_BASE - Static variable in class org.opends.messages.BackendMessages
-
Exactly one base DN must be provided for use with the memory-based backend
- ERR_MENU_BAD_CHOICE_MULTI - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Invalid response.
- ERR_MENU_BAD_CHOICE_MULTI_DUPE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The option "%s" was specified more than once.
- ERR_MENU_BAD_CHOICE_SINGLE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Invalid response.
- ERR_MISSING_ADMIN_BACKENDS - Static variable in class org.opends.messages.CoreMessages
-
Cannot complete initialization of server's backends because the root and administrative backends have not been initialized yet.
- ERR_MISSING_ID2ENTRY_RECORD - Static variable in class org.opends.messages.BackendMessages
-
The entry database does not contain a record for ID %s
- ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The following properties are mandatory: %s
- ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_PLURAL - Static variable in class org.opends.messages.AdminMessages
-
The following properties are mandatory: %s
- ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The "%s" property is mandatory
- ERR_MISSING_MANDATORY_PROPERTIES_EXCEPTION_SINGLE - Static variable in class org.opends.messages.AdminMessages
-
The "%s" property is mandatory
- ERR_MISSING_REQUIRED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The create request cannot be processed because it does not include the required field '%s'
- ERR_MISSING_TYPE_PROPERTY_IN_CREATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The resource cannot be created because it does not contain the type property '%s'
- ERR_MODDN_ASSERTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be renamed because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
- ERR_MODDN_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.CoreMessages
-
The entry %s cannot be renamed due to insufficient access rights
- ERR_MODDN_BACKEND_READONLY - Static variable in class org.opends.messages.CoreMessages
-
Unable to rename entry %s because the backend that holds that entry is configured in read-only mode
- ERR_MODDN_CANNOT_LOCK_CURRENT_DN - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because the server was unable to obtain a write lock for that DN
- ERR_MODDN_CANNOT_LOCK_NEW_DN - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because the server was unable to obtain a write lock for the new DN %s
- ERR_MODDN_CANNOT_PROCESS_ASSERTION_FILTER - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be renamed because the request contained an LDAP assertion control, but an error occurred while attempting to compare the target entry against the filter contained in the control: %s
- ERR_MODDN_DIFFERENT_BACKENDS - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because the backend holding the current entry is different from the backend used to handle the new DN %s.
- ERR_MODDN_NEW_RDN_ATTR_IS_NO_USER_MOD - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be renamed because the new RDN includes attribute %s which is defined as NO-USER-MODIFICATION in the server schema, and the target value for that attribute is not already included in the entry
- ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because the new superior entry %s is equal to or a subordinate of the entry to be moved
- ERR_MODDN_NEWRDN_ATTR_IS_OBSOLETE - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because the new RDN includes attribute type %s which is declared OBSOLETE in the server schema
- ERR_MODDN_NO_BACKEND_FOR_CURRENT_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because no backend is registered to handle that DN
- ERR_MODDN_NO_BACKEND_FOR_NEW_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because no backend is registered to handle the new DN %s
- ERR_MODDN_NO_CURRENT_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because that entry does not exist in the server
- ERR_MODDN_NO_PARENT - Static variable in class org.opends.messages.CoreMessages
-
A modify DN operation cannot be performed on entry %s because the new RDN would not have a parent DN
- ERR_MODDN_OLD_RDN_ATTR_IS_NO_USER_MOD - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be renamed because the current DN includes attribute %s which is defined as NO-USER-MODIFICATION in the server schema and the deleteOldRDN flag was set in the modify DN request
- ERR_MODDN_PREOP_VIOLATES_SCHEMA - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because a pre-operation plugin modified the entry in a way that caused it to violate the server schema: %s
- ERR_MODDN_SERVER_READONLY - Static variable in class org.opends.messages.CoreMessages
-
Unable to rename entry %s because the Directory Server is configured in read-only mode
- ERR_MODDN_SYNCH_CONFLICT_RESOLUTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during conflict resolution synchronization processing for the modify DN operation with connection ID %d and operation ID %d: %s
- ERR_MODDN_SYNCH_POSTOP_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during postoperation synchronization processing for the modify DN operation with connection ID %d and operation ID %d: %s
- ERR_MODDN_SYNCH_PREOP_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during preoperation synchronization processing for the modify DN operation with connection ID %d and operation ID %d: %s
- ERR_MODDN_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be renamed because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
- ERR_MODDN_VIOLATES_SCHEMA - Static variable in class org.opends.messages.CoreMessages
-
The modify DN operation for entry %s cannot be performed because the change would have violated the server schema: %s
- ERR_MODIFY_ADD_DUPLICATE_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because it would have resulted in one or more duplicate values for attribute %s: %s
- ERR_MODIFY_ADD_INVALID_SYNTAX - Static variable in class org.opends.messages.CoreMessages
-
When attempting to modify entry %s to add one or more values for attribute %s, value "%s" was found to be invalid according to the associated syntax: %s
- ERR_MODIFY_ADD_INVALID_SYNTAX_NO_VALUE - Static variable in class org.opends.messages.CoreMessages
-
When attempting to modify entry %s, one value for attribute %s was found to be invalid according to the associated syntax: %s
- ERR_MODIFY_ADD_NO_VALUES - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the modification contained an add component for attribute %s but no values were provided
- ERR_MODIFY_ASSERTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the request contained an LDAP assertion control and the associated filter did not match the contents of the entry
- ERR_MODIFY_ATTR_IS_NO_USER_MOD - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the modification attempted to update attribute %s which is defined as NO-USER-MODIFICATION in the server schema
- ERR_MODIFY_ATTR_IS_OBSOLETE - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the modification attempted to set one or more new values for attribute %s which is marked OBSOLETE in the server schema
- ERR_MODIFY_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.CoreMessages
-
The entry %s cannot be modified due to insufficient access rights
- ERR_MODIFY_BACKEND_READONLY - Static variable in class org.opends.messages.CoreMessages
-
Unable to modify entry %s because the backend that holds that entry is configured in read-only mode
- ERR_MODIFY_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the server failed to obtain a write lock for this entry after multiple attempts
- ERR_MODIFY_CANNOT_PROCESS_ASSERTION_FILTER - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the request contained an LDAP assertion control, but an error occurred while attempting to compare the target entry against the filter contained in the control: %s
- ERR_MODIFY_CHANGE_PRIVILEGE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.CoreMessages
-
You do not have sufficient privileges to modify the set of privileges contained in an entry
- ERR_MODIFY_DELETE_MISSING_VALUES - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the attempt to update attribute %s would have removed one or more values from the attribute that were not present: %s
- ERR_MODIFY_DELETE_NO_SUCH_ATTR - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because an attempt was made to remove one or more values from attribute %s but this attribute is not present in the entry
- ERR_MODIFY_DELETE_RDN_ATTR - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the change to attribute %s would have removed a value used in the RDN
- ERR_MODIFY_HEADING_MMPE_PLURAL - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be modified because the following mandatory properties were not defined:
- ERR_MODIFY_HEADING_MMPE_SINGLE - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The %s could not be modified because the following mandatory property was not defined:
- ERR_MODIFY_INCREMENT_PROVIDED_VALUE_NOT_INTEGER - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but the value "%s" contained in the request could not be parsed as an integer
- ERR_MODIFY_INCREMENT_RDN - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s which is used as an RDN attribute for the entry
- ERR_MODIFY_INCREMENT_REQUIRES_EXISTING_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but that attribute did not have any values in the target entry
- ERR_MODIFY_INCREMENT_REQUIRES_INTEGER_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but the value "%s" could not be parsed as an integer
- ERR_MODIFY_INCREMENT_REQUIRES_SINGLE_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but the request contained multiple values, where only a single integer value is allowed
- ERR_MODIFY_INCREMENT_REQUIRES_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because an attempt was made to increment the value of attribute %s but the request did not include a value for that attribute specifying the amount by which to increment the value
- ERR_MODIFY_INVALID_MOD_TYPE_FOR_PASSWORD - Static variable in class org.opends.messages.CoreMessages
-
Invalid modification type %s attempted on password attribute %s
- ERR_MODIFY_INVALID_PASSWORD - Static variable in class org.opends.messages.CoreMessages
-
The provided user password does not match any password in the user's entry
- ERR_MODIFY_MULTIPLE_PASSWORDS_NOT_ALLOWED - Static variable in class org.opends.messages.CoreMessages
-
The password change would result in multiple password values in the user entry, which is not allowed
- ERR_MODIFY_MULTIPLE_VALUES_NOT_ALLOWED - Static variable in class org.opends.messages.CoreMessages
-
Multiple password values are not allowed in user entries
- ERR_MODIFY_MUST_CHANGE_PASSWORD - Static variable in class org.opends.messages.CoreMessages
-
%s must change their password before it will be allowed to perform any other operations
- ERR_MODIFY_NO_BACKEND_FOR_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because there is no backend registered to handle operations for that entry
- ERR_MODIFY_NO_EXISTING_VALUES - Static variable in class org.opends.messages.CoreMessages
-
The user entry does not have any existing passwords to remove
- ERR_MODIFY_NO_MODIFICATIONS - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be updated because the request did not contain any modifications
- ERR_MODIFY_NO_PREENCODED_PASSWORDS - Static variable in class org.opends.messages.CoreMessages
-
User passwords may not be provided in pre-encoded form
- ERR_MODIFY_NO_SUCH_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because no such entry exists in the server
- ERR_MODIFY_NO_SUCH_OBJECT - Static variable in class org.opends.messages.BackendMessages
-
The entry '%s' cannot be modified because it does not exist
- ERR_MODIFY_NO_USER_PW_CHANGES - Static variable in class org.opends.messages.CoreMessages
-
Users are not allowed to change their own passwords
- ERR_MODIFY_PASSWORD_EXISTS - Static variable in class org.opends.messages.CoreMessages
-
The specified password value already exists in the user entry
- ERR_MODIFY_PASSWORDS_CANNOT_HAVE_OPTIONS - Static variable in class org.opends.messages.CoreMessages
-
Attributes used to hold user passwords are not allowed to have any attribute options
- ERR_MODIFY_PW_CHANGE_REQUIRES_CURRENT_PW - Static variable in class org.opends.messages.CoreMessages
-
The password policy requires that user password changes include the current password in the request
- ERR_MODIFY_PW_IN_HISTORY - Static variable in class org.opends.messages.CoreMessages
-
The provided new password was found in the password history for the user
- ERR_MODIFY_PW_VALIDATION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
The provided password value was rejected by a password validator: %s
- ERR_MODIFY_PWRESET_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.CoreMessages
-
You do not have sufficient privileges to reset user passwords
- ERR_MODIFY_READ_ONLY_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The %s request cannot be processed because it attempts to modify the read-only field '%s'
- ERR_MODIFY_REPLACE_INVALID_SYNTAX - Static variable in class org.opends.messages.CoreMessages
-
When attempting to modify entry %s to replace the set of values for attribute %s, value "%s" was found to be invalid according to the associated syntax: %s
- ERR_MODIFY_REPLACE_INVALID_SYNTAX_NO_VALUE - Static variable in class org.opends.messages.CoreMessages
-
When attempting to modify entry %s to replace the set of values for attribute %s, one value was found to be invalid according to the associated syntax: %s
- ERR_MODIFY_REQUIRE_SECURE_CHANGES - Static variable in class org.opends.messages.CoreMessages
-
Password changes must be performed over a secure authentication channel
- ERR_MODIFY_SERVER_READONLY - Static variable in class org.opends.messages.CoreMessages
-
Unable to modify entry %s because the Directory Server is configured in read-only mode
- ERR_MODIFY_SYNCH_CONFLICT_RESOLUTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during conflict resolution synchronization processing for the modify operation with connection ID %d and operation ID %d: %s
- ERR_MODIFY_SYNCH_POSTOP_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during postoperation synchronization processing for the modify operation with connection ID %d and operation ID %d: %s
- ERR_MODIFY_SYNCH_PREOP_FAILED - Static variable in class org.opends.messages.CoreMessages
-
An error occurred during preoperation synchronization processing for the modify operation with connection ID %d and operation ID %d: %s
- ERR_MODIFY_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the request contained a critical control with OID %s that is not supported by the Directory Server for this type of operation
- ERR_MODIFY_VIOLATES_SCHEMA - Static variable in class org.opends.messages.CoreMessages
-
Entry %s cannot be modified because the resulting entry would have violated the server schema: %s
- ERR_MODIFY_WITHIN_MINIMUM_AGE - Static variable in class org.opends.messages.CoreMessages
-
The password cannot be changed because it has not been long enough since the last password change
- ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_PLUGIN - Static variable in class org.opends.messages.BackendMessages
-
A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s
- ERR_MODIFYDN_ABORTED_BY_SUBORDINATE_SCHEMA_ERROR - Static variable in class org.opends.messages.BackendMessages
-
A plugin caused the modify DN operation to be aborted while moving and/or renaming an entry from %s to %s because the change to that entry violated the server schema configuration: %s
- ERR_MODIFYDN_ALREADY_EXISTS - Static variable in class org.opends.messages.BackendMessages
-
The entry cannot be renamed to '%s' because an entry with that name already exists
- ERR_MODIFYDN_NO_SUCH_OBJECT - Static variable in class org.opends.messages.BackendMessages
-
The entry '%s' cannot be renamed because it does not exist
- ERR_MONITOR_CANNOT_DECODE_MONITOR_ROOT_DN - Static variable in class org.opends.messages.BackendMessages
-
An unexpected error occurred while attempting to decode cn=monitor as the base DN for the Directory Server monitor information: %s.
- ERR_MONITOR_CONFIG_ENTRY_NULL - Static variable in class org.opends.messages.BackendMessages
-
An attempt was made to configure the monitor backend without providing a configuration entry.
- ERR_MONITOR_INVALID_BASE - Static variable in class org.opends.messages.BackendMessages
-
Unable to retrieve the requested entry %s from the monitor backend because the DN is not below the monitor base of %s
- ERR_MONITOR_MODIFY_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
Unwilling to update entry "%s" because modify operations are not supported in the monitor backend.
- ERR_MONITOR_UNABLE_TO_EXPORT_BASE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to export the base monitor entry: %s
- ERR_MONITOR_UNABLE_TO_EXPORT_PROVIDER_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to export the monitor entry for monitor provider %s: %s
- ERR_MOVEFILE_NO_SUCH_DIRECTORY - Static variable in class org.opends.messages.UtilityMessages
-
The target directory %s does not exist
- ERR_MOVEFILE_NO_SUCH_FILE - Static variable in class org.opends.messages.UtilityMessages
-
The file to move %s does not exist
- ERR_MOVEFILE_NOT_DIRECTORY - Static variable in class org.opends.messages.UtilityMessages
-
The target directory %s exists but is not a directory
- ERR_MOVEFILE_NOT_FILE - Static variable in class org.opends.messages.UtilityMessages
-
The file to move %s exists but is not a file
- ERR_MR_CERTIFICATE_MATCH_EXPECTED_END - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The GSER value contains additional characters at the end of the assertion
- ERR_MR_CERTIFICATE_MATCH_GSER_INVALID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An error occurred while parsing the GSER String: "%s"
- ERR_MR_CERTIFICATE_MATCH_IDENTIFIER_NOT_FOUND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The identifier "%s" could not be found at the correct position
- ERR_MR_CERTIFICATE_MATCH_INVALID_DN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value "%s" could not be parsed as a valid distinguished name because an error occurred while trying to parse the DN portion: %s
- ERR_MR_CERTIFICATE_MATCH_PARSE_ERROR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The value could not be parsed as an X.509 certificate: "%s"
- ERR_MR_VALIDATION_FAIL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Validation of matching rule definition %s failed and will be removed from the schema: %s
- ERR_MRU_VALIDATION_FAIL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Validation of matching rule use definition %s failed and will be removed from the schema: %s
- ERR_MULTIPLE_BACKENDS_FOR_BASE - Static variable in class org.opends.messages.ToolMessages
-
Multiple Directory Server backends are configured to support base DN "%s"
- ERR_MULTIPLE_MATCHING_DOMAIN - Static variable in class org.opends.messages.ReplicationMessages
-
Multiple domains match the base DN provided
- ERR_MVCC_NO_VERSION_INFORMATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The resource could not be accessed because it did not contain any version information, when the version '%s' was expected
- ERR_MVCC_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Multi-version concurrency control is not supported by this resource
- ERR_MVCC_VERSIONS_MISMATCH - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The resource could not be accessed because the expected version '%s' does not match the current version '%s'
- ERR_MVFILTER_BAD_FILTER_AND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided filter "%s" cannot be used as a matched values filter because "and" filters are not allowed
- ERR_MVFILTER_BAD_FILTER_EXT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided filter "%s" cannot be used as a matched values filter because extensible match filters requesting DN attributes are not allowed
- ERR_MVFILTER_BAD_FILTER_NOT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided filter "%s" cannot be used as a matched values filter because "not" filters are not allowed
- ERR_MVFILTER_BAD_FILTER_OR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided filter "%s" cannot be used as a matched values filter because "or" filters are not allowed
- ERR_MVFILTER_BAD_FILTER_UNRECOGNIZED - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided filter "%s" cannot be used as a matched values filter because filters of type %d are not allowed
- ERR_MVFILTER_CANNOT_DECODE_AVA - Static variable in class org.opends.messages.ProtocolMessages
-
An error occurred while attempting to decode the attribute value assertion in the provided matched values filter: %s
- ERR_MVFILTER_CANNOT_DECODE_EXTENSIBLE_MATCH - Static variable in class org.opends.messages.ProtocolMessages
-
The provided matched values filter could not be decoded because an error occurred while decoding the extensible match filter component: %s
- ERR_MVFILTER_CANNOT_DECODE_PRESENT_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
The provided matched values filter could not be decoded because an error occurred while decoding the presence filter component: %s
- ERR_MVFILTER_CANNOT_DECODE_SUBSTRINGS - Static variable in class org.opends.messages.ProtocolMessages
-
The provided matched values filter could not be decoded because an error occurred while decoding the substring filter component: %s
- ERR_MVFILTER_INVALID_DN_ATTRIBUTES_FLAG - Static variable in class org.opends.messages.ProtocolMessages
-
The provided LDAP filter "%s" cannot be used as a matched values filter because it is an extensible match filter that contains the dnAttributes flag, which is not allowed for matched values filters
- ERR_MVFILTER_INVALID_ELEMENT_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
The provided matched values filter could not be decoded because it had an invalid BER type of %s
- ERR_MVFILTER_INVALID_LDAP_FILTER_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
The provided LDAP filter "%s" cannot be used as a matched values filter because filters of type %s are not allowed for use in matched values filters
- ERR_MVFILTER_NO_SUBSTRING_ELEMENTS - Static variable in class org.opends.messages.ProtocolMessages
-
The provided matched values filter could not be decoded because there were no subInitial, subAny, or subFinal components in the substring filter
- ERR_NAME_FORM_CANNOT_REGISTER - Static variable in class org.opends.messages.SchemaMessages
-
Name form could not be registered from definition: %s
- ERR_NAMEFORM_VALIDATION_FAIL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Validation of name form definition %s failed and will be removed from the schema: %s
- ERR_NEW_BACKEND_NAME_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a name for the new backend.
- ERR_NEW_BASE_DN_VALUE_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide a value for the base DN.
- ERR_NEW_SUPERIOR_NO_SUCH_OBJECT - Static variable in class org.opends.messages.BackendMessages
-
The entry cannot be moved because the new parent entry '%s' does not exist
- ERR_NO_ARRAY_FOR_MULTI_VALUED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because an array of values was not provided for the multi-valued field '%s'
- ERR_NO_BACKENDS_FOR_BASE - Static variable in class org.opends.messages.ToolMessages
-
None of the Directory Server backends are configured to support the requested base DN "%s"
- ERR_NO_BASES_FOR_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
No base DNs have been defined in backend configuration entry %s.
- ERR_NO_KEY_ENTRY_IN_KEYSTORE - Static variable in class org.opends.messages.ExtensionMessages
-
There is no private key entry in keystore %s
- ERR_NO_MATCHING_DOMAIN - Static variable in class org.opends.messages.ReplicationMessages
-
No domain matches the provided base DN '%s'
- ERR_NO_REACHABLE_PEER_IN_THE_DOMAIN - Static variable in class org.opends.messages.ReplicationMessages
-
Domain %s: the server with serverId=%s is unreachable
- ERR_NO_SEARCH_RESULT_ENTRIES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The search request succeeded but did not return any search result entries when one was expected
- ERR_NO_SUBSCHEMA_SUBENTRY_ATTR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The entry %s does not include a subschemaSubentry attribute
- ERR_NO_SUFFIXES_AVAILABLE_TO_DISABLE_REPLICATION - Static variable in class org.opends.messages.AdminToolMessages
-
There are no base DNs replicated in the server.
- ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION - Static variable in class org.opends.messages.AdminToolMessages
-
There are no base DNs available to enable replication between the two servers.
- ERR_NO_SUFFIXES_AVAILABLE_TO_ENABLE_REPLICATION_NO_DOMAIN - Static variable in class org.opends.messages.AdminToolMessages
-
There are no base DNs available to enable replication between the two servers.
- ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_ALL_REPLICATION - Static variable in class org.opends.messages.AdminToolMessages
-
There are no base DNs replicated in the server.
- ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_LOCAL_REPLICATION - Static variable in class org.opends.messages.AdminToolMessages
-
There are no base DNs replicated in the server.
- ERR_NO_SUFFIXES_AVAILABLE_TO_INITIALIZE_REPLICATION - Static variable in class org.opends.messages.AdminToolMessages
-
There are no Base DNs replicated between the two servers.
- ERR_NO_SUFFIXES_AVAILABLE_TO_PURGE_HISTORICAL - Static variable in class org.opends.messages.AdminToolMessages
-
There are no base DNs available to purge historical.
- ERR_NO_SUFFIXES_SELECTED_TO_DISABLE - Static variable in class org.opends.messages.AdminToolMessages
-
You must choose at least one base DN to be disabled.
- ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE - Static variable in class org.opends.messages.AdminToolMessages
-
You must choose at least one base DN to be initialized.
- ERR_NO_SUFFIXES_SELECTED_TO_INITIALIZE_ALL - Static variable in class org.opends.messages.AdminToolMessages
-
You must choose at least one base DN to initialize.
- ERR_NO_SUFFIXES_SELECTED_TO_POST_EXTERNAL_INITIALIZATION - Static variable in class org.opends.messages.AdminToolMessages
-
You must specify the base DNs that have been initialized using the import-ldif command or the binary copy.
- ERR_NO_SUFFIXES_SELECTED_TO_PRE_EXTERNAL_INITIALIZATION - Static variable in class org.opends.messages.AdminToolMessages
-
You must specify the base DNs that will be initialized using the import-ldif command or the binary copy.
- ERR_NO_SUFFIXES_SELECTED_TO_PURGE_HISTORICAL - Static variable in class org.opends.messages.AdminToolMessages
-
You must choose at least one base DN to be purged from historical.
- ERR_NO_SUFFIXES_SELECTED_TO_REPLICATE - Static variable in class org.opends.messages.AdminToolMessages
-
You must choose at least one Base DN to be replicated.
- ERR_NON_MODIFIABLE_CANNOT_BE_USER_APPLICATIONS - Static variable in class org.opends.messages.AdminToolMessages
-
Non Modifiable attributes must have an operational usage.
- ERR_NOT_ADMINISTRATIVE_USER - Static variable in class org.opends.messages.AdminToolMessages
-
You do not have access rights to the configuration of the server.
- ERR_NOT_AVAILABLE_CONNECTION_HANDLERS - Static variable in class org.opends.messages.CoreMessages
-
No enabled connection handler available
- ERR_NOT_SAME_PRODUCT_IN_REMOTE_SERVER_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
The remote server in '%s' cannot be managed by this control panel.
- ERR_NOT_YET_IMPLEMENTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Not yet implemented
- ERR_NULL_KEY_PROVIDER_MANAGER - Static variable in class org.opends.messages.ProtocolMessages
-
The keystore %s seems to be missing, this may render the secure port inoperative for '%s'.
- ERR_NUM_SUBORDINATES_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
This backend does not provide support for the numSubordinates operational attribute
- ERR_NUMBER_OF_ENTRIES_INVALID - Static variable in class org.opends.messages.AdminToolMessages
-
The number of user entries to generate must be between %d and %d.
- ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_OAUTH2_CTS_INVALID_JSON_TOKEN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Json of token '%s' is malformed
- ERR_OAUTH2_CTS_INVALID_TOKEN_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The token '%s' must be an access token, but it is a '%s'
- ERR_OAUTH2_CTS_TOKEN_NOT_FOUND - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unable to find the token '%s' in the CTS because: '%s'
- ERR_OAUTH2_CTS_TOKEN_RESOLUTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unable to resolve access token '%s' due to the following reason: '%s'
- ERR_OAUTH2_FILE_INVALID_JSON_TOKEN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Malformed token file '%s'.
- ERR_OAUTH2_FILE_NO_TOKEN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unable to find token file '%s'
- ERR_OAUTH2_RFC7662_CANNOT_READ_RESPONSE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Cannot read response content as JSON
- ERR_OAUTH2_RFC7662_INVALID_JSON_TOKEN - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Invalid or malformed access token: '%s'
- ERR_OAUTH2_RFC7662_RETURNED_ERROR - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Authorization server returned an error: '%s'
- ERR_OAUTH2_RFC7662_TOKEN_NOT_ACTIVE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Access token returned by authorization server is not currently active
- ERR_OBJECT_CLASS_CANNOT_REGISTER - Static variable in class org.opends.messages.SchemaMessages
-
Object class could not be registered from definition: %s
- ERR_OBJECTCLASS_FOR_ENTRY_REQUIRED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide the objectclass values of the entry.
- ERR_OC_SYNTAX_ATTR_ILLEGAL_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid object class definition because character '%c' at position %d is not allowed in an object class name
- ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DASH - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid object class definition because the hyphen character is not allowed as the first character of an object class name
- ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_DIGIT - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid object class definition because the digit '%c' is not allowed as the first character of an object class name unless the name is specified as an OID or the %s configuration option is enabled
- ERR_OC_SYNTAX_ATTR_ILLEGAL_INITIAL_UNDERSCORE - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid object class definition because the underscore character is not allowed as the first character of an object class name even if the %s configuration option is enabled
- ERR_OC_SYNTAX_ATTR_ILLEGAL_UNDERSCORE_CHAR - Static variable in class org.opends.messages.SchemaMessages
-
The provided value "%s" could not be parsed as a valid object class definition because the underscore character is not allowed in an object class name unless the %s configuration option is enabled
- ERR_OC_VALIDATION_FAIL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Validation of object class definition %s failed and will be removed from the schema: %s
- ERR_OPEN_ENV_FAIL - Static variable in class org.opends.messages.BackendMessages
-
The database environment could not be opened: %s
- ERR_OPENIDM_PWSYNC_INITIALIZATIONEXCEPTION - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
An error occurred during OpenIDM Password Sync plugin initialization: %s.
- ERR_OPENIDM_PWSYNC_INVALID_AUTHENTICATION_CONFIG - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
Authentication to OpenIDM requires either ssl-cert-nickname to be set or openidm-user and openidm-password to be set but neither were set.
- ERR_OPENIDM_PWSYNC_INVALID_CLIENT_CERT_NICKNAME - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
An error occurred during OpenIDM Password Sync plugin initialization because the ssl-cert-nickname '%s' is not found in provided keystore.
- ERR_OPENIDM_PWSYNC_INVALID_SERVERKEYALIAS - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
An error occurred during OpenIDM Password Sync plugin initialization because the certificate-subject-dn '%s' is not found in provided truststore.
- ERR_OPENIDM_PWSYNC_INVALID_TRUSTMANAGERPROVIDER - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
An error occurred during OpenIDM Password Sync plugin initialization because the trust-manager-provider: '%s' does not exist.
- ERR_OPENIDM_PWSYNC_LOGFILE_ALREADY_EXISTS - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
An error occurred during OpenIDM Password Sync plugin initialization because log file creation failed: %s exists and is not a directory.
- ERR_OPENIDM_PWSYNC_LOGFILE_UNABLE_TO_CREATE_DIRECTORY - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
An error occurred during OpenIDM Password Sync plugin initialization because log file creation failed : could not create directory %s.
- ERR_OPENIDM_PWSYNC_MALFORMEDURLEXCEPTION - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
An error occurred during OpenIDM Password Sync plugin initialization because the url '%s' is not a valid OpenIDM-URL: %s.
- ERR_OPENIDM_PWSYNC_NO_KEYMANAGER_PROVIDER - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
An error occurred during OpenIDM Password Sync plugin initialization because a key manager is required for SSL client authentication, but no key manager was provided.
- ERR_OPENIDM_PWSYNC_UNAUTHORISED_REQUEST - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
Unable to send password update request because Client can not authorise.
- ERR_OPENIDM_PWSYNC_UNEXPECTED_RETURN_STATUS - Static variable in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandlerMessages
-
Unable to send password update request because unexpected error happend.
- ERR_OPERATION_NOT_FOUND_IN_PENDING - Static variable in class org.opends.messages.ReplicationMessages
-
Internal Error : Operation %s change number %s was not found in pending list
- ERR_OPERATION_REJECTED_DEFAULT - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
Reason unknown
- ERR_OPERATION_REJECTED_DEFAULT - Static variable in class org.opends.messages.AdminMessages
-
Reason unknown
- ERR_OPERATION_REJECTED_EXCEPTION_PLURAL - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The operation was rejected for the following reasons: %s
- ERR_OPERATION_REJECTED_EXCEPTION_PLURAL - Static variable in class org.opends.messages.AdminMessages
-
The operation was rejected for the following reasons: %s
- ERR_OPERATION_REJECTED_EXCEPTION_SINGLE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The operation was rejected for the following reason: %s
- ERR_OPERATION_REJECTED_EXCEPTION_SINGLE - Static variable in class org.opends.messages.AdminMessages
-
The operation was rejected for the following reason: %s
- ERR_PAGED_RESULTS_CANNOT_DECODE - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode the simple paged results control from the search response: %s
- ERR_PAGED_RESULTS_REQUIRES_SINGLE_FILTER - Static variable in class org.opends.messages.ToolMessages
-
The simple paged results control may only be used with a single search filter
- ERR_PAGED_RESULTS_RESPONSE_NOT_FOUND - Static variable in class org.opends.messages.ToolMessages
-
The simple paged results response control was not found in the search result done message from the server
- ERR_PARSING_ATTRIBUTE_TYPE_OID - Static variable in class org.opends.messages.SchemaMessages
-
Unable to parse the OID from the provided definition of attribute type: '%s'
- ERR_PARSING_DIT_CONTENT_RULE_OID - Static variable in class org.opends.messages.SchemaMessages
-
Unable to parse the OID from the provided definition of DIT content rule: '%s'
- ERR_PARSING_DIT_STRUCTURE_RULE_RULEID - Static variable in class org.opends.messages.SchemaMessages
-
Unable to parse the rule ID from the provided definition of DIT structure rule: '%s'
- ERR_PARSING_LDAP_SYNTAX_OID - Static variable in class org.opends.messages.SchemaMessages
-
Unable to parse the OID from the provided definition of ldap syntax: '%s'
- ERR_PARSING_MATCHING_RULE_USE_OID - Static variable in class org.opends.messages.SchemaMessages
-
Unable to parse the OID from the provided definition of matching rule use: '%s'
- ERR_PARSING_NAME_FORM_OID - Static variable in class org.opends.messages.SchemaMessages
-
Unable to parse the OID from the provided definition of name form: '%s'
- ERR_PARSING_OBJECTCLASS_OID - Static variable in class org.opends.messages.SchemaMessages
-
Unable to parse the OID from the provided definition of objectclass: '%s'
- ERR_PASSWORD_MODIFY_REQUEST_IS_INVALID - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The modify password request has been rejected because it is invalid.
- ERR_PASSWORD_MODIFY_SECURE_CONNECTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Passwords can only be modified using a secure connection
- ERR_PASSWORD_MODIFY_USER_AUTHENTICATED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Passwords can only be modified by authenticated users
- ERR_PASSWORD_RESET_SECURE_CONNECTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Passwords can only be reset using a secure connection
- ERR_PASSWORD_RESET_USER_AUTHENTICATED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Passwords can only be reset by authenticated users
- ERR_PASSWORDPOLICYSUBENTRY_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_PATCH_ADD_NO_VALUE_FOR_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The patch request cannot be processed because it included an add patch operation but no value(s) for field '%s'
- ERR_PATCH_APPEND_IN_SINGLE_VALUED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The patch request cannot be processed because it attempts to append a value to the single valued field '%s'
- ERR_PATCH_INDEXED_APPEND_TO_MULTI_VALUED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The patch request cannot be processed because it attempts to perform an indexed append of an array of values to the multi-valued field '%s'
- ERR_PATCH_INDEXED_OPERATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The patch request cannot be processed because it included an indexed patch operation '%s' which is not supported by this resource provider
- ERR_PATCH_JSON_INTERNAL_PROPERTY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The patch request cannot be processed because it attempts to modify the internal field '%s' of object '%s'.
- ERR_PATCH_READ_ONLY_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The patch request cannot be processed because it attempts to patch the read-only field '%s'
- ERR_PATCH_UNSUPPORTED_OPERATION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The patch request cannot be processed because it included an unsupported type of patch operation '%s'
- ERR_PERMISSIVE_MODIFY_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a permissive modify request control because it contained the OID '%s', when '%s' was expected
- ERR_PERMISSIVE_MODIFY_INVALID_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided permissive modify control because it contains a value
- ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to create a key manager factory to access the contents of the PKCS#11 keystore: %s
- ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s
- ERR_PKCS11_KEYMANAGER_CANNOT_LOAD - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to access the PKCS#11 key manager: %s
- ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set
- ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s
- ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file is empty
- ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file does not exist
- ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET - Static variable in class org.opends.messages.ExtensionMessages
-
Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set
- ERR_PKCS11_TRUSTMANAGER_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to create a trust manager factory to access the contents of the PKCS#11 truststore: %s
- ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR - Static variable in class org.opends.messages.PluginMessages
-
An error occurred while trying to decode attribute %s in the target entry: %s
- ERR_PLUGIN_7BIT_CANNOT_DECODE_DN - Static variable in class org.opends.messages.PluginMessages
-
An error occurred while trying to decode the DN of the target entry: %s
- ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN - Static variable in class org.opends.messages.PluginMessages
-
An error occurred while trying to decode the new RDN: %s
- ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN - Static variable in class org.opends.messages.PluginMessages
-
The entry included a value for attribute %s that was not 7-bit clean
- ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
The 7-bit clean plugin is configured with invalid plugin type %s.
- ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN - Static variable in class org.opends.messages.PluginMessages
-
The modify DN operation would have resulted in a value for attribute %s that was not 7-bit clean
- ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
The LDAP attribute description list plugin instance defined in configuration entry %s lists an invalid plugin type %s.
- ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES - Static variable in class org.opends.messages.PluginMessages
-
The LDAP attribute description list plugin instance defined in configuration entry %s does not list any plugin types.
- ERR_PLUGIN_ATTR_CLEANUP_ATTRIBUTE_MISSING - Static variable in class org.opends.messages.PluginMessages
-
Attribute '%s' is not defined in the directory schema
- ERR_PLUGIN_ATTR_CLEANUP_DUPLICATE_VALUE - Static variable in class org.opends.messages.PluginMessages
-
The attribute '%s' has already been defined in the configuration
- ERR_PLUGIN_ATTR_CLEANUP_EQUAL_VALUES - Static variable in class org.opends.messages.PluginMessages
-
The mapping '%s:%s' maps the attribute to itself
- ERR_PLUGIN_ATTR_CLEANUP_INITIALIZE_PLUGIN - Static variable in class org.opends.messages.PluginMessages
-
Invalid plugin type '%s' for the Attribute Cleanup plugin
- ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
An attempt was made to register the Change Number Control plugin to be invoked as a %s plugin.
- ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE_LIST - Static variable in class org.opends.messages.PluginMessages
-
An attempt was made to register the Change Number Control plugin with the following plugin types : %s.
- ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
An attempt was made to register the EntryUUID plugin to be invoked as a %s plugin.
- ERR_PLUGIN_FRACTIONAL_LDIF_IMPORT_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.ReplicationMessages
-
The fractional replication ldif import plugin is configured with invalid plugin type %s.
- ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The intermediate response plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s.
- ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The intermediate response plugin defined in configuration entry %s returned null when invoked for connection %d operation %d.
- ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
An attempt was made to register the LastMod plugin to be invoked as a %s plugin.
- ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The LDIF export plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s
- ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The LDIF export plugin defined in configuration entry %s returned null when invoked on entry %s.
- ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The LDIF import plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s
- ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The LDIF import plugin defined in configuration entry %s returned null when invoked on entry %s.
- ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The post-connect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s.
- ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The post-connect plugin defined in configuration entry %s returned null when invoked for connection %d from %s.
- ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The post-disconnect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s
- ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The post-disconnect plugin defined in configuration entry %s returned null when invoked for connection %d from %s.
- ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The post-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s.
- ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The post-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d.
- ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The post-response %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s.
- ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The post-response %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d.
- ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The post-synchronization %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s
- ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The pre-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s.
- ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The pre-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d.
- ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The pre-parse %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s.
- ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The pre-parse %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d.
- ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA - Static variable in class org.opends.messages.PluginMessages
-
An unexpected error occurred when the profiler plugin defined in configuration entry %s attempted to write the information captured to output file %s: %s
- ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
The Directory Server profiler plugin instance defined in configuration entry %s lists an invalid plugin type %s.
- ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES - Static variable in class org.opends.messages.PluginMessages
-
The Directory Server profiler plugin instance defined in configuration entry %s does not list any plugin types.
- ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME - Static variable in class org.opends.messages.PluginMessages
-
Auth password storage scheme %s referenced by the password policy import plugin is not configured for use in the server
- ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME - Static variable in class org.opends.messages.PluginMessages
-
User password storage scheme %s referenced by the password policy import plugin is not configured for use in the server
- ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES - Static variable in class org.opends.messages.PluginMessages
-
The password policy import plugin is not configured any default auth password schemes, and the server does not support the %s auth password scheme
- ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES - Static variable in class org.opends.messages.PluginMessages
-
The password policy import plugin is not configured any default user password schemes, and the server does not support the %s auth password scheme
- ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME - Static variable in class org.opends.messages.PluginMessages
-
The password policy import plugin references default auth password storage scheme %s which is not available for use in the server
- ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD - Static variable in class org.opends.messages.PluginMessages
-
An error occurred while attempting to encode a password value stored in attribute %s of user entry %s: %s.
- ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
An attempt was made to register the password policy import plugin to be invoked as a %s plugin.
- ERR_PLUGIN_REFERENT_ATTR_NOT_LISTED - Static variable in class org.opends.messages.PluginMessages
-
The property 'check-references-filter-criteria' specifies filtering criteria for attribute '%s', but this attribute is not listed in the 'attribute-type' property
- ERR_PLUGIN_REFERENT_ATTR_UNINDEXED - Static variable in class org.opends.messages.PluginMessages
-
The referential integrity plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s
- ERR_PLUGIN_REFERENT_BAD_FILTER - Static variable in class org.opends.messages.PluginMessages
-
The filtering criteria '%s' specified in property 'check-references-filter-criteria' is invalid because the filter could not be decoded: '%s'
- ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN - Static variable in class org.opends.messages.PluginMessages
-
The Referential Integrity plugin failed to decode a entry DN from the update log: %s
- ERR_PLUGIN_REFERENT_CLOSE_LOGFILE - Static variable in class org.opends.messages.PluginMessages
-
An error occurred closing the Referential Integrity plugin update log file: %s
- ERR_PLUGIN_REFERENT_CREATE_LOGFILE - Static variable in class org.opends.messages.PluginMessages
-
An error occurred during Referential Integity plugin initialization because log file creation failed: %s
- ERR_PLUGIN_REFERENT_ENTRY_MISSING - Static variable in class org.opends.messages.PluginMessages
-
The entry referenced by the value '%s' of the attribute '%s' in the entry '%s' does not exist in any of the configured naming contexts
- ERR_PLUGIN_REFERENT_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The opration could not be processed due to an unexpected exception: '%s'
- ERR_PLUGIN_REFERENT_FILTER_MISMATCH - Static variable in class org.opends.messages.PluginMessages
-
The entry referenced by the value '%s' of the attribute '%s' in the entry '%s' does not match the filter '%s'
- ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX - Static variable in class org.opends.messages.PluginMessages
-
An error occurred in the Referential Integrity plugin while attempting to configure the attribute type %s which has a syntax OID of %s.
- ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
An attempt was made to register the Referential Integrity plugin to be invoked as a %s plugin.
- ERR_PLUGIN_REFERENT_MODIFY_FAILED - Static variable in class org.opends.messages.PluginMessages
-
The Referential Integrity plugin failed when performing an internal modify on entry %s: %s
- ERR_PLUGIN_REFERENT_NAMINGCONTEXT_MISMATCH - Static variable in class org.opends.messages.PluginMessages
-
The entry referenced by the value '%s' of the attribute '%s' in the entry '%s' does not belong to any of the configured naming contexts
- ERR_PLUGIN_REFERENT_REPLACE_LOGFILE - Static variable in class org.opends.messages.PluginMessages
-
An error occurred replacing the Referential Integrity plugin update log file: %s
- ERR_PLUGIN_REFERENT_SEARCH_FAILED - Static variable in class org.opends.messages.PluginMessages
-
The Referential Integrity plugin failed when performaing an internal search: %s
- ERR_PLUGIN_SAMBA_SYNC_ENCODING - Static variable in class org.opends.messages.PluginMessages
-
The Samba password synchronization plugin could not encode a password for the following reasons: %s
- ERR_PLUGIN_SAMBA_SYNC_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
An attempt was made to register the Samba password synchronization plugin to be invoked as a %s plugin.
- ERR_PLUGIN_SAMBA_SYNC_MODIFICATION_PROCESSING - Static variable in class org.opends.messages.PluginMessages
-
The Samba password synchronization plugin could not process a modification for the following reason: %s
- ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The search result entry plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with entry %s: %s.
- ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The search result entry plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with entry %s.
- ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The search result reference plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with referral URL(s) %s: %s.
- ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The search result reference plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with referral URL(s) %s.
- ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The shutdown plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server shutdown process: %s
- ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The startup plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server startup process: %s.
- ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT - Static variable in class org.opends.messages.PluginMessages
-
The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d).
- ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The startup plugin defined in configuration entry %s returned a null value when it was invoked during the Directory Server startup process.
- ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The subordinate delete plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s.
- ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The subordinate delete plugin defined in configuration entry %s returned null when invoked for connection %d operation %s.
- ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION - Static variable in class org.opends.messages.PluginMessages
-
The subordinate modify DN plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s.
- ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL - Static variable in class org.opends.messages.PluginMessages
-
The subordinate modify DN plugin defined in configuration entry %s returned null when invoked for connection %d operation %s.
- ERR_PLUGIN_TYPE_NOT_SUPPORTED - Static variable in class org.opends.messages.PluginMessages
-
The plugin defined in configuration entry %s does not support the %s plugin type
- ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE - Static variable in class org.opends.messages.PluginMessages
-
A unique attribute conflict was detected for attribute %s: value %s already exists in entry %s
- ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED - Static variable in class org.opends.messages.PluginMessages
-
The unique attribute plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s
- ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR - Static variable in class org.opends.messages.PluginMessages
-
An internal error occurred while attempting to determine whether the operation would have resulted in a unique attribute conflict (result %s, message %s)
- ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC - Static variable in class org.opends.messages.PluginMessages
-
An internal error occurred while attempting to determine whether the synchronization operation (connID=%d, opID=%d) for entry %s would have resulted in a unique attribute conflict (result %s, message %s)
- ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE - Static variable in class org.opends.messages.PluginMessages
-
An attempt was made to register the Unique Attribute plugin to be invoked as a %s plugin.
- ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE - Static variable in class org.opends.messages.PluginMessages
-
A unique attribute conflict was detected for attribute %s during synchronization (connID=%d, opID=%d): value %s in entry %s conflicts with an existing value in entry %s.
- ERR_POSTREAD_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a post-read control because it contained the OID '%s', when '%s' was expected
- ERR_POSTREADREQ_CANNOT_DECODE_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP post-read request control because an error occurred while trying to decode the control value: %s
- ERR_POSTREADREQ_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided LDAP post-read request control because an error occurred while trying to decode the control value: %s
- ERR_POSTREADREQ_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP post-read request control because the control does not have a value
- ERR_POSTREADREQ_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided LDAP post-read request control because the control does not have a value
- ERR_POSTREADRESP_CANNOT_DECODE_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP post-read response control because an error occurred while trying to decode the control value: %s
- ERR_POSTREADRESP_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided LDAP post-read response control because an error occurred while trying to decode the control value: %s
- ERR_POSTREADRESP_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP post-read response control because the control does not have a value
- ERR_POSTREADRESP_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided LDAP post-read response control because the control does not have a value
- ERR_PREREAD_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a pre-read control because it contained the OID '%s', when '%s' was expected
- ERR_PREREADREQ_CANNOT_DECODE_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP pre-read request control because an error occurred while trying to decode the control value: %s
- ERR_PREREADREQ_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided LDAP pre-read request control because an error occurred while trying to decode the control value: %s
- ERR_PREREADREQ_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP pre-read request control because the control does not have a value
- ERR_PREREADREQ_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided LDAP pre-read request control because the control does not have a value
- ERR_PREREADRESP_CANNOT_DECODE_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP pre-read response control because an error occurred while trying to decode the control value: %s
- ERR_PREREADRESP_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided LDAP pre-read response control because an error occurred while trying to decode the control value: %s
- ERR_PREREADRESP_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided LDAP pre-read response control because the control does not have a value
- ERR_PREREADRESP_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided LDAP pre-read response control because the control does not have a value
- ERR_PROCESSING_REMOTE_MONITOR_DATA - Static variable in class org.opends.messages.ReplicationMessages
-
Monitor data of remote servers are missing due to a processing error : %s
- ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS - Static variable in class org.opends.messages.PluginMessages
-
An unexpected error occurred while attempting to initialize the command-line arguments: %s
- ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE - Static variable in class org.opends.messages.PluginMessages
-
An error occurred while trying to process the profile data in file %s: %s
- ERR_PROFILEVIEWER_ERROR_PARSING_ARGS - Static variable in class org.opends.messages.PluginMessages
-
An error occurred while parsing the command-line arguments: %s
- ERR_PROMPTTM_REJECTING_CLIENT_CERT - Static variable in class org.opends.messages.ToolMessages
-
Rejecting client certificate chain because the prompt trust manager may only be used to trust server certificates
- ERR_PROMPTTM_USER_REJECTED - Static variable in class org.opends.messages.ToolMessages
-
The server certificate has been rejected by the user
- ERR_PROPERTY_IS_MANDATORY_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The "%s" property must be specified as it is mandatory
- ERR_PROPERTY_IS_MANDATORY_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
The "%s" property must be specified as it is mandatory
- ERR_PROPERTY_IS_READ_ONLY_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The "%s" property must not be modified as it is read-only
- ERR_PROPERTY_IS_READ_ONLY_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
The "%s" property must not be modified as it is read-only
- ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The "%s" property must not contain more than one value
- ERR_PROPERTY_IS_SINGLE_VALUED_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
The "%s" property must not contain more than one value
- ERR_PROPERTY_NOT_FOUND_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The property "%s" was not recognized
- ERR_PROPERTY_NOT_FOUND_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
The property "%s" was not recognized
- ERR_PROXYAUTH1_CANNOT_DECODE_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided proxied authorization V1 control because an error occurred while attempting to decode the control value: %s
- ERR_PROXYAUTH1_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided proxied authorization V1 control because an error occurred while attempting to decode the control value: %s
- ERR_PROXYAUTH1_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a proxy authorization v1 control because it contained the OID '%s', when '%s' was expected
- ERR_PROXYAUTH1_CONTROL_NOT_CRITICAL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unwilling to process the request because it contains a proxied authorization V1 control which is not marked critical.
- ERR_PROXYAUTH1_CONTROL_NOT_CRITICAL - Static variable in class org.opends.messages.ProtocolMessages
-
Unwilling to process the request because it contains a proxied authorization V1 control which is not marked critical.
- ERR_PROXYAUTH1_INVALID_AUTHZIDDN - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided proxy authorization v1 control because it contains an invalid authorization distinguished name: %s
- ERR_PROXYAUTH1_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided proxied authorization V1 control because it does not have a value
- ERR_PROXYAUTH1_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided proxied authorization V1 control because it does not have a value
- ERR_PROXYAUTH1_NO_SUCH_USER - Static variable in class org.opends.messages.ProtocolMessages
-
User %s specified in the proxied authorization V1 control does not exist in the Directory Server
- ERR_PROXYAUTH1_UNUSABLE_ACCOUNT - Static variable in class org.opends.messages.ProtocolMessages
-
Use of the proxied authorization V1 control for user %s is not allowed by the password policy configuration
- ERR_PROXYAUTH2_ACCOUNT_DISABLED - Static variable in class org.opends.messages.ProtocolMessages
-
Use of the proxied authorization V2 control for user %s is not allowed: the account is disabled
- ERR_PROXYAUTH2_ACCOUNT_EXPIRED - Static variable in class org.opends.messages.ProtocolMessages
-
Use of the proxied authorization V2 control for user %s is not allowed: the account is expired
- ERR_PROXYAUTH2_ACCOUNT_LOCKED - Static variable in class org.opends.messages.ProtocolMessages
-
Use of the proxied authorization V2 control for user %s is not allowed: the account is locked
- ERR_PROXYAUTH2_CANNOT_DECODE_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided proxied authorization V2 control because an error occurred while attempting to decode the control value: %s
- ERR_PROXYAUTH2_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a proxy authorization v2 control because it contained the OID '%s', when '%s' was expected
- ERR_PROXYAUTH2_CONTROL_NOT_CRITICAL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unwilling to process the request because it contains a proxied authorization V2 control which is not marked critical.
- ERR_PROXYAUTH2_CONTROL_NOT_CRITICAL - Static variable in class org.opends.messages.ProtocolMessages
-
Unwilling to process the request because it contains a proxied authorization V2 control which is not marked critical.
- ERR_PROXYAUTH2_INVALID_AUTHZID - Static variable in class org.opends.messages.ProtocolMessages
-
The authorization ID "%s" contained in the proxied authorization V2 control is invalid because it does not start with "dn:" to indicate a user DN or "u:" to indicate a username
- ERR_PROXYAUTH2_INVALID_AUTHZID_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided proxy authorization v2 control because the control value '%s' does not begin with a valid authorization ID type 'dn:' or 'u:'
- ERR_PROXYAUTH2_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided proxied authorization V2 control because it does not have a value
- ERR_PROXYAUTH2_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided proxied authorization V2 control because it does not have a value
- ERR_PROXYAUTH2_NO_IDENTITY_MAPPER - Static variable in class org.opends.messages.ProtocolMessages
-
Unable to process proxied authorization V2 control because it contains an authorization ID based on a username and no proxied authorization identity mapper is configured in the Directory Server
- ERR_PROXYAUTH2_NO_SUCH_USER - Static variable in class org.opends.messages.ProtocolMessages
-
User %s specified in the proxied authorization V2 control does not exist in the Directory Server
- ERR_PROXYAUTH2_PASSWORD_EXPIRED - Static variable in class org.opends.messages.ProtocolMessages
-
Use of the proxied authorization V2 control for user %s is not allowed: the account's password is expired
- ERR_PROXYAUTH_AUTHZ_NOT_PERMITTED - Static variable in class org.opends.messages.ProtocolMessages
-
Authorization as '%s' specified in the proxied authorization control is not permitted
- ERR_PROXYAUTH_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.CoreMessages
-
You do not have sufficient privileges to use the proxied authorization control
- ERR_PSEARCH_BAD_CHANGE_TYPES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a persistent search request control because it an invalid changeTypes field '%d', when a value between 0 and 15 was expected
- ERR_PSEARCH_CANNOT_DECODE_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided persistent search control because an error occurred while attempting to decode the control value: %s
- ERR_PSEARCH_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided persistent search control because an error occurred while attempting to decode the control value: %s
- ERR_PSEARCH_CHANGETYPES_INVALID_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
The provided integer value %d does not correspond to any persistent search change type
- ERR_PSEARCH_CHANGETYPES_INVALID_TYPES - Static variable in class org.opends.messages.ProtocolMessages
-
The provided integer value %d was outside the range of acceptable values for an encoded change type set
- ERR_PSEARCH_CHANGETYPES_NO_TYPES - Static variable in class org.opends.messages.ProtocolMessages
-
The provided integer value indicated that there were no persistent search change types, which is not allowed
- ERR_PSEARCH_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a persistent search request control because it contained the OID '%s', when '%s' was expected
- ERR_PSEARCH_DOESNT_START_WITH_PS - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The persistent search descriptor %s did not start with the required 'ps' string
- ERR_PSEARCH_DOESNT_START_WITH_PS - Static variable in class org.opends.messages.ToolMessages
-
The persistent search descriptor %s did not start with the required 'ps' string
- ERR_PSEARCH_INVALID_CHANGE_TYPE - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The provided change type value %s is invalid.
- ERR_PSEARCH_INVALID_CHANGE_TYPE - Static variable in class org.opends.messages.ToolMessages
-
The provided change type value %s is invalid.
- ERR_PSEARCH_INVALID_CHANGESONLY - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The provided changesOnly value %s is invalid.
- ERR_PSEARCH_INVALID_CHANGESONLY - Static variable in class org.opends.messages.ToolMessages
-
The provided changesOnly value %s is invalid.
- ERR_PSEARCH_INVALID_RETURN_ECS - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The provided returnECs value %s is invalid.
- ERR_PSEARCH_INVALID_RETURN_ECS - Static variable in class org.opends.messages.ToolMessages
-
The provided returnECs value %s is invalid.
- ERR_PSEARCH_MISSING_DESCRIPTOR - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
The request to use the persistent search control did not include a descriptor that indicates the options to use with that control
- ERR_PSEARCH_MISSING_DESCRIPTOR - Static variable in class org.opends.messages.ToolMessages
-
The request to use the persistent search control did not include a descriptor that indicates the options to use with that control
- ERR_PSEARCH_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided persistent search control because it does not have a value
- ERR_PSEARCH_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided persistent search control because it does not have a value
- ERR_PUBLISHING_FAKE_OPS - Static variable in class org.opends.messages.ReplicationMessages
-
Caught exception publishing fake operations for domain %s : %s
- ERR_PWDEXPTIME_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password differs less than the minimum required difference of %d characters
- ERR_PWEXPIRED_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a Netscape password expired response control because it contained the OID '%s', when '%s' was expected
- ERR_PWEXPIRED_CONTROL_INVALID_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a password expired control because the provided control had a value that could not be parsed as an integer
- ERR_PWEXPIRED_CONTROL_INVALID_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided control as a password expired control because the provided control had a value that could not be parsed as an integer
- ERR_PWEXPIRING_CANNOT_DECODE_SECONDS_UNTIL_EXPIRATION - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a password expiring control because an error occurred while attempting to decode the number of seconds until expiration: %s
- ERR_PWEXPIRING_CANNOT_DECODE_SECONDS_UNTIL_EXPIRATION - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided control as a password expiring control because an error occurred while attempting to decode the number of seconds until expiration: %s
- ERR_PWEXPIRING_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a Netscape password expiring response control because it contained the OID '%s', when '%s' was expected
- ERR_PWEXPIRING_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided password expiring control because it does not have a value
- ERR_PWEXPIRING_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided password expiring control because it does not have a value
- ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX - Static variable in class org.opends.messages.ExtensionMessages
-
The configured minimum password length of %d characters is greater than the configured maximum password length of %d
- ERR_PWLENGTHVALIDATOR_TOO_LONG - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password is longer than the maximum allowed length of %d characters
- ERR_PWLENGTHVALIDATOR_TOO_SHORT - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password is shorter than the minimum required length of %d characters
- ERR_PWPOLICY_ATTRIBUTE_OPTIONS_NOT_ALLOWED - Static variable in class org.opends.messages.CoreMessages
-
Attribute options are not allowed for the password attribute %s
- ERR_PWPOLICY_CANNOT_DETERMINE_REQUIRE_CHANGE_BY_TIME - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to determine the value for attribute ds-cfg-require-change-by-time in configuration entry %s: %s
- ERR_PWPOLICY_DEPRECATED_SCHEME_NOT_AUTH - Static variable in class org.opends.messages.CoreMessages
-
Password policy configuration entry %s references deprecated password storage scheme DN %s which does not support the auth password syntax
- ERR_PWPOLICY_INVALID_LAST_LOGIN_TIME_FORMAT - Static variable in class org.opends.messages.CoreMessages
-
The password policy definition contained in configuration entry "%s" is invalid because the specified last login time format "%s" is not a valid format string The last login time format string should conform to the syntax described in the API documentation for the java.text.SimpleDateFormat class
- ERR_PWPOLICY_INVALID_PASSWORD_ATTRIBUTE_SYNTAX - Static variable in class org.opends.messages.CoreMessages
-
The password policy definition contained in configuration entry "%s" is invalid because the specified password attribute "%s" has a syntax OID of %s.
- ERR_PWPOLICY_INVALID_PREVIOUS_LAST_LOGIN_TIME_FORMAT - Static variable in class org.opends.messages.CoreMessages
-
The password policy definition contained in configuration entry "%s" is invalid because the specified previous last login time format "%s" is not a valid format string The previous last login time format strings should conform to the syntax described in the API documentation for the java.text.SimpleDateFormat class
- ERR_PWPOLICY_MIN_AGE_PLUS_WARNING_GREATER_THAN_MAX_AGE - Static variable in class org.opends.messages.CoreMessages
-
The password policy configuration entry "%s" is invalid because if both a minimum password age and a maximum password age are configured, then the sum of the minimum password age and the password expiration warning interval must be shorter than the maximum password age
- ERR_PWPOLICY_MULTIPLE_PW_VALUES_NOT_ALLOWED - Static variable in class org.opends.messages.CoreMessages
-
Only a single value may be provided for the password attribute %s
- ERR_PWPOLICY_MUST_HAVE_WARNING_IF_NOT_EXPIRE_WITHOUT_WARNING - Static variable in class org.opends.messages.CoreMessages
-
The password policy defined in configuration entry %s is configured to always send at least one warning notification before the password is expired, but no warning interval has been set.
- ERR_PWPOLICY_NO_PWDPOLICY_OC - Static variable in class org.opends.messages.CoreMessages
-
The entry %s does not contain the pwdPolicy objectclass, which is required for Directory Server password policy
- ERR_PWPOLICY_PREENCODED_NOT_ALLOWED - Static variable in class org.opends.messages.CoreMessages
-
Pre-encoded passwords are not allowed for the password attribute %s
- ERR_PWPOLICY_REJECT_DUE_TO_UNKNOWN_VALIDATOR_LOG - Static variable in class org.opends.messages.CoreMessages
-
The password for user %s could not be validated because the password policy subentry %s is referring to an unknown password validator (%s).
- ERR_PWPOLICY_REJECT_DUE_TO_UNKNOWN_VALIDATOR_REASON - Static variable in class org.opends.messages.CoreMessages
-
The password could not be validated because of misconfiguration.
- ERR_PWPOLICY_SCHEME_DOESNT_SUPPORT_AUTH - Static variable in class org.opends.messages.CoreMessages
-
The password storage scheme defined in configuration entry %s does not support the auth password syntax, which is used by password attribute %s
- ERR_PWPOLICY_UNDEFINED_PASSWORD_ATTRIBUTE - Static variable in class org.opends.messages.CoreMessages
-
The password policy definition contained in configuration entry "%s" is invalid because the specified password attribute "%s" is not defined in the server schema
- ERR_PWPOLICY_UNKNOWN_VALIDATOR - Static variable in class org.opends.messages.CoreMessages
-
The password policy definition contained in configuration entry "%s" is invalid because the password validator "%s" specified in attribute "%s" cannot be found
- ERR_PWPOLICY_VALIDATION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
The password value for attribute %s was found to be unacceptable: %s
- ERR_PWPOLICY_WARNING_INTERVAL_LARGER_THAN_MAX_AGE - Static variable in class org.opends.messages.CoreMessages
-
The password policy configuration entry "%s" is invalid because if a maximum password age is configured, then the password expiration warning interval must be shorter than the maximum password age
- ERR_PWPOLICYREQ_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a password policy request control because it contained the OID '%s', when '%s' was expected
- ERR_PWPOLICYREQ_CONTROL_HAS_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a password policy request control because the provided control had a value but the password policy request control should not have a value
- ERR_PWPOLICYREQ_CONTROL_HAS_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided control as a password policy request control because the provided control had a value but the password policy request control should not have a value
- ERR_PWPOLICYRES_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a password policy response control because it contained the OID '%s', when '%s' was expected
- ERR_PWPOLICYRES_DECODE_ERROR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided password policy response control: %s
- ERR_PWPOLICYRES_DECODE_ERROR - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided password policy response control: %s
- ERR_PWPOLICYRES_INVALID_ERROR_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided password policy response control because the error element has an invalid type of %d
- ERR_PWPOLICYRES_INVALID_ERROR_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided password policy response control because the error element has an invalid type of %d
- ERR_PWPOLICYRES_INVALID_WARNING_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided password policy response control because the warning element has an invalid type of %s
- ERR_PWPOLICYRES_INVALID_WARNING_TYPE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided password policy response control because the warning element has an invalid type of %s
- ERR_PWPOLICYRES_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided password policy response control because it does not have a value
- ERR_PWPOLICYRES_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided password policy response control because it does not have a value
- ERR_PWPSTATE_CANNOT_CONNECT - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Cannot establish a connection to the Directory Server %s.
- ERR_PWPSTATE_CANNOT_CONNECT_SSL - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Cannot establish a connection to the Directory Server at %s on port %s.
- ERR_PWPSTATE_CANNOT_DECODE_BOOLEAN - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode value "%s" for attribute %s in user entry %s as a Boolean value
- ERR_PWPSTATE_CANNOT_DECODE_GENERALIZED_TIME - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to decode value "%s" for attribute %s in user entry %s in accordance with the generalized time format: %s
- ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_MESSAGE - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode the response message from the server: %s
- ERR_PWPSTATE_CANNOT_DECODE_RESPONSE_OP - Static variable in class org.opends.messages.ToolMessages
-
Unable to decode information about an operation contained in the response: %s
- ERR_PWPSTATE_CANNOT_DECODE_SUBENTRY_VALUE_AS_DN - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to decode the ds-pwp-password-policy-dn value "%s" in user entry "%s" as a DN: %s
- ERR_PWPSTATE_CANNOT_DETERMINE_PORT - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Cannot parse the value of the %s argument as an integer value between 1 and 65535: %s
- ERR_PWPSTATE_CANNOT_INITIALIZE_SSL - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Unable to perform SSL initialization: %s
- ERR_PWPSTATE_CANNOT_PARSE_SASL_OPTION - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The provided SASL option string "%s" could not be parsed in the form "name=value"
- ERR_PWPSTATE_CANNOT_SEND_REQUEST_EXTOP - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to send the request to the server: %s
- ERR_PWPSTATE_CANNOT_UPDATE_USER_ENTRY - Static variable in class org.opends.messages.CoreMessages
-
An error occurred while attempting to update password policy state information for user %s: %s
- ERR_PWPSTATE_CONNECTION_CLOSED_READING_RESPONSE - Static variable in class org.opends.messages.ToolMessages
-
The Directory Server closed the connection before the response could be read
- ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
The value %s provided for the password policy state operation used to set the account expiration time was invalid: %s.
- ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple values were provided for the password policy state operation intended to set the account expiration time for the user.
- ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple values were provided for the password policy state operation intended to add an authentication failure time for the user.
- ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple values were provided for the password policy state operation intended to add a grace login use time for the user.
- ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME - Static variable in class org.opends.messages.ExtensionMessages
-
The value %s provided for the password policy state operation used to update the authentication failure times was invalid: %s.
- ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
The value provided for the password policy state operation intended to set the disabled state for the user was invalid.
- ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple values were provided for the password policy state operation intended to set the disabled state for the user.
- ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME - Static variable in class org.opends.messages.ExtensionMessages
-
The value %s provided for the password policy state operation used to update the grace login use times was invalid: %s.
- ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME - Static variable in class org.opends.messages.ExtensionMessages
-
The value %s provided for the password policy state operation used to set the last login time was invalid: %s.
- ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple values were provided for the password policy state operation intended to set the last login time for the user.
- ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
The value %s provided for the password policy state operation used to set the password changed time was invalid: %s.
- ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple values were provided for the password policy state operation intended to set the password changed time for the user.
- ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
The value %s provided for the password policy state operation used to set the password warned time was invalid: %s.
- ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple values were provided for the password policy state operation intended to set the password warned time for the user.
- ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME - Static variable in class org.opends.messages.ExtensionMessages
-
The value %s provided for the password policy state operation used to set the required change time was invalid: %s.
- ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple values were provided for the password policy state operation intended to set the required change time for the user.
- ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
The value provided for the password policy state operation intended to set the reset state for the user was invalid.
- ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple values were provided for the password policy state operation intended to set the reset state for the user.
- ERR_PWPSTATE_EXTOP_DECODE_FAILURE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An unexpected error occurred while attempting to decode password policy state extended request value: %s
- ERR_PWPSTATE_EXTOP_DECODE_FAILURE - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while attempting to decode password policy state extended request value: %s
- ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while attempting to decode an operation from the password policy state extended request: %s
- ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
Multiple entries were found with DN %s
- ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
No value was provided for the password policy state operation intended to set the disabled state for the user.
- ERR_PWPSTATE_EXTOP_NO_PRIVILEGE - Static variable in class org.opends.messages.ExtensionMessages
-
You do not have sufficient privileges to use the password policy state extended operation
- ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided password policy state extended request did not include a request value
- ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password policy state extended request did not include a request value
- ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE - Static variable in class org.opends.messages.ExtensionMessages
-
No value was provided for the password policy state operation intended to set the reset state for the user.
- ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The password policy state extended request included an operation with an invalid or unsupported operation type of %s
- ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE - Static variable in class org.opends.messages.ExtensionMessages
-
The password policy state extended request included an operation with an invalid or unsupported operation type of %s
- ERR_PWPSTATE_INVALID_BOOLEAN_VALUE - Static variable in class org.opends.messages.ToolMessages
-
The provided value '%s' was invalid for the requested operation.
- ERR_PWPSTATE_INVALID_RESPONSE_OP_TYPE - Static variable in class org.opends.messages.ToolMessages
-
Unrecognized or invalid operation type: %s
- ERR_PWPSTATE_INVALID_SUBCOMMAND - Static variable in class org.opends.messages.ToolMessages
-
Unrecognized subcommand '%s'
- ERR_PWPSTATE_MUTUALLY_EXCLUSIVE_ARGUMENTS - Static variable in class org.opends.messages.ToolMessages
-
ERROR: You may not provide both the %s and the %s arguments
- ERR_PWPSTATE_NO_BOOLEAN_VALUE - Static variable in class org.opends.messages.ToolMessages
-
No value was specified, but the requested operation requires a Boolean value of either 'true' or 'false'
- ERR_PWPSTATE_NO_SASL_MECHANISM - Static variable in class org.opends.messages.ToolMessages
-
ERROR: One or more SASL options were provided, but none of them were the "mech" option to specify which SASL mechanism should be used
- ERR_PWPSTATE_NO_SUBCOMMAND - Static variable in class org.opends.messages.ToolMessages
-
No subcommand was provided to indicate which password policy state operation should be performed
- ERR_PWPSTATE_NO_SUCH_POLICY - Static variable in class org.opends.messages.CoreMessages
-
User entry %s is configured to use a password policy subentry of %s but no such password policy has been defined in the server configuration
- ERR_PWPSTATE_REQUEST_FAILED - Static variable in class org.opends.messages.ToolMessages
-
The server was unable to process the request: result code %d (%s), error message '%s'
- ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to base64-decode the password value %s: %s
- ERR_PWSCHEME_CANNOT_DECRYPT - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to decrypt a value using password storage scheme %s: %s
- ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while attempting to encode a password using the storage scheme defined in class %s: %s
- ERR_PWSCHEME_CANNOT_ENCRYPT - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while trying to encrypt a value using password storage scheme %s: %s
- ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to initialize the message digest generator for the %s algorithm: %s
- ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
Password storage scheme %s does not support use with the authentication password attribute syntax
- ERR_PWSCHEME_INVALID_BASE64_DECODED_STORED_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
The password value %s has been base64-decoded but is too short to be valid
- ERR_PWSCHEME_INVALID_STORED_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to match a bcrypt hashed password value: %s
- ERR_PWSCHEME_NOT_REVERSIBLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s password storage scheme is not reversible, so it is impossible to recover the plaintext version of an encoded password
- ERR_QUERY_BY_ID_OR_EXPRESSION_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Queries using _queryId or _queryExpression are not supported.
- ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to decode the value(s) of the configuration attribute ds-cfg-password-character-set, which is used to hold the character set(s) for use in generating the password: %s
- ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to decode the value for configuration attribute ds-cfg-password-format, which is used to specify the format for the generated passwords: %s
- ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT - Static variable in class org.opends.messages.ExtensionMessages
-
Configuration entry "%s" contains multiple definitions for the %s character set
- ERR_RANDOMPWGEN_INVALID_PWFORMAT - Static variable in class org.opends.messages.ExtensionMessages
-
The password format string "%s" contains an invalid syntax.
- ERR_RANDOMPWGEN_NO_CHARSETS - Static variable in class org.opends.messages.ExtensionMessages
-
Configuration entry "%s" does not contain attribute ds-cfg-password-character-set which specifies the sets of characters that should be used when generating the password.
- ERR_RANDOMPWGEN_UNKNOWN_CHARSET - Static variable in class org.opends.messages.ExtensionMessages
-
The password format string "%s" references an undefined character set "%s"
- ERR_RDN_DECODE_NULL - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided string as a relative distinguished name because the provided string was empty or null
- ERR_RDN_DUPLICATE_AVA_TYPES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An RDN contained multiple components having the same attribute type "%s"
- ERR_RDN_END_WITH_ATTR_NAME - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided string "%s" as a relative distinguished name because the string ended with an attribute type name (%s)
- ERR_RDN_ILLEGAL_CHARACTER - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided string "%s" as a relative distinguished name because an illegal character %c was found at position %d, where either the end of the string or a '+' sign were expected
- ERR_RDN_MISSING_ATTRIBUTE_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided string "%s" as a relative distinguished name because it does not contain a value for attribute type %s
- ERR_RDN_NO_AVAS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An RDN must contain at least one attribute type and value
- ERR_RDN_NO_EQUAL - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided string "%s" as a relative distinguished name because the first non-blank character after the attribute type %s was not an equal sign (character read was %c)
- ERR_RDN_TRAILING_GARBAGE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The RDN "%s" could not be parsed because it contained trailing content after the RDN: "%s"
- ERR_RDN_TYPE_NOT_FOUND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The RDN "%s" could not be parsed due to the following reason: %s
- ERR_RDN_UNEXPECTED_COMMA - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided string "%s" as a relative distinguished name because it contained an unexpected plus, comma, or semicolon at position %d, which is not allowed in an RDN
- ERR_READ_ONLY_ENDPOINT - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
This endpoint is read-only and only supports read and query requests
- ERR_READING_CONFIG_LDAP - Static variable in class org.opends.messages.AdminToolMessages
-
Error reading data from server.
- ERR_READING_SCHEMA_LDAP - Static variable in class org.opends.messages.AdminToolMessages
-
Error reading schema from the remote server.
- ERR_READING_SERVER_TASK_PROGRESS - Static variable in class org.opends.messages.AdminToolMessages
-
Error reading the progress of the operation.
- ERR_REAL_ATTRS_ONLY_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a real attributes only request control because it contained the OID '%s', when '%s' was expected
- ERR_REAL_ATTRS_ONLY_INVALID_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided real attributes only control because it contains a value
- ERR_REBUILD_BACKEND_ONLINE - Static variable in class org.opends.messages.BackendMessages
-
Rebuilding system index(es) must be done with the backend containing the base DN disabled
- ERR_REBUILDINDEX_CANNOT_EXCLUSIVE_LOCK_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to acquire a exclusive lock for backend %s: %s.
- ERR_REBUILDINDEX_CANNOT_SHARED_LOCK_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to acquire a shared lock for backend %s: %s.
- ERR_REBUILDINDEX_ERROR_DURING_REBUILD - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to perform index rebuild: %s
- ERR_REBUILDINDEX_REBUILD_ALL_DEGRADED_ERROR - Static variable in class org.opends.messages.ToolMessages
-
Option "--rebuildAll" cannot be specified with the "--%s" option
- ERR_REBUILDINDEX_REBUILD_ALL_ERROR - Static variable in class org.opends.messages.ToolMessages
-
Index "-i" option cannot be specified with the "--rebuildAll" option
- ERR_REBUILDINDEX_REBUILD_DEGRADED_ERROR - Static variable in class org.opends.messages.ToolMessages
-
Option "--rebuildDegraded" cannot be specified with the "--%s" option
- ERR_REBUILDINDEX_REQUIRES_AT_LEAST_ONE_INDEX - Static variable in class org.opends.messages.ToolMessages
-
At least one index must be specified for the rebuild process
- ERR_REBUILDINDEX_WRONG_BACKEND_TYPE - Static variable in class org.opends.messages.ToolMessages
-
The backend does not support rebuilding of indexes
- ERR_RECEIVED_CHANGE_STATUS_NOT_FROM_DS - Static variable in class org.opends.messages.ReplicationMessages
-
Received change status message does not come from a directory server (dn: %s, server id: %s, msg: %s)
- ERR_RECURRING_SCHEDULE_FORMAT_ERROR - Static variable in class org.opends.messages.ToolMessages
-
The provided schedule value has an invalid format.
- ERR_RECURRINGTASK_CANNOT_INITIALIZE_INTERNAL - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s
- ERR_RECURRINGTASK_CANNOT_INSTANTIATE_CLASS_AS_TASK - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to create an instance of class %s as a Directory Server task.
- ERR_RECURRINGTASK_CANNOT_LOAD_CLASS - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to load class %s specified in attribute %s of the provided recurring task entry: %s.
- ERR_RECURRINGTASK_INVALID_DAY_TOKEN - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the month token
- ERR_RECURRINGTASK_INVALID_DAY_TOKEN_SIMPLE - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task schedule value has an invalid day of the month token
- ERR_RECURRINGTASK_INVALID_HOUR_TOKEN - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry attribute %s holding the recurring task schedule has invalid hour token
- ERR_RECURRINGTASK_INVALID_HOUR_TOKEN_SIMPLE - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task schedule value has an invalid hour token
- ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry attribute %s holding the recurring task schedule has invalid minute token
- ERR_RECURRINGTASK_INVALID_MINUTE_TOKEN_SIMPLE - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task schedule value has an invalid minute token
- ERR_RECURRINGTASK_INVALID_MONTH_TOKEN - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry attribute %s holding the recurring task schedule has invalid month of the year token
- ERR_RECURRINGTASK_INVALID_MONTH_TOKEN_SIMPLE - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task schedule value has an invalid month of the year token
- ERR_RECURRINGTASK_INVALID_N_TOKENS - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry attribute %s holding the recurring task schedule has invalid number of tokens
- ERR_RECURRINGTASK_INVALID_N_TOKENS_SIMPLE - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task schedule value has an invalid number of tokens
- ERR_RECURRINGTASK_INVALID_TOKENS_COMBO - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry attribute %s holding the recurring task schedule has invalid tokens combination yielding a nonexistent calendar date
- ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry attribute %s holding the recurring task schedule has invalid day of the week token
- ERR_RECURRINGTASK_INVALID_WEEKDAY_TOKEN_SIMPLE - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task schedule value has an invalid day of the week token
- ERR_RECURRINGTASK_MULTIPLE_ID_TYPES - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry contains multiple attributes with type %s, which is used to hold the recurring task ID, but only a single instance is allowed
- ERR_RECURRINGTASK_MULTIPLE_ID_VALUES - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry contains multiple values for the %s attribute, which is used to specify the recurring task ID, but only a single value is allowed
- ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_TYPES - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry contains multiple attributes with type %s, which is used to hold recurring task schedule, but only a single instance is allowed
- ERR_RECURRINGTASK_MULTIPLE_SCHEDULE_VALUES - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry contains multiple values for the %s attribute, which is used to specify recurring task schedule, but only a single value is allowed
- ERR_RECURRINGTASK_NO_ID - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry does not contain any values for the %s attribute, which is used to specify the recurring task ID
- ERR_RECURRINGTASK_NO_ID_ATTRIBUTE - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry does not contain attribute %s which is needed to hold the recurring task ID
- ERR_RECURRINGTASK_NO_SCHEDULE_ATTRIBUTE - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry does not contain attribute %s which is needed to specify recurring task schedule
- ERR_RECURRINGTASK_NO_SCHEDULE_VALUES - Static variable in class org.opends.messages.BackendMessages
-
The provided recurring task entry does not contain any values for the %s attribute, which is used to specify recurring task schedule
- ERR_REFERENCE_FIELD_AMBIGUOUS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because the resource '%s' referenced in field '%s' is ambiguous
- ERR_REFERENCE_FIELD_DOES_NOT_EXIST - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because the resource '%s' referenced in field '%s' does not exist
- ERR_REFERENCE_FIELD_MULTIPLE_PRIMARY_KEYS - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because the reference field '%s' contains a value which contains multiple primary keys
- ERR_REFERENCE_FIELD_NO_PRIMARY_KEY - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because the reference field '%s' contains a value which does not contain a primary key
- ERR_REFERRAL_LIMIT_EXCEEDED - Static variable in class org.opends.messages.AdminToolMessages
-
Referral limit (%d) reached.
- ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
An error occurred while attempting to determine if the %s in entry %s is enabled: %s
- ERR_REFINT_UNABLE_TO_EVALUATE_TARGET_CONDITION - Static variable in class org.opends.messages.AdminMessages
-
An error occurred while attempting to determine if the %s in entry %s is enabled: %s
- ERR_REGEXMAP_ATTR_UNINDEXED - Static variable in class org.opends.messages.ExtensionMessages
-
The regular expression identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s
- ERR_REGEXMAP_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ExtensionMessages
-
The internal search based on processed ID string %s could not be processed efficiently: %s.
- ERR_REGEXMAP_INVALID_MATCH_PATTERN - Static variable in class org.opends.messages.ExtensionMessages
-
The provided match pattern "%s" could not be parsed as a regular expression: %s
- ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The processed ID string %s mapped to multiple users
- ERR_REGEXMAP_SEARCH_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
An internal failure occurred while attempting to resolve processed ID string %s to a user entry: %s
- ERR_REGISTER_BACKEND_ALREADY_EXISTS - Static variable in class org.opends.messages.CoreMessages
-
Unable to register backend %s with the Directory Server because another backend with the same backend ID is already registered
- ERR_REGISTER_BASEDN_ALREADY_EXISTS - Static variable in class org.opends.messages.CoreMessages
-
Unable to register base DN %s with the Directory Server for backend %s because that base DN is already registered for backend %s
- ERR_REGISTER_BASEDN_DIFFERENT_PARENT_BASES - Static variable in class org.opends.messages.CoreMessages
-
Unable to register base DN %s with the Directory Server for backend %s because that backend already contains another base DN %s that is not subordinate to the same base DN in the parent backend
- ERR_REGISTER_BASEDN_HIERARCHY_CONFLICT - Static variable in class org.opends.messages.CoreMessages
-
Unable to register base DN %s with the Directory Server for backend %s because that backend already contains another base DN %s that is within the same hierarchical path
- ERR_REGISTER_BASEDN_NEW_BASE_NOT_SUBORDINATE - Static variable in class org.opends.messages.CoreMessages
-
Unable to register base DN %s with the Directory Server for backend %s because that backend already contains one or more other base DNs that are subordinate to backend %s but the new base DN is not
- ERR_REGISTER_WORKFLOW_ELEMENT_ALREADY_EXISTS - Static variable in class org.opends.messages.CoreMessages
-
Unable to register workflow element %s with the Directory Server because another workflow element with the same ID is already registered
- ERR_REJECT_FILE_EXISTS - Static variable in class org.opends.messages.UtilityMessages
-
The specified reject file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
- ERR_REJECT_UNAUTHENTICATED_OPERATION - Static variable in class org.opends.messages.CoreMessages
-
Rejecting the requested operation because the connection has not been authenticated
- ERR_REMOVE_FAIL - Static variable in class org.opends.messages.BackendMessages
-
The backend database files could not be removed: %s
- ERR_REMOVE_REQUIRED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The %s request cannot be processed because it attempts to remove the required field '%s'
- ERR_RENAMEFILE_CANNOT_DELETE_TARGET - Static variable in class org.opends.messages.UtilityMessages
-
Failed to delete target file %s.
- ERR_RENAMEFILE_CANNOT_RENAME - Static variable in class org.opends.messages.UtilityMessages
-
Failed to rename file %s to %s
- ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password contained too many instances of the same character appearing consecutively.
- ERR_REPLICATION_CANNOT_MERGE_WITH_ERRORS - Static variable in class org.opends.messages.AdminToolMessages
-
The errors reading the registry information on %s do not allow to do the merge between the replication topologies.
- ERR_REPLICATION_CANNOT_WRITE_EQUIVALENT_COMMAND_LINE_FILE - Static variable in class org.opends.messages.AdminToolMessages
-
Cannot write to file %s.
- ERR_REPLICATION_CHANGE_NUMBER_DISABLED - Static variable in class org.opends.messages.ReplicationMessages
-
Change number indexing is disabled for replication domain '%s'
- ERR_REPLICATION_CONFIGURING_BASEDN - Static variable in class org.opends.messages.AdminToolMessages
-
Error updating replication configuration on base DN %s of server %s.
- ERR_REPLICATION_CONFIGURING_REPLICATIONSERVER - Static variable in class org.opends.messages.AdminToolMessages
-
Error configuring replication port on server %s.
- ERR_REPLICATION_COULD_NOT_CONNECT - Static variable in class org.opends.messages.ReplicationMessages
-
The Replication is configured for suffix %s but was not able to connect to any Replication Server
- ERR_REPLICATION_DISABLE_SUFFIXES_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
The following base DNs could not be found in the server:%n%s
- ERR_REPLICATION_DISABLING_REPLICATIONSERVER - Static variable in class org.opends.messages.AdminToolMessages
-
Error disabling replication port on server %s.
- ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID - Static variable in class org.opends.messages.AdminToolMessages
-
The following servers in the two topologies have the same domain ID%n%s%n%nThe replication topologies cannot be merged.
- ERR_REPLICATION_ENABLE_COMMON_DOMAIN_ID_ARG - Static variable in class org.opends.messages.AdminToolMessages
-
Server %s (base DN '%s') and server %s (base DN '%s') have the same domain ID: %d.
- ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID - Static variable in class org.opends.messages.AdminToolMessages
-
The following servers in the two topologies have the same replication server ID%n%s%n%nThe replication topologies cannot be merged.
- ERR_REPLICATION_ENABLE_COMMON_REPLICATION_SERVER_ID_ARG - Static variable in class org.opends.messages.AdminToolMessages
-
Server %s and server %s have the same replication server ID: %d.
- ERR_REPLICATION_ENABLE_SAME_SERVER_PORT - Static variable in class org.opends.messages.AdminToolMessages
-
You have to provide two different servers to enable replication.
- ERR_REPLICATION_ENABLE_SEEDING_TRUSTSTORE - Static variable in class org.opends.messages.AdminToolMessages
-
An unexpected error occurred seeding the truststore contents of server %s with truststore of server %s.
- ERR_REPLICATION_ENABLE_SUFFIXES_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
The following base DNs cannot be replicated between the two servers because they could not be found in at least one of the servers:%n%s
- ERR_REPLICATION_EQUIVALENT_COMMAND_LINE_FILE_DIRECTORY - Static variable in class org.opends.messages.AdminToolMessages
-
The specified path %s to write the equivalent command is a directory.
- ERR_REPLICATION_ERROR_READING_CONFIGURATION - Static variable in class org.opends.messages.AdminToolMessages
-
Error reading replication configuration of server %s.
- ERR_REPLICATION_ERROR_WRITING_EQUIVALENT_COMMAND_LINE - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred while attempting to write equivalent non-interactive command line to file %s.
- ERR_REPLICATION_INITIALIZE_LOCAL_SUFFIXES_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
The following base DNs could not be found in the server:%n%s
- ERR_REPLICATION_INITIALIZING_TRIES_COMPLETED - Static variable in class org.opends.messages.AdminToolMessages
-
Error initializing.
- ERR_REPLICATION_NO_ADMINISTRATOR_PASSWORD_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide the password of the global administrator in non interactive mode.
- ERR_REPLICATION_NO_BASE_DN_PROVIDED - Static variable in class org.opends.messages.AdminToolMessages
-
You must provide at least one Base DN in non interactive mode.
- ERR_REPLICATION_NO_MESSAGE - Static variable in class org.opends.messages.AdminToolMessages
-
- ERR_REPLICATION_NO_REPLICATION_SERVER - Static variable in class org.opends.messages.AdminToolMessages
-
No replication server is defined for the following base DNs:%n%s%nAt least one replication server (a changelog) is required in the replication topology.
- ERR_REPLICATION_NOT_A_USER_SUFFIX - Static variable in class org.opends.messages.AdminToolMessages
-
The administrative base DN '%s' cannot be replicated.
- ERR_REPLICATION_NOT_A_VALID_BASEDN - Static variable in class org.opends.messages.AdminToolMessages
-
The provided value %s is not a valid base DN.
- ERR_REPLICATION_PORT_AND_REPLICATION_PORT_EQUAL - Static variable in class org.opends.messages.AdminToolMessages
-
The server administration port and the replication port have the same value in host %s.
- ERR_REPLICATION_PROTOCOL_MESSAGE_TYPE - Static variable in class org.opends.messages.ReplicationMessages
-
Replication protocol error.
- ERR_REPLICATION_PURGE_HISTORICAL_EXECUTING - Static variable in class org.opends.messages.AdminToolMessages
-
An error occurred executing the purge historical.
- ERR_REPLICATION_PURGE_HISTORICAL_TIMEOUT - Static variable in class org.opends.messages.AdminToolMessages
-
The specified maximum time of %d seconds was elapsed before the purge historical completed.
- ERR_REPLICATION_PURGE_SUFFIXES_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
The following base DNs could not be found in the server:%n%s
- ERR_REPLICATION_READING_ADS - Static variable in class org.opends.messages.AdminToolMessages
-
Error reading registration information.
- ERR_REPLICATION_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE - Static variable in class org.opends.messages.AdminToolMessages
-
The following errors were encountered reading the configuration of the existing servers:%n%s%n%nIf you continue the replication tool will to try to update the configuration of all the servers in a best-effort mode.
- ERR_REPLICATION_READING_REGISTERED_SERVERS_WARNING - Static variable in class org.opends.messages.AdminToolMessages
-
The following errors were encountered reading the configuration of the existing servers:
%s
The replication tool will to try to update the configuration of all the servers in a best-effort mode.
- ERR_REPLICATION_SAME_REPLICATION_PORT - Static variable in class org.opends.messages.AdminToolMessages
-
You have provided the same replication port (%s) for two servers located on the same machine (%s).
- ERR_REPLICATION_STATUS_QUIET - Static variable in class org.opends.messages.AdminToolMessages
-
The '%s' subcommand is not compatible with the %s option.
- ERR_REPLICATION_STATUS_READING_REGISTERED_SERVERS - Static variable in class org.opends.messages.AdminToolMessages
-
The displayed information might not be complete because the following errors were encountered reading the configuration of the existing servers:%n%s
- ERR_REPLICATION_UNEXPECTED_MESSAGE - Static variable in class org.opends.messages.ReplicationMessages
-
New replication connection from %s started with unexpected message %s and is being closed
- ERR_REPLICATION_UPDATING_ADS - Static variable in class org.opends.messages.AdminToolMessages
-
Error updating registration information.
- ERR_REPLICATION_USER_CANCELLED - Static variable in class org.opends.messages.AdminToolMessages
-
User cancelled the operation
- ERR_REPLICATION_VALID_SUBCOMMAND_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find a valid subcommand.
- ERR_RESET_GENERATION_CONN_ERR_ID - Static variable in class org.opends.messages.ReplicationMessages
-
For replicated domain %s, in server with serverId=%s, the generation ID could not be set to value %s in the rest of the topology because this server is NOT connected to any replication server.
- ERR_RESET_GENERATION_ID_FAILED - Static variable in class org.opends.messages.ReplicationMessages
-
The generation ID could not be reset for domain %s
- ERR_RESOLVE_KEYSTORE_ALIASES - Static variable in class org.opends.messages.ToolMessages
-
Unable to resolve keystore aliases: %s
- ERR_RESOLVING_AUTHZID_TEMPLATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unable to resolve oauthzid template placeholders for access token '%s': '%s'
- ERR_RESTOREDB_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to acquire an exclusive lock for backend %s: %s.
- ERR_RESTOREDB_CANNOT_READ_BACKUP_DIRECTORY - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to examine the set of backups contained in backup directory %s: %s
- ERR_RESTOREDB_CANNOT_RESTORE - Static variable in class org.opends.messages.ToolMessages
-
The Directory Server backend configured with backend ID %s does not provide a mechanism for restoring backups
- ERR_RESTOREDB_ENCRYPT_OR_SIGN_REQUIRES_ONLINE - Static variable in class org.opends.messages.ToolMessages
-
Restoring an encrypted or signed backup requires a connection to an online server
- ERR_RESTOREDB_ERROR_DURING_BACKUP - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred while attempting to restore backup %s from %s: %s
- ERR_RESTOREDB_INVALID_BACKUP_ID - Static variable in class org.opends.messages.ToolMessages
-
The requested backup ID %s does not exist in %s
- ERR_RESTOREDB_NO_BACKENDS_FOR_DN - Static variable in class org.opends.messages.ToolMessages
-
The backups contained in directory %s were taken from a Directory Server backend defined in configuration entry %s but no such backend is available
- ERR_RESTOREDB_NO_BACKUPS_IN_DIRECTORY - Static variable in class org.opends.messages.ToolMessages
-
There are no Directory Server backups contained in %s
- ERR_RESYNC_REQUIRED_TOO_OLD_DOMAIN_IN_PROVIDED_COOKIE - Static variable in class org.opends.messages.ReplicationMessages
-
Full resync required.
- ERR_RESYNC_REQUIRED_UNKNOWN_DOMAIN_IN_PROVIDED_COOKIE - Static variable in class org.opends.messages.ReplicationMessages
-
Full resync required.
- ERR_ROOT_CONTAINER_NOT_INITIALIZED - Static variable in class org.opends.messages.BackendMessages
-
The root container for backend %s has not been initialized preventing this backend from processing the requested operation
- ERR_ROOTDSE_BACKUP_AND_RESTORE_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
The root DSE backend does not provide a facility for backup and restore operations.
- ERR_ROOTDSE_CONFIG_ENTRY_NULL - Static variable in class org.opends.messages.BackendMessages
-
An attempt was made to configure the root DSE backend without providing a configuration entry.
- ERR_ROOTDSE_INVALID_SEARCH_BASE - Static variable in class org.opends.messages.BackendMessages
-
Unwilling to perform a search (connection ID %d, operation ID %d) with a base DN of "%s" in the root DSE backend.
- ERR_ROOTDSE_INVALID_SEARCH_SCOPE - Static variable in class org.opends.messages.BackendMessages
-
Unable to process the search with connection ID %d and operation ID %d because it had an invalid scope of %s
- ERR_ROOTDSE_MODIFY_NOT_SUPPORTED - Static variable in class org.opends.messages.BackendMessages
-
Unwilling to update entry "%s" because modify operations are not supported in the root DSE backend.
- ERR_ROOTDSE_NOT_SUPPORTED_SCOPE - Static variable in class org.opends.messages.BackendMessages
-
Unwilling to perform a search (connection ID %d, operation ID %d) with a scope of "%s" in the root DSE backend.
- ERR_ROOTDSE_UNABLE_TO_CREATE_LDIF_WRITER - Static variable in class org.opends.messages.BackendMessages
-
An unexpected error occurred while trying to open the LDIF writer for the root DSE backend: %s
- ERR_ROOTDSE_UNABLE_TO_EXPORT_DSE - Static variable in class org.opends.messages.BackendMessages
-
An unexpected error occurred while trying to export the root DSE entry to the specified LDIF target: %s
- ERR_ROOTDSE_UNEXPECTED_SEARCH_FAILURE - Static variable in class org.opends.messages.BackendMessages
-
An unexpected failure occurred while trying to process a search operation (connection ID %d, operation ID %d) in the root DSE backend: %s
- ERR_RS_BADLY_DISCONNECTED - Static variable in class org.opends.messages.ReplicationMessages
-
The connection from this replication server RS(%d) to replication server RS(%d) at %s for domain "%s" has failed
- ERR_RS_CANNOT_CHANGE_STATUS - Static variable in class org.opends.messages.ReplicationMessages
-
Could not compute new status in RS replication domain %s for server id %s.
- ERR_RS_DISCONNECTED_DURING_HANDSHAKE - Static variable in class org.opends.messages.ReplicationMessages
-
Replication server %s was attempting to connect to replication server %s but has disconnected in handshake phase
- ERR_RS_DN_DOES_NOT_MATCH - Static variable in class org.opends.messages.ReplicationMessages
-
DN sent by remote replication server: %s does not match local replication server one: %s
- ERR_RS_ERROR_SENDING_ACK - Static variable in class org.opends.messages.ReplicationMessages
-
In replication server %s: an unexpected error occurred while sending an ack to server id %s for change number %s in domain %s .
- ERR_RS_INVALID_INIT_STATUS - Static variable in class org.opends.messages.ReplicationMessages
-
Replication server received invalid initial status: %s for replication domain %s from server id %s
- ERR_RS_INVALID_NEW_STATUS - Static variable in class org.opends.messages.ReplicationMessages
-
Received invalid new status %s in RS for replication domain %s and directory server id %s
- ERR_RS_UNKNOWN_ASSURED_MODE - Static variable in class org.opends.messages.ReplicationMessages
-
In replication server %s, received unknown assured update mode: %s, for domain %s.
- ERR_RSQUEUE_DIFFERENT_MSGS_WITH_SAME_CSN - Static variable in class org.opends.messages.ReplicationMessages
-
Processing two different changes with same CSN=%s.
- ERR_RUNTIME_EXCEPTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
A runtime exception occurred wile processing the request '%s': '%s'
- ERR_SASL_ACCOUNT_NOT_LOCAL - Static variable in class org.opends.messages.ExtensionMessages
-
SASL %s authentication is not supported for user %s because the account is not managed locally
- ERR_SASL_AUTHENTRY_NO_MAPPED_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
The server was unable to find any entry corresponding to authentication ID %s
- ERR_SASL_AUTHZID_CANNOT_GET_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
The entry %s specified as the authorization identity could not be retrieved: %s
- ERR_SASL_AUTHZID_INSUFFICIENT_ACCESS - Static variable in class org.opends.messages.ExtensionMessages
-
The authenticating user %s does not have sufficient access to assume a different authorization identity
- ERR_SASL_AUTHZID_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ExtensionMessages
-
The authenticating user %s does not have sufficient privileges to assume a different authorization identity
- ERR_SASL_AUTHZID_INVALID_DN - Static variable in class org.opends.messages.ExtensionMessages
-
The provided authorization ID %s contained an invalid DN: %s
- ERR_SASL_AUTHZID_NO_MAPPED_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
The server was unable to find any entry corresponding to authorization ID %s
- ERR_SASL_AUTHZID_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
The entry %s specified as the authorization identity does not exist
- ERR_SASL_BIND_MULTI_STAGE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An error occurred during multi-stage authentication: '%s'
- ERR_SASL_CANNOT_DECODE_USERNAME_AS_DN - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to decode the SASL %s username "%s" because it appeared to contain a DN but DN decoding failed: %s
- ERR_SASL_CANNOT_GET_ENTRY_BY_DN - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to retrieve user entry %s as specified in the DN-based username of a SASL %s bind request: %s
- ERR_SASL_CANNOT_GET_REVERSIBLE_PASSWORDS - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to retrieve the clear-text password(s) for user %s in order to perform SASL %s authentication: %s
- ERR_SASL_CANNOT_GET_SERVER_FQDN - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while attempting to determine the value of the ds-cfg-server-fqdn attribute in configuration entry %s: %s
- ERR_SASL_CANNOT_MAP_AUTHENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to map authorization ID %s to a user entry: %s
- ERR_SASL_CONTEXT_CREATE_ERROR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
An unexpected error occurred while trying to create an %s context: %s
- ERR_SASL_CONTEXT_CREATE_ERROR - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while trying to create an %s context: %s
- ERR_SASL_CREATE_SASL_SERVER_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
Failed to create a SASL server for SASL mechanism %s using a server FQDN of %s
- ERR_SASL_GSSAPI_KEYTAB_INVALID - Static variable in class org.opends.messages.ExtensionMessages
-
GSSAPI SASL mechanism handler initalization failed because the keytab file %s does not exist
- ERR_SASL_NO_CREDENTIALS - Static variable in class org.opends.messages.ExtensionMessages
-
The client connection included %s state information, indicating that the client was in the process of performing a %s bind, but the bind request did not include any credentials
- ERR_SASL_NO_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The server was not able to find any user entries for the provided username of %s
- ERR_SASL_NO_REVERSIBLE_PASSWORDS - Static variable in class org.opends.messages.ExtensionMessages
-
SASL %s authentication is not possible for user %s because none of the passwords in the user entry are stored in a reversible form
- ERR_SASL_PROTOCOL_ERROR - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
SASL %s protocol error: %s
- ERR_SASL_PROTOCOL_ERROR - Static variable in class org.opends.messages.ExtensionMessages
-
SASL %s protocol error: %s
- ERR_SASL_USERNAME_IS_NULL_DN - Static variable in class org.opends.messages.ExtensionMessages
-
The username in the SASL %s bind request appears to be an empty DN.
- ERR_SASL_ZERO_LENGTH_USERNAME - Static variable in class org.opends.messages.ExtensionMessages
-
The username contained in the SASL %s bind request had a length of zero characters, which is not allowed.
- ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to decode the SASL CRAM-MD5 username "%s" because it appeared to contain a DN but DN decoding failed: %s
- ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to retrieve user entry %s as specified in the DN-based username of a SASL CRAM-MD5 bind request: %s
- ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST - Static variable in class org.opends.messages.ExtensionMessages
-
An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the CRAM-MD5 SASL handler: %s
- ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to retrieve the clear-text password(s) for user %s in order to perform SASL CRAM-MD5 authentication: %s
- ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to map username %s to a Directory Server entry: %s
- ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL CRAM-MD5 bind request included SASL credentials, but the decoded digest was not comprised of only hexadecimal digits: %s
- ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL CRAM-MD5 bind request included SASL credentials, but the decoded digest string had an invalid length of %d bytes rather than the %d bytes expected for a hex representation of an MD5 digest
- ERR_SASLCRAMMD5_INVALID_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password is invalid
- ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL CRAM-MD5 bind request contained SASL credentials, but the stored SASL state information for this client connection is not in an appropriate form for the challenge
- ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The server was not able to find any user entries for the provided username of %s
- ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS - Static variable in class org.opends.messages.ExtensionMessages
-
SASL CRAM-MD5 authentication is not possible for user %s because none of the passwords in the user entry are stored in a reversible form
- ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL CRAM-MD5 bind request from the client included SASL credentials but there was no space to separate the username from the authentication digest
- ERR_SASLCRAMMD5_NO_STORED_CHALLENGE - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL CRAM-MD5 bind request contained SASL credentials but there is no stored challenge for this client connection.
- ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN - Static variable in class org.opends.messages.ExtensionMessages
-
The username in the SASL CRAM-MD5 bind request appears to be an empty DN.
- ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to map username %s to a Directory Server entry: %s
- ERR_SASLDIGESTMD5_EMPTY_AUTHZID - Static variable in class org.opends.messages.ExtensionMessages
-
The provided authorization ID was empty, which is not allowed for DIGEST-MD5 authentication
- ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to validate the peer certificate presented by the client with a certificate from the user's entry %s: %s
- ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to authenticate via SASL EXTERNAL because the mapped user entry %s does not have any certificates with which to verify the presented peer certificate
- ERR_SASLEXTERNAL_NO_CLIENT_CERT - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL EXTERNAL bind request could not be processed because the client did not present a certificate chain during SSL/TLS negotiation
- ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL EXTERNAL bind request could not be processed because the associated bind request does not have a reference to the client connection
- ERR_SASLEXTERNAL_NO_MAPPING - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL EXTERNAL bind request failed because the certificate chain presented by the client during SSL/TLS negotiation could not be mapped to a user entry in the Directory Server
- ERR_SASLEXTERNAL_NOT_LDAP_CLIENT_INSTANCE - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL EXTERNAL bind request could not be processed because the associated client connection instance is not an instance of LDAPClientConnection
- ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to authenticate via SASL EXTERNAL because the mapped user entry %s did not contain the peer certificate presented by the client
- ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to write a temporary JAAS configuration file for use during GSSAPI processing: %s
- ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to create the JAAS login context for GSSAPI authentication: %s
- ERR_SASLGSSAPI_KDC_REALM_NOT_DEFINED - Static variable in class org.opends.messages.ExtensionMessages
-
The server was unable to because both the ds-cfg-kdc-address and ds-cfg-realm attributes must be defined or neither defined
- ERR_SASLGSSAPI_NO_CLIENT_CONNECTION - Static variable in class org.opends.messages.ExtensionMessages
-
No client connection was available for use in processing the GSSAPI bind request
- ERR_SASLPLAIN_AUTHCID_IS_NULL_DN - Static variable in class org.opends.messages.ExtensionMessages
-
The authentication ID in the SASL PLAIN bind request appears to be an empty DN.
- ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to retrieve entry %s specified as the authorization ID: %s
- ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to map authorization ID %s to a user entry: %s
- ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.ExtensionMessages
-
The authenticating user %s does not have sufficient privileges to specify an alternate authorization ID
- ERR_SASLPLAIN_AUTHZID_INVALID_DN - Static variable in class org.opends.messages.ExtensionMessages
-
The provided authorization ID %s contained an invalid DN: %s
- ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
No entry corresponding to authorization ID %s was found in the server
- ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
The entry corresponding to authorization DN %s does not exist in the Directory Server
- ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to verify the password for user %s during SASL PLAIN authentication: %s
- ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to decode the SASL PLAIN authentication ID "%s" because it appeared to contain a DN but DN decoding failed: %s
- ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to retrieve user entry %s as specified in the DN-based authentication ID of a SASL PLAIN bind request: %s
- ERR_SASLPLAIN_CANNOT_MAP_USERNAME - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to map username %s to a Directory Server entry: %s
- ERR_SASLPLAIN_INVALID_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password is invalid
- ERR_SASLPLAIN_NO_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The server was not able to find any user entries for the provided authentication ID of %s
- ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL PLAIN bind request did not include any NULL characters.
- ERR_SASLPLAIN_NO_SASL_CREDENTIALS - Static variable in class org.opends.messages.ExtensionMessages
-
SASL PLAIN authentication requires that SASL credentials be provided but none were included in the bind request
- ERR_SASLPLAIN_NO_SECOND_NULL - Static variable in class org.opends.messages.ExtensionMessages
-
The SASL PLAIN bind request did not include a second NULL character in the credentials, which is required as a delimiter between the authentication ID and the password
- ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID - Static variable in class org.opends.messages.ExtensionMessages
-
The authentication ID contained in the SASL PLAIN bind request had a length of zero characters, which is not allowed.
- ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD - Static variable in class org.opends.messages.ExtensionMessages
-
The password contained in the SASL PLAIN bind request had a length of zero characters, which is not allowed.
- ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to decode peer certificate subject %s as a DN: %s
- ERR_SATUACM_DUPLICATE_CERT_ATTR - Static variable in class org.opends.messages.ExtensionMessages
-
Configuration entry %s contains multiple mappings for certificate attribute %s
- ERR_SATUACM_DUPLICATE_USER_ATTR - Static variable in class org.opends.messages.ExtensionMessages
-
Configuration entry %s contains multiple mappings for user attribute %s
- ERR_SATUACM_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ExtensionMessages
-
The internal search based on the certificate with subject %s could not be processed efficiently: %s.
- ERR_SATUACM_INVALID_MAP_FORMAT - Static variable in class org.opends.messages.ExtensionMessages
-
Configuration entry %s has value '%s' which violates the format required for attribute mappings.
- ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The certificate with subject %s could not be mapped to exactly one user.
- ERR_SATUACM_MULTIPLE_SEARCH_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The certificate with subject %s mapped to multiple users
- ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES - Static variable in class org.opends.messages.ExtensionMessages
-
Peer certificate subject %s does not contain any attributes for which a mapping has been established
- ERR_SATUACM_NO_PEER_CERTIFICATE - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user entry because no peer certificate was available
- ERR_SATUACM_NO_SUCH_ATTR - Static variable in class org.opends.messages.ExtensionMessages
-
Mapping %s in configuration entry %s references attribute %s which is not defined in the server schema
- ERR_SATUACM_PEER_CERT_NOT_X509 - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
- ERR_SATUACM_SEARCH_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
An internal failure occurred while attempting to map the certificate with subject %s to a user entry: %s
- ERR_SCHEMA_CANNOT_DEREGISTER_BASE_DN - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to deregister %s as a schema entry DN: %s
- ERR_SCHEMA_CANNOT_DETERMINE_BASE_DN - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to determine the base DNs to use when publishing the Directory Server schema information, as specified in the ds-cfg-schema-entry-dn attribute of configuration entry %s: %s.
- ERR_SCHEMA_CANNOT_FIND_CONCAT_FILE - Static variable in class org.opends.messages.BackendMessages
-
Unable to find a file containing concatenated schema element definitions in order to determine if any schema changes were made with the server offline.
- ERR_SCHEMA_CANNOT_REGISTER_BASE_DN - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to register %s as a schema entry DN: %s
- ERR_SCHEMA_CANNOT_WRITE_CONCAT_SCHEMA_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to write file %s containing a concatenated list of all server schema elements: %s.
- ERR_SCHEMA_CIRCULAR_DEPENDENCY_REFERENCE - Static variable in class org.opends.messages.CoreMessages
-
Unable to update the schema element with definition "%s" because a circular reference was identified when attempting to rebuild other schema elements dependent upon it
- ERR_SCHEMA_CONFIG_ENTRY_NULL - Static variable in class org.opends.messages.BackendMessages
-
An attempt was made to configure the schema backend without providing a configuration entry.
- ERR_SCHEMA_CONFLICTING_ATTRIBUTE_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to register attribute type %s with the server schema because its OID %s conflicts with the OID of an existing attribute type %s
- ERR_SCHEMA_CONFLICTING_DIT_CONTENT_RULE - Static variable in class org.opends.messages.CoreMessages
-
Unable to register DIT content rule %s with the server schema because its structural objectclass %s conflicts with the structural objectclass for an existing DIT content rule %s
- ERR_SCHEMA_CONFLICTING_DIT_CONTENT_RULE1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to register DIT content rule %s with the server schema because its structural object class %s conflicts with the structural object class for an existing DIT content rule %s
- ERR_SCHEMA_CONFLICTING_DIT_STRUCTURE_RULE_ID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to register DIT structure rule %s with the server schema because its rule ID %d conflicts with the rule ID for an existing DIT structure rule %s
- ERR_SCHEMA_CONFLICTING_DIT_STRUCTURE_RULE_ID - Static variable in class org.opends.messages.CoreMessages
-
Unable to register DIT structure rule %s with the server schema because its rule ID %d conflicts with the rule ID for an existing DIT structure rule %s
- ERR_SCHEMA_CONFLICTING_DIT_STRUCTURE_RULE_NAME_FORM - Static variable in class org.opends.messages.CoreMessages
-
Unable to register DIT structure rule %s with the server schema because its name form %s conflicts with the name form for an existing DIT structure rule %s
- ERR_SCHEMA_CONFLICTING_MATCHING_RULE_USE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to register matching rule use %s with the server schema because its matching rule %s conflicts with the matching rule for an existing matching rule use %s
- ERR_SCHEMA_CONFLICTING_MATCHING_RULE_USE - Static variable in class org.opends.messages.CoreMessages
-
Unable to register matching rule use %s with the server schema because its matching rule %s conflicts with the matching rule for an existing matching rule use %s
- ERR_SCHEMA_CONFLICTING_MR_NAME - Static variable in class org.opends.messages.CoreMessages
-
Unable to register matching rule %s with the server schema because its name %s conflicts with the name of an existing matching rule %s
- ERR_SCHEMA_CONFLICTING_MR_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to register matching rule %s with the server schema because its OID %s conflicts with the OID of an existing matching rule %s
- ERR_SCHEMA_CONFLICTING_NAME_FORM_NAME - Static variable in class org.opends.messages.CoreMessages
-
Unable to register name form %s with the server schema because its name %s conflicts with the name for an existing name form %s
- ERR_SCHEMA_CONFLICTING_NAME_FORM_OC - Static variable in class org.opends.messages.CoreMessages
-
Unable to register name form %s with the server schema because its structural objectclass %s conflicts with the structural objectclass for an existing name form %s
- ERR_SCHEMA_CONFLICTING_NAME_FORM_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to register name form %s with the server schema because its OID %s conflicts with the OID for an existing name form %s
- ERR_SCHEMA_CONFLICTING_NAME_FORM_OID - Static variable in class org.opends.messages.CoreMessages
-
Unable to register name form %s with the server schema because its OID %s conflicts with the OID for an existing name form %s
- ERR_SCHEMA_CONFLICTING_OBJECTCLASS_NAME - Static variable in class org.opends.messages.CoreMessages
-
Unable to register objectclass %s with the server schema because its name %s conflicts with the name of an existing objectclass %s
- ERR_SCHEMA_CONFLICTING_OBJECTCLASS_OID - Static variable in class org.opends.messages.CoreMessages
-
Unable to register objectclass %s with the server schema because its OID %s conflicts with the OID of an existing objectclass %s
- ERR_SCHEMA_CONFLICTING_OBJECTCLASS_OID1 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to register object class %s with the server schema because its OID %s conflicts with the OID of an existing object class %s
- ERR_SCHEMA_CONFLICTING_SYNTAX_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to register attribute syntax %s with the server schema because its OID %s conflicts with the OID of an existing syntax %s
- ERR_SCHEMA_COULD_NOT_PARSE_DEFINITION - Static variable in class org.opends.messages.BackendMessages
-
Schema definition could not be parsed as valid attribute value
- ERR_SCHEMA_ERROR_DETERMINING_SCHEMA_CHANGES - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to determine whether any schema changes had been made by directly editing the schema files with the server offline: %s
- ERR_SCHEMA_HAS_WARNINGS - Static variable in class org.opends.messages.SchemaMessages
-
There should be no warnings on the schema, but instead got %d warnings: %s
- ERR_SCHEMA_INVALID_BASE - Static variable in class org.opends.messages.BackendMessages
-
Unable to retrieve the requested entry %s from the schema backend because the DN is equal to one of the schema entry DNs
- ERR_SCHEMA_INVALID_MODIFICATION_TYPE - Static variable in class org.opends.messages.BackendMessages
-
The schema backend does not support the %s modification type
- ERR_SCHEMA_INVALID_REPLACE_MODIFICATION - Static variable in class org.opends.messages.BackendMessages
-
The schema backend does not support the Replace modification type for the %s attribute type
- ERR_SCHEMA_MODIFY_ATTRTYPE_OBSOLETE_MR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add attribute type %s because the associated matching rule %s is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_CANNOT_DECODE_DCR - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode the DIT content rule "%s": %s
- ERR_SCHEMA_MODIFY_CANNOT_DECODE_DSR - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode the DIT structure rule "%s": %s
- ERR_SCHEMA_MODIFY_CANNOT_DECODE_LDAP_SYNTAX - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode the ldapsyntax description "%s": %s
- ERR_SCHEMA_MODIFY_CANNOT_DECODE_MR_USE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode the matching rule use "%s": %s
- ERR_SCHEMA_MODIFY_CANNOT_DECODE_NAME_FORM - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode the name form "%s": %s
- ERR_SCHEMA_MODIFY_CANNOT_DECODE_OBJECTCLASS - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode the object class "%s": %s
- ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_NOT_RESTORED - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to write new versions of the server schema files: %s.
- ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_FILES_RESTORED - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to write new versions of the server schema files: %s.
- ERR_SCHEMA_MODIFY_CANNOT_WRITE_NEW_SCHEMA - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to write the updated schema: %s
- ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_CLEANED - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to create copies of the existing schema files before applying the updates: %s.
- ERR_SCHEMA_MODIFY_CANNOT_WRITE_ORIG_FILES_NOT_CLEANED - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to create copies of the existing schema files before applying the updates: %s.
- ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_AT - Static variable in class org.opends.messages.BackendMessages
-
Circular reference detected for attribute type %s in which the superior type chain references the attribute type itself
- ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_DSR - Static variable in class org.opends.messages.BackendMessages
-
Circular reference detected for DIT structure rule %s in which the superior rule chain references the DIT structure rule itself
- ERR_SCHEMA_MODIFY_CIRCULAR_REFERENCE_OC - Static variable in class org.opends.messages.BackendMessages
-
Circular reference detected for objectclass %s in which the superior class chain references the objectclass itself
- ERR_SCHEMA_MODIFY_DCR_OBSOLETE_AUXILIARY_OC - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it references auxiliary object class %s which is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_DCR_OBSOLETE_OPTIONAL_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it allows attribute type %s which is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_DCR_OBSOLETE_PROHIBITED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it prohibits attribute type %s which is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_DCR_OBSOLETE_REQUIRED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it requires attribute type %s which is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_DCR_OC_NOT_AUXILIARY - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it references auxiliary object class %s which is defined in the server schema but is not an auxiliary class
- ERR_SCHEMA_MODIFY_DCR_OC_NOT_STRUCTURAL - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it references structural objectclass %s which is defined in the server schema but is not structural
- ERR_SCHEMA_MODIFY_DCR_STRUCTURAL_OC_OBSOLETE - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because its structural object class %s is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_DCR_UNDEFINED_AUXILIARY_OC - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it references auxiliary objectclass %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_DCR_UNDEFINED_OPTIONAL_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it references optional attribute type %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_DCR_UNDEFINED_PROHIBITED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it references prohibited attribute type %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_DCR_UNDEFINED_REQUIRED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it references required attribute type %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_DCR_UNDEFINED_STRUCTURAL_OC - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it references structural objectclass %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_DELETE_NO_VALUES - Static variable in class org.opends.messages.BackendMessages
-
The server will not allow removing all values for the %s attribute type in the server schema
- ERR_SCHEMA_MODIFY_DSR_OBSOLETE_NAME_FORM - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT structure rule %s because its name form %s is marked OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_DSR_OBSOLETE_SUPERIOR_RULE - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT structure rule %s because it references superior rule %s which is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_DSR_UNDEFINED_NAME_FORM - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT structure rule %s because it references name form %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.BackendMessages
-
You do not have sufficient privileges to modify the Directory Server schema
- ERR_SCHEMA_MODIFY_MR_CONFLICT_FOR_ADD_MR_USE - Static variable in class org.opends.messages.BackendMessages
-
Unable to add matching rule use %s because it references matching rule %s which is already associated with another matching rule use %s
- ERR_SCHEMA_MODIFY_MRU_OBSOLETE_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add matching rule use %s because it references attribute type %s which is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_MRU_OBSOLETE_MR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add matching rule use %s because its matching rule %s is marked OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_MRU_UNDEFINED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add matching rule use %s because it references attribute type %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_ATTRTYPE - Static variable in class org.opends.messages.BackendMessages
-
Unable to add attribute type %s because it conflicts with multiple existing attribute types (%s and %s)
- ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DCR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it conflicts with multiple existing DIT content rules (%s and %s)
- ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_DSR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT structure rule %s because it conflicts with multiple existing DIT structure rules (%s and %s)
- ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_LDAP_SYNTAX - Static variable in class org.opends.messages.BackendMessages
-
Unable to add ldap syntax description with OID %s because it conflicts with an existing ldap syntax description
- ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_MR_USE - Static variable in class org.opends.messages.BackendMessages
-
Unable to add matching rule use %s because it conflicts with multiple existing matching rule uses (%s and %s)
- ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_NAME_FORM - Static variable in class org.opends.messages.BackendMessages
-
Unable to add name form %s because it conflicts with multiple existing name forms (%s and %s)
- ERR_SCHEMA_MODIFY_MULTIPLE_CONFLICTS_FOR_ADD_OBJECTCLASS - Static variable in class org.opends.messages.BackendMessages
-
Unable to add objectclass %s because it conflicts with multiple existing objectclasses (%s and %s)
- ERR_SCHEMA_MODIFY_NAME_FORM_CONFLICT_FOR_ADD_DSR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT structure rule %s because it references name form %s which is already associated with another DIT structure rule %s
- ERR_SCHEMA_MODIFY_NF_OBSOLETE_OPTIONAL_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add name form %s because it allows attribute type %s which is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_NF_OBSOLETE_REQUIRED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add name form %s because it requires attribute type %s which is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_NF_OC_NOT_STRUCTURAL - Static variable in class org.opends.messages.BackendMessages
-
Unable to add name form %s because it references objectclass %s which is defined in the server schema but is not a structural objectclass
- ERR_SCHEMA_MODIFY_NF_OC_OBSOLETE - Static variable in class org.opends.messages.BackendMessages
-
Unable to add name form %s because its structural object class %s is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_NF_UNDEFINED_OPTIONAL_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add name form %s because it references optional attribute type %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_NF_UNDEFINED_REQUIRED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add name form %s because it references required attribute type %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_NF_UNDEFINED_STRUCTURAL_OC - Static variable in class org.opends.messages.BackendMessages
-
Unable to add name form %s because it references structural objectclass %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.BackendMessages
-
Unable to add attribute type %s because the superior type %s is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_OBSOLETE_SUPERIOR_OBJECTCLASS - Static variable in class org.opends.messages.BackendMessages
-
Unable to add object class %s because the superior class %s is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_OC_OBSOLETE_OPTIONAL_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add object class %s because optional attribute %s is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_OC_OBSOLETE_REQUIRED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add object class %s because required attribute %s is marked as OBSOLETE in the server schema
- ERR_SCHEMA_MODIFY_OC_UNDEFINED_OPTIONAL_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add objectclass %s because it allows attribute %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_OC_UNDEFINED_REQUIRED_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add objectclass %s because it requires attribute %s which is not defined in the server schema
- ERR_SCHEMA_MODIFY_REMOVE_AT_IN_DCR - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove attribute type %s from the server schema because it is referenced as a required, optional, or prohibited attribute type in DIT content rule %s
- ERR_SCHEMA_MODIFY_REMOVE_AT_IN_MR_USE - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove attribute type %s from the server schema because it is referenced by matching rule use %s
- ERR_SCHEMA_MODIFY_REMOVE_AT_IN_NF - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in name form %s
- ERR_SCHEMA_MODIFY_REMOVE_AT_IN_OC - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove attribute type %s from the server schema because it is referenced as a required or optional attribute type in objectclass %s
- ERR_SCHEMA_MODIFY_REMOVE_AT_SUPERIOR_TYPE - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove attribute type %s from the server schema because it is referenced as the superior type for attribute type %s
- ERR_SCHEMA_MODIFY_REMOVE_DSR_SUPERIOR_RULE - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove DIT structure rule %s from the server schema because it is referenced as a superior rule for DIT structure rule %s
- ERR_SCHEMA_MODIFY_REMOVE_NF_IN_DSR - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove name form %s from the server schema because it is referenced by DIT structure rule %s
- ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove attribute type %s from the server schema because no such attribute type is defined
- ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DCR - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove DIT content rule %s from the server schema because no such DIT content rule is defined
- ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_DSR - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove DIT structure rule %s from the server schema because no such DIT structure rule is defined
- ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_LSD - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove ldap syntax description %s from the server schema because no such ldap syntax description is defined
- ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_MR_USE - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove matching rule use %s from the server schema because no such matching rule use is defined
- ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_NAME_FORM - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove name form %s from the server schema because no such name form is defined
- ERR_SCHEMA_MODIFY_REMOVE_NO_SUCH_OBJECTCLASS - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove objectclass %s from the server schema because no such objectclass is defined
- ERR_SCHEMA_MODIFY_REMOVE_OC_IN_DCR - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove objectclass %s from the server schema because it is referenced as a structural or auxiliary class for DIT content rule %s
- ERR_SCHEMA_MODIFY_REMOVE_OC_IN_NF - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove objectclass %s from the server schema because it is referenced as the structural class for name form %s
- ERR_SCHEMA_MODIFY_REMOVE_OC_SUPERIOR_CLASS - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove objectclass %s from the server schema because it is referenced as the superior class for objectclass %s
- ERR_SCHEMA_MODIFY_RULEID_CONFLICTS_FOR_ADD_DSR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT structure rule %s because its rule identifier conflicts with existing DIT structure rule (%s)
- ERR_SCHEMA_MODIFY_STRUCTURAL_OC_CONFLICT_FOR_ADD_DCR - Static variable in class org.opends.messages.BackendMessages
-
Unable to add DIT content rule %s because it references structural objectclass %s which is already associated with another DIT content rule %s
- ERR_SCHEMA_MODIFY_UNDEFINED_SUPERIOR_OBJECTCLASS - Static variable in class org.opends.messages.BackendMessages
-
Unable to add objectclass %s because its superior class of %s is not defined in the server schema
- ERR_SCHEMA_MODIFY_UNSUPPORTED_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.BackendMessages
-
The schema backend does not support the modification of the %s attribute type.
- ERR_SCHEMA_PARSE_LINE - Static variable in class org.opends.messages.BackendMessages
-
Ignoring schema definition '%s' because the following error occurred while it was being parsed: %s
- ERR_SCHEMA_UNABLE_TO_CREATE_LDIF_WRITER - Static variable in class org.opends.messages.BackendMessages
-
An unexpected error occurred while trying to open the LDIF writer for the schema backend: %s
- ERR_SCHEMA_UNABLE_TO_EXPORT_BASE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to export the base schema entry: %s
- ERR_SCHEMANAME_CONSECUTIVE_PERIODS - Static variable in class org.opends.messages.UtilityMessages
-
The provided value "%s" does not contain a valid schema element name or OID because the numeric OID contains two consecutive periods at position %d
- ERR_SCHEMANAME_EMPTY_VALUE - Static variable in class org.opends.messages.UtilityMessages
-
The provided value could not be parsed to determine whether it contained a valid schema element name or OID because it was null or empty
- ERR_SCHEMANAME_ILLEGAL_CHAR - Static variable in class org.opends.messages.UtilityMessages
-
The provided value "%s" does not contain a valid schema element name or OID because it contains an illegal character %c at position %d
- ERR_SDTUACM_INEFFICIENT_SEARCH - Static variable in class org.opends.messages.ExtensionMessages
-
The internal search based on the certificate with subject %s could not be processed efficiently: %s.
- ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The certificate with subject %s could not be mapped to exactly one user.
- ERR_SDTUACM_MULTIPLE_SEARCH_MATCHING_ENTRIES - Static variable in class org.opends.messages.ExtensionMessages
-
The certificate with subject %s mapped to multiple users
- ERR_SDTUACM_NO_PEER_CERTIFICATE - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user entry because no peer certificate was available
- ERR_SDTUACM_PEER_CERT_NOT_X509 - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
- ERR_SDTUACM_SEARCH_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
An internal failure occurred while attempting to map the certificate with subject %s to a user entry: %s
- ERR_SEARCH_ASSERTION_FAILED - Static variable in class org.opends.messages.CoreMessages
-
The search request cannot be processed because it contains an LDAP assertion control and the assertion filter did not match the contents of the base entry
- ERR_SEARCH_AUTHZ_INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.opends.messages.CoreMessages
-
The entry %s cannot be searched due to insufficient access rights
- ERR_SEARCH_BACKEND_EXCEPTION - Static variable in class org.opends.messages.CoreMessages
-
An unexpected error was encountered while processing a search in one of the Directory Server backends: %s
- ERR_SEARCH_BASE_DOESNT_EXIST - Static variable in class org.opends.messages.CoreMessages
-
The entry %s specified as the search base does not exist in the Directory Server
- ERR_SEARCH_CANNOT_GET_ENTRY_FOR_ASSERTION - Static variable in class org.opends.messages.CoreMessages
-
The search request cannot be processed because it contains an LDAP assertion control and an error occurred while trying to retrieve the base entry to compare it against the assertion filter: %s
- ERR_SEARCH_CANNOT_MIX_PAGEDRESULTS_AND_VLV - Static variable in class org.opends.messages.BackendMessages
-
The requested search operation included both the simple paged results control and the virtual list view control.
- ERR_SEARCH_CANNOT_PROCESS_ASSERTION_FILTER - Static variable in class org.opends.messages.CoreMessages
-
The search request cannot be processed because it contains an LDAP assertion control, but an error occurred while attempting to compare the base entry against the assertion filter: %s
- ERR_SEARCH_CANNOT_SORT_UNINDEXED - Static variable in class org.opends.messages.BackendMessages
-
The search results cannot be sorted because the given search request is not indexed
- ERR_SEARCH_FILTER_APPROXIMATE_NO_ASSERTION_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because an approximate component for attribute %s had a NULL assertion value
- ERR_SEARCH_FILTER_APPROXIMATE_NO_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because an approximate component had a NULL attribute type
- ERR_SEARCH_FILTER_COMPOUND_COMPONENTS_NULL - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because the set of filter components for an %s component was NULL
- ERR_SEARCH_FILTER_COMPOUND_MISSING_PARENTHESES - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" could not be decoded because the compound filter between positions %d and %d did not start with an open parenthesis and end with a close parenthesis (they may be parentheses for different filter components)
- ERR_SEARCH_FILTER_CREATE_EXTENSIBLE_MATCH_NO_AT_OR_MR - Static variable in class org.opends.messages.CoreMessages
-
Unable to create an extensible match search filter using the provided information because it did not contain either an attribute type or a matching rule ID.
- ERR_SEARCH_FILTER_EQUALITY_NO_ASSERTION_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because an equality component for attribute %s had a NULL assertion value
- ERR_SEARCH_FILTER_EQUALITY_NO_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because an equality component had a NULL attribute type
- ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_AD_OR_MR - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" could not be decoded because the extensible match component starting at position %d did not contain either an attribute description or a matching rule ID.
- ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_ASSERTION_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because a contained extensible match filter did not have an assertion value
- ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_COLON - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" could not be decoded because the extensible match component starting at position %d did not have a colon to denote the end of the attribute type name
- ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_RULE_OR_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because a contained extensible match filter did not have either an attribute type or a matching rule ID
- ERR_SEARCH_FILTER_EXTENSIBLE_MATCH_NO_SUCH_MR - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" could not be decoded because the extensible match component starting at position %d referenced an unknown matching rule %s
- ERR_SEARCH_FILTER_GREATER_OR_EQUAL_NO_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because a greater-or-equal component had a NULL attribute type
- ERR_SEARCH_FILTER_GREATER_OR_EQUAL_NO_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because a greater-or-equal component for attribute %s had a NULL assertion value
- ERR_SEARCH_FILTER_INVALID_ESCAPED_BYTE - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" had an invalid escaped byte value at position %d.
- ERR_SEARCH_FILTER_INVALID_FILTER_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because it contained an unknown filter type %s
- ERR_SEARCH_FILTER_INVALID_RESULT_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because the internal check returned an unknown result type "%s"
- ERR_SEARCH_FILTER_LESS_OR_EQUAL_NO_ASSERTION_VALUE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because a less-or-equal component for attribute %s had a NULL assertion value
- ERR_SEARCH_FILTER_LESS_OR_EQUAL_NO_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because a less-or-equal component had a NULL attribute type
- ERR_SEARCH_FILTER_MISMATCHED_PARENTHESES - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" had mismatched parentheses around the portion between positions %d and %d
- ERR_SEARCH_FILTER_NESTED_TOO_DEEP - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because the filter was nested beyond the maximum allowed depth of 100 levels
- ERR_SEARCH_FILTER_NO_CORRESPONDING_CLOSE_PARENTHESIS - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" could not be decoded because the opening parenthesis at position %d did not have a corresponding close parenthesis
- ERR_SEARCH_FILTER_NO_CORRESPONDING_OPEN_PARENTHESIS - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" could not be decoded because the closing parenthesis at position %d did not have a corresponding open parenthesis
- ERR_SEARCH_FILTER_NO_EQUAL_SIGN - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" was missing an equal sign in the suspected simple filter component between positions %d and %d
- ERR_SEARCH_FILTER_NOT_COMPONENT_NULL - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because the NOT filter component did not include a subcomponent
- ERR_SEARCH_FILTER_NOT_EXACTLY_ONE - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" could not be decoded because the NOT filter between positions %d and %d did not contain exactly one filter component
- ERR_SEARCH_FILTER_NULL - Static variable in class org.opends.messages.CoreMessages
-
Unable to decode the provided filter string as a search filter because the provided string was empty or null
- ERR_SEARCH_FILTER_PRESENCE_NO_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because a presence component had a NULL attribute type
- ERR_SEARCH_FILTER_SUBSTRING_NO_ASTERISKS - Static variable in class org.opends.messages.CoreMessages
-
The provided search filter "%s" could not be decoded because the assumed substring filter value between positions %d and %d did not have any asterisk wildcard characters
- ERR_SEARCH_FILTER_SUBSTRING_NO_ATTRIBUTE_TYPE - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because a substring component had a NULL attribute type
- ERR_SEARCH_FILTER_SUBSTRING_NO_SUBSTRING_COMPONENTS - Static variable in class org.opends.messages.CoreMessages
-
Unable to determine whether entry "%s" matches filter "%s" because a substring component for attribute %s did not have any subInitial, subAny, or subFinal elements
- ERR_SEARCH_FILTER_UNCAUGHT_EXCEPTION - Static variable in class org.opends.messages.CoreMessages
-
An unexpected error occurred while attempting to decode the string "%s" as a search filter: %s
- ERR_SEARCH_INVALID_DEREFERENCE_POLICY - Static variable in class org.opends.messages.ToolMessages
-
Invalid deref alias specified: %s
- ERR_SEARCH_INVALID_SEARCH_SCOPE - Static variable in class org.opends.messages.ToolMessages
-
Invalid scope '%s' specified for the search request
- ERR_SEARCH_NO_FILTERS - Static variable in class org.opends.messages.ToolMessages
-
No filters specified for the search request
- ERR_SEARCH_NO_SUCH_ENTRY_FOR_ASSERTION - Static variable in class org.opends.messages.CoreMessages
-
The search request cannot be processed because it contains an LDAP assertion control but the search base entry does not exist
- ERR_SEARCH_NO_SUCH_OBJECT - Static variable in class org.opends.messages.BackendMessages
-
The search base entry '%s' does not exist
- ERR_SEARCH_SIZE_LIMIT_EXCEEDED - Static variable in class org.opends.messages.CoreMessages
-
This search operation has sent the maximum of %d entries to the client
- ERR_SEARCH_TIME_LIMIT_EXCEEDED - Static variable in class org.opends.messages.CoreMessages
-
The maximum time limit of %d seconds for processing this search operation has expired
- ERR_SEARCH_UNINDEXED_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.BackendMessages
-
You do not have sufficient privileges to perform an unindexed search
- ERR_SEARCH_UNSUPPORTED_CRITICAL_CONTROL - Static variable in class org.opends.messages.CoreMessages
-
The search request cannot be processed because it contains a critical control with OID %s that is not supported by the Directory Server for this type of operation
- ERR_SEARCHING_DOMAIN_BACKEND - Static variable in class org.opends.messages.ReplicationMessages
-
An unexpected error occurred when looking for the replicated backend : %s.
- ERR_SEARCHING_GENERATION_ID - Static variable in class org.opends.messages.ReplicationMessages
-
An unexpected error occurred when searching for generation id for domain "%s": %s
- ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user because the peer certificate subject "%s" could not be decoded as an LDAP DN: %s
- ERR_SEDCM_CANNOT_GET_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user because an error occurred while attempting to retrieve the user entry with DN "%s": %s
- ERR_SEDCM_NO_PEER_CERTIFICATE - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user entry because no peer certificate was available
- ERR_SEDCM_NO_USER_FOR_DN - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user because no user entry exists with a DN of %s
- ERR_SEDCM_PEER_CERT_NOT_X509 - Static variable in class org.opends.messages.ExtensionMessages
-
Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s)
- ERR_SENDING_NEW_ATTEMPT_INIT_REQUEST - Static variable in class org.opends.messages.ReplicationMessages
-
When sending a new initialization request for an initialization from a remote server, the following error occurred %s.
- ERR_SENDING_REMOTE_MONITOR_DATA_REQUEST - Static variable in class org.opends.messages.ReplicationMessages
-
Unable to send monitor data request for domain "%s" to replication server RS(%d) due to the following error: %s
- ERR_SERVER_BOOTSTRAP_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred while attempting to bootstrap the Directory Server client-side code: %s
- ERR_SERVER_CONSTRAINT_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
A configuration exception occurred while evaluating a constraint: %s
- ERR_SERVER_CONSTRAINT_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
A configuration exception occurred while evaluating a constraint: %s
- ERR_SERVER_PROVIDED_RESOURCE_ID_UNEXPECTED - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Resources cannot be created with a client provided resource ID.
- ERR_SERVER_REFINT_CANNOT_DELETE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s in entry "%s" cannot be deleted because it is referenced by the "%s" property of the %s in entry "%s"
- ERR_SERVER_REFINT_CANNOT_DELETE - Static variable in class org.opends.messages.AdminMessages
-
The %s in entry "%s" cannot be deleted because it is referenced by the "%s" property of the %s in entry "%s"
- ERR_SERVER_REFINT_CANNOT_DISABLE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The %s in entry "%s" cannot be disabled because it is referenced by the "%s" property of the %s in entry "%s"
- ERR_SERVER_REFINT_CANNOT_DISABLE - Static variable in class org.opends.messages.AdminMessages
-
The %s in entry "%s" cannot be disabled because it is referenced by the "%s" property of the %s in entry "%s"
- ERR_SERVER_REFINT_DANGLING_REFERENCE - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The value "%s" in property "%s" in the %s in entry "%s" refers to a non-existent %s in entry "%s"
- ERR_SERVER_REFINT_DANGLING_REFERENCE - Static variable in class org.opends.messages.AdminMessages
-
The value "%s" in property "%s" in the %s in entry "%s" refers to a non-existent %s in entry "%s"
- ERR_SERVER_REFINT_TARGET_DISABLED - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
The value "%s" in property "%s" in the %s in entry "%s" refers to a disabled %s in entry "%s"
- ERR_SERVER_REFINT_TARGET_DISABLED - Static variable in class org.opends.messages.AdminMessages
-
The value "%s" in property "%s" in the %s in entry "%s" refers to a disabled %s in entry "%s"
- ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_ADD_MECHANISM - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while adding Service Discovery Mechanism '%s' : %s
- ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_INIT_MECHANISM - Static variable in class org.opends.messages.BackendMessages
-
Service Discovery Mechanism '%s' initialization failed : %s
- ERR_SERVICE_DISCOVERY_CONFIG_MANAGER_LISTENER - Static variable in class org.opends.messages.BackendMessages
-
Registering Service Discovery Manager's listener failed : %s
- ERR_SESSION_STARTUP_INTERRUPTED - Static variable in class org.opends.messages.ReplicationMessages
-
%s was interrupted in the startup phase
- ERR_SET_REFERENCED_COMPONENT_DISABLED - Static variable in class com.forgerock.opendj.dsconfig.DsconfigMessages
-
The modifications to the %s cannot be made because it contains a reference to a disabled %s
- ERR_SHUTDOWN_DUE_TO_SHUTDOWN_HOOK - Static variable in class org.opends.messages.CoreMessages
-
The Directory Server shutdown hook detected that the JVM is shutting down.
- ERR_SIMPLE_BIND_NOT_SUPPORTED - Static variable in class org.opends.messages.ToolMessages
-
Unable to authenticate using simple authentication
- ERR_SIMULTANEOUS_IMPORT_EXPORT_REJECTED - Static variable in class org.opends.messages.ReplicationMessages
-
The current request is rejected due to an import or an export already in progress for the same data
- ERR_SKIP_FILE_EXISTS - Static variable in class org.opends.messages.UtilityMessages
-
The specified skip file %s already exists and the import configuration indicates that no attempt should be made to append to or replace the file
- ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to send an account status notification message for notification type %s for user entry %s: %s
- ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED - Static variable in class org.opends.messages.ExtensionMessages
-
The SMTP account status notification handler defined in configuration entry %s cannot be enabled unless the Directory Server is with information about one or more SMTP servers
- ERR_SMTP_ASNH_NO_RECIPIENTS - Static variable in class org.opends.messages.ExtensionMessages
-
SMTP account status notification handler configuration entry '%s' does not include any email address attribute types or recipient addresses.
- ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE - Static variable in class org.opends.messages.ExtensionMessages
-
The message subject definitions contained in configuration entry '%s' have multiple subjects defined for notification type %s
- ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to parse message subject value '%s' from configuration entry '%s' because '%s' is not a valid account status notification type
- ERR_SMTP_ASNH_SUBJECT_NO_COLON - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to parse message subject value '%s' from configuration entry '%s' because the value does not contain a colon to separate the notification type from the subject
- ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to parse message template file '%s' referenced in configuration entry '%s': %s
- ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE - Static variable in class org.opends.messages.ExtensionMessages
-
The message template file path definitions contained in configuration entry '%s' have multiple template file paths defined for notification type %s
- ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to parse message template file path value '%s' from configuration entry '%s' because '%s' is not a valid account status notification type
- ERR_SMTP_ASNH_TEMPLATE_NO_COLON - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to parse message template file path value '%s' from configuration entry '%s' because the value does not contain a colon to separate the notification type from the template file path
- ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE - Static variable in class org.opends.messages.ExtensionMessages
-
The message template file '%s' referenced in configuration entry '%s' does not exist
- ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN - Static variable in class org.opends.messages.ExtensionMessages
-
An unclosed token was found starting at column %d of line %d
- ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE - Static variable in class org.opends.messages.ExtensionMessages
-
The notification-user-attr token starting at column %d of line %d references undefined attribute type %s
- ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY - Static variable in class org.opends.messages.ExtensionMessages
-
The notification-property token starting at column %d of line %d references undefined notification property %s
- ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN - Static variable in class org.opends.messages.ExtensionMessages
-
An unrecognized token %s was found at column %d of line %d
- ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS - Static variable in class org.opends.messages.ExtensionMessages
-
The Directory Server is not configured with any SMTP servers.
- ERR_SNMP_CONNHANDLER_BAD_CONFIGURATION - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot initialize the SNMP Connection Handler.
- ERR_SNMP_CONNHANDLER_NO_CONFIGURATION - Static variable in class org.opends.messages.ProtocolMessages
-
No Configuration was defined for this connection handler.
- ERR_SNMP_CONNHANDLER_NO_OPENDMK_JARFILES - Static variable in class org.opends.messages.ProtocolMessages
-
You do not have the appropriate OpenDMK jar files to enable the SNMP Connection Handler.
- ERR_SNMP_CONNHANDLER_NO_VALID_TRAP_DESTINATIONS - Static variable in class org.opends.messages.ProtocolMessages
-
No valid trap destinations has been found.
- ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_DOES_NOT_EXIST - Static variable in class org.opends.messages.ProtocolMessages
-
The specified OpenDMK jar file '%s' could not be found.
- ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_NOT_OPERATIONAL - Static variable in class org.opends.messages.ProtocolMessages
-
The required classes could not be loaded using jar file '%s'.
- ERR_SNMP_CONNHANDLER_TRAPS_DESTINATION - Static variable in class org.opends.messages.ProtocolMessages
-
Traps Destination %s is an unknown host.
- ERR_SOFTREFCACHE_CANNOT_INITIALIZE - Static variable in class org.opends.messages.ExtensionMessages
-
A fatal error occurred while trying to initialize soft reference entry cache: %s
- ERR_SORT_KEY_DEFAULT_MRULE_NOT_FOUND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The sort key '%s' could not be decoded because the attribute description '%s' does not have a default ordering matching rule
- ERR_SORT_KEY_MRULE_NOT_FOUND - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The sort key '%s' could not be decoded because the ordering matching rule '%s' was not found in the schema
- ERR_SORT_KEY_NO_ATTR_NAME - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The sort key '%s' could not be decoded because it did not contain an attribute description
- ERR_SORT_KEY_NO_MATCHING_RULE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The sort key '%s' could not be decoded because it contained a colon but no ordering matching rule name
- ERR_SORT_KEY_NO_SORT_KEYS - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The list of sort keys '%s' could not be decoded because it did not contain any sort keys
- ERR_SORTREQ_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a server side sort request control because it contained the OID '%s', when '%s' was expected
- ERR_SORTRES_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a server side sort response control because it contained the OID '%s', when '%s' was expected
- ERR_SOURCE_DESTINATION_INITIALIZE_SAME_SERVER_PORT - Static variable in class org.opends.messages.AdminToolMessages
-
You have to provide two different servers as source and destination of the initialization.
- ERR_START_DATETIME_ALREADY_PASSED - Static variable in class org.opends.messages.ToolMessages
-
The specified start time '%s' has already passed
- ERR_START_DATETIME_FORMAT - Static variable in class org.opends.messages.ToolMessages
-
The start date/time must in YYYYMMDDhhmmssZ format for UTC time or YYYYMMDDhhmmss for local time
- ERR_STARTOK_CANNOT_OPEN_FOR_READING - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to open the current configuration file %s for reading in order to copy it to the ".startok" file: %s
- ERR_STARTOK_CANNOT_OPEN_FOR_WRITING - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to open file %s in order to write the ".startok" configuration file: %s
- ERR_STARTOK_CANNOT_RENAME - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to rename file %s to %s for use as the ".startok" configuration file: %s
- ERR_STARTOK_CANNOT_WRITE - Static variable in class org.opends.messages.ConfigMessages
-
An error occurred while attempting to copy the current configuration from file %s into temporary file %s for use as the ".startok" configuration file: %s
- ERR_STARTTLS_FAILED - Static variable in class org.opends.messages.ToolMessages
-
StartTLS failed: the connection has been closed without receiving a response.
- ERR_STARTTLS_NO_CLIENT_CONNECTION - Static variable in class org.opends.messages.ExtensionMessages
-
StartTLS cannot be used on this connection because the underlying client connection is not available
- ERR_STARTTLS_NOT_TLS_CAPABLE - Static variable in class org.opends.messages.ExtensionMessages
-
StartTLS cannot be used on this client connection because this connection type is not capable of using StartTLS to protect its communication
- ERR_STARTUP_PLUGIN_ERROR - Static variable in class org.opends.messages.CoreMessages
-
A fatal error occurred when executing one of the Directory Server startup plugins: %s (error ID %d).
- ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS - Static variable in class org.opends.messages.ExtensionMessages
-
Cannot add user %s as a new member of static group %s because that user is already in the member list for the group
- ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
Cannot add user %s as a new member of static group %s because an error occurred while attempting to perform an internal modification to update the group: %s
- ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS - Static variable in class org.opends.messages.ExtensionMessages
-
Cannot add group %s as a new nested group of static group %s because that group is already in the nested group list for the group
- ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN - Static variable in class org.opends.messages.ExtensionMessages
-
Value %s for attribute %s in entry %s cannot be parsed as a valid DN: %s.
- ERR_STATICGROUP_GROUP_INSTANCE_INVALID - Static variable in class org.opends.messages.ExtensionMessages
-
Group instance with DN %s has been deleted and is no longer valid
- ERR_STATICGROUP_INVALID_OC_COMBINATION - Static variable in class org.opends.messages.ExtensionMessages
-
Entry %s cannot be parsed as a valid static group because static groups are not allowed to have both the %s and %s object classes
- ERR_STATICGROUP_NO_VALID_OC - Static variable in class org.opends.messages.ExtensionMessages
-
Entry %s cannot be parsed as a valid static group because it does not contain exactly one of the %s or the %s object classes
- ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER - Static variable in class org.opends.messages.ExtensionMessages
-
Cannot remove user %s as a member of static group %s because that user is not included in the member list for the group
- ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED - Static variable in class org.opends.messages.ExtensionMessages
-
Cannot remove user %s as a member of static group %s because an error occurred while attempting to perform an internal modification to update the group: %s
- ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP - Static variable in class org.opends.messages.ExtensionMessages
-
Cannot remove group %s as a nested group of static group %s because that group is not included in the nested group list for the group
- ERR_STATICMEMBERS_CANNOT_DECODE_DN - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to decode member's DN %s of static group %s: %s
- ERR_STATICMEMBERS_CANNOT_GET_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
An error occurred while attempting to retrieve entry %s as a potential member of static group %s: %s
- ERR_STATICMEMBERS_NO_SUCH_ENTRY - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to examine entry %s as a potential member of static group %s because that entry does not exist in the Directory Server
- ERR_STOPDS_CANNOT_CONNECT - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Cannot establish a connection to the Directory Server %s.
- ERR_STOPDS_CANNOT_CONNECT_SSL - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Cannot establish a connection to the Directory Server at %s on port %s.
- ERR_STOPDS_CANNOT_DECODE_STOP_TIME - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Unable to decode the provided stop time.
- ERR_STOPDS_CANNOT_DETERMINE_PORT - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Cannot parse the value of the %s argument as an integer value between 1 and 65535: %s
- ERR_STOPDS_CANNOT_INITIALIZE_SSL - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Unable to perform SSL initialization: %s
- ERR_STOPDS_CANNOT_PARSE_SASL_OPTION - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The provided SASL option string "%s" could not be parsed in the form "name=value"
- ERR_STOPDS_DATETIME_ALREADY_PASSED - Static variable in class org.opends.messages.ToolMessages
-
The specified stop time '%s' has already passed
- ERR_STOPDS_DECODE_ERROR - Static variable in class org.opends.messages.ToolMessages
-
ERROR: An error occurred while trying to decode the response from the server: %s
- ERR_STOPDS_INVALID_RESPONSE_TYPE - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Expected an add response message but got a %s message instead
- ERR_STOPDS_IO_ERROR - Static variable in class org.opends.messages.ToolMessages
-
ERROR: An I/O error occurred while attempting to communicate with the Directory Server: %s
- ERR_STOPDS_MUTUALLY_EXCLUSIVE_ARGUMENTS - Static variable in class org.opends.messages.ToolMessages
-
ERROR: You may not provide both the %s and the %s arguments
- ERR_STOPDS_NO_SASL_MECHANISM - Static variable in class org.opends.messages.ToolMessages
-
ERROR: One or more SASL options were provided, but none of them were the "mech" option to specify which SASL mechanism should be used
- ERR_STOPDS_UNEXPECTED_CONNECTION_CLOSURE - Static variable in class org.opends.messages.ToolMessages
-
NOTICE: The connection to the Directory Server was closed while waiting for a response to the shutdown request.
- ERR_SUBCMDPARSER_ARG_FOR_LONG_ID_DOESNT_TAKE_VALUE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
A value was provided for argument --%s but that argument does not take a value
- ERR_SUBCMDPARSER_CANT_MIX_ARGS_WITH_VALUES - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided argument block '-%s%s' is illegal because the '%s' argument requires a value but is in the same block as at least one other argument that does not require a value
- ERR_SUBCMDPARSER_DUPLICATE_GLOBAL_ARG_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Failed to add global argument %s because there is already one defined with the same long identifier
- ERR_SUBCMDPARSER_DUPLICATE_GLOBAL_ARG_NAME - Static variable in class com.forgerock.opendj.cli.CliMessages
-
There is already another global argument named "%s"
- ERR_SUBCMDPARSER_DUPLICATE_GLOBAL_ARG_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Short ID -%s for global argument %s conflicts with the short ID of another global argument %s
- ERR_SUBCMDPARSER_GLOBAL_ARG_LONG_ID_CONFLICT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Failed to add argument %s to subcommand %s because there is already one argument with the same long identifier associated to this subcommand.
- ERR_SUBCMDPARSER_GLOBAL_ARG_NAME_SUBCMD_CONFLICT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The argument name %s conflicts with the name of another argument associated with the %s subcommand
- ERR_SUBCMDPARSER_GLOBAL_ARG_SHORT_ID_CONFLICT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Short ID -%s for global argument %s conflicts with the short ID for the %s argument associated with subcommand %s
- ERR_SUBCMDPARSER_INVALID_ARGUMENT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided argument "%s" is not recognized
- ERR_SUBCMDPARSER_INVALID_DASH_AS_ARGUMENT - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The dash character by itself is invalid for use as an argument name
- ERR_SUBCMDPARSER_LONG_ARG_WITHOUT_NAME - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided command-line argument %s does not contain an argument name
- ERR_SUBCMDPARSER_NO_ARGUMENT_FOR_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided argument --%s is not a valid global or subcommand argument identifier
- ERR_SUBCMDPARSER_NO_ARGUMENT_FOR_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided argument -%s is not a valid global or subcommand argument identifier
- ERR_SUBCMDPARSER_NO_GLOBAL_ARGUMENT_FOR_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided argument --%s is not a valid global argument identifier
- ERR_SUBCMDPARSER_NO_GLOBAL_ARGUMENT_FOR_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided argument -%s is not a valid global argument identifier
- ERR_SUBCMDPARSER_NO_VALUE_FOR_ARGUMENT_WITH_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Command-line argument --%s requires a value but none was given
- ERR_SUBCMDPARSER_NO_VALUE_FOR_ARGUMENT_WITH_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Argument -%s requires a value but none was provided
- ERR_SUBCMDPARSER_NOT_MULTIVALUED_FOR_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The argument --%s was included multiple times in the provided set of arguments but it does not allow multiple values
- ERR_SUBCMDPARSER_NOT_MULTIVALUED_FOR_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The argument -%s was included multiple times in the provided set of arguments but it does not allow multiple values
- ERR_SUBCMDPARSER_VALUE_UNACCEPTABLE_FOR_LONG_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided value "%s" for argument --%s is not acceptable: %s
- ERR_SUBCMDPARSER_VALUE_UNACCEPTABLE_FOR_SHORT_ID - Static variable in class com.forgerock.opendj.cli.CliMessages
-
The provided value "%s" for argument -%s is not acceptable: %s
- ERR_SUBENTRIES_CANNOT_DECODE_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided sub-entries control because an error occurred while attempting to decode the value as an ASN.1 boolean: %s
- ERR_SUBENTRIES_CANNOT_DECODE_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided subentries control because an error occurred while attempting to decode the control value: %s
- ERR_SUBENTRIES_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a sub-entries request control because it contained the OID '%s', when '%s' was expected
- ERR_SUBENTRIES_NO_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided sub-entries control because it does not have a value
- ERR_SUBENTRIES_NO_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided subentries control because it does not have a value
- ERR_SUBENTRY_WRITE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.CoreMessages
-
This operation involves LDAP subentries which you do not have sufficient privileges to administer
- ERR_SUBTREE_DELETE_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a tree delete request control because it contained the OID '%s', when '%s' was expected
- ERR_SUBTREE_DELETE_INVALID_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided subtree delete control because it contains a value
- ERR_SUBTREE_DELETE_INVALID_CONTROL_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
Cannot decode the provided subtree delete control because it contains a value
- ERR_SUFFIXES_CANNOT_BE_INITIALIZED - Static variable in class org.opends.messages.AdminToolMessages
-
The following base DNs cannot be initialized because they are not replicated or they are not configured on both servers:%n%s
- ERR_SYNC_INVALID_DN - Static variable in class org.opends.messages.ReplicationMessages
-
The configured DN is already used by another domain
- ERR_SYNTAX_CERTIFICATE_INVALID_DER - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value is not a valid X.509 Certificate because it contains invalid DER encodings
- ERR_SYNTAX_CERTIFICATE_INVALID_VERSION - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value is not a valid X.509 Certificate because it contains an invalid version number (%d)
- ERR_SYNTAX_CERTIFICATE_NO_ELEMENT_EXPECTED - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value is not a valid X.509 Certificate because it contains additional ASN.1 elements
- ERR_SYNTAX_CERTIFICATE_NOTVALID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value is not a valid X.509 Certificate: %s
- ERR_SYNTAX_CERTIFICATE_ONLY_VALID_V23 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value is not a valid X.509 Certificate because "%s" is only valid in X.509 v2/v3
- ERR_SYNTAX_CERTIFICATE_ONLY_VALID_V3 - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided value is not a valid X.509 Certificate because "%s" is only valid in X.509 v3
- ERR_SYNTAX_VALIDATION_FAIL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Validation of syntax definition %s failed and will be removed from the schema: %s
- ERR_TASK_ADDSCHEMAFILE_CANNOT_LOCK_SCHEMA - Static variable in class org.opends.messages.TaskMessages
-
Unable to add one or more files to the server schema because the server was unable to obtain a write lock on the schema entry %s after multiple attempts
- ERR_TASK_ADDSCHEMAFILE_CANNOT_NOTIFY_SYNC_PROVIDER - Static variable in class org.opends.messages.TaskMessages
-
An error occurred while attempting to notify a synchronization provider of type %s about the schema changes made by the add schema file task: %s
- ERR_TASK_ADDSCHEMAFILE_ERROR_CHECKING_FOR_FILE - Static variable in class org.opends.messages.TaskMessages
-
Unable to add one or more files to the server schema because an error occurred while attempting to determine whether file %s exists in schema directory %s: %s
- ERR_TASK_ADDSCHEMAFILE_ERROR_LOADING_SCHEMA_FILE - Static variable in class org.opends.messages.TaskMessages
-
An error occurred while attempting to load the contents of schema file %s into the server schema: %s
- ERR_TASK_ADDSCHEMAFILE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.TaskMessages
-
You do not have sufficient privileges to modify the server schema
- ERR_TASK_ADDSCHEMAFILE_NO_FILENAME - Static variable in class org.opends.messages.TaskMessages
-
Unable to add one or more files to the server schema because no schema file names were provided in attribute %s of task entry %s
- ERR_TASK_ADDSCHEMAFILE_NO_SUCH_FILE - Static variable in class org.opends.messages.TaskMessages
-
Unable to add one or more files to the server schema because the specified schema file %s does not exist in schema directory %s
- ERR_TASK_ADDSCHEMAFILE_SCHEMA_VALIDATION_ERROR - Static variable in class org.opends.messages.TaskMessages
-
The changes made by the add schema file task failed schema validation: %s
- ERR_TASK_BACKUP_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.TaskMessages
-
You do not have sufficient privileges to initiate a Directory Server backup
- ERR_TASK_CANNOT_DISABLE_BACKEND - Static variable in class org.opends.messages.TaskMessages
-
The task could not disable a backend: %s
- ERR_TASK_CANNOT_ENABLE_BACKEND - Static variable in class org.opends.messages.TaskMessages
-
The task could not enable a backend: %s
- ERR_TASK_CANNOT_PARSE_ACTUAL_START_TIME - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to parse the actual start time value %s from task entry %s
- ERR_TASK_CANNOT_PARSE_COMPLETION_TIME - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to parse the completion time value %s from task entry %s
- ERR_TASK_CANNOT_PARSE_SCHEDULED_START_TIME - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to parse the scheduled start time value %s from task entry %s
- ERR_TASK_CLIENT_INVALID_RESPONSE_TYPE - Static variable in class org.opends.messages.ToolMessages
-
ERROR: Expected an add response message but got a %s message instead
- ERR_TASK_CLIENT_TASK_STATE_UNKNOWN - Static variable in class org.opends.messages.ToolMessages
-
State for task '%s' cannot be determined
- ERR_TASK_CLIENT_UNCANCELABLE_TASK - Static variable in class org.opends.messages.ToolMessages
-
Task '%s' has finished and cannot be canceled
- ERR_TASK_CLIENT_UNEXPECTED_CONNECTION_CLOSURE - Static variable in class org.opends.messages.ToolMessages
-
NOTICE: The connection to the Directory Server was closed while waiting for a response to the shutdown request.
- ERR_TASK_CLIENT_UNKNOWN_TASK - Static variable in class org.opends.messages.ToolMessages
-
There are no tasks defined with ID '%s'
- ERR_TASK_DISCONNECT_INVALID_CONN_ID - Static variable in class org.opends.messages.TaskMessages
-
Unable to decode value %s as an integer connection ID
- ERR_TASK_DISCONNECT_INVALID_NOTIFY_CLIENT - Static variable in class org.opends.messages.TaskMessages
-
Unable to decode value %s as an indication of whether to notify the client before disconnecting it.
- ERR_TASK_DISCONNECT_NO_CONN_ID - Static variable in class org.opends.messages.TaskMessages
-
Attribute %s must be provided to specify the connection ID for the client to disconnect
- ERR_TASK_DISCONNECT_NO_PRIVILEGE - Static variable in class org.opends.messages.TaskMessages
-
You do not have sufficient privileges to terminate client connections
- ERR_TASK_DISCONNECT_NO_SUCH_CONNECTION - Static variable in class org.opends.messages.TaskMessages
-
There is no client connection with connection ID %s
- ERR_TASK_ENTERLOCKDOWN_NOT_LOOPBACK - Static variable in class org.opends.messages.TaskMessages
-
Only users with the SERVER_LOCKDOWN privilege connected from a loopback address may place the server in lockdown mode
- ERR_TASK_ENTERLOCKDOWN_NOT_ROOT - Static variable in class org.opends.messages.TaskMessages
-
Only users with the SERVER_LOCKDOWN privilege may place the server in lockdown mode
- ERR_TASK_EXECUTE_FAILED - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while executing the task defined in entry %s: %s
- ERR_TASK_INDEXREBUILD_ALL_ERROR - Static variable in class org.opends.messages.TaskMessages
-
Index option cannot be specified when the rebuildAll or rebuildDegraded option is used
- ERR_TASK_INDEXREBUILD_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.TaskMessages
-
You do not have sufficient privileges to initiate an index rebuild
- ERR_TASK_INITIALIZE_INVALID_DN - Static variable in class org.opends.messages.TaskMessages
-
Invalid DN provided with the Initialize task
- ERR_TASK_INITIALIZE_INVALID_GENERATION_ID - Static variable in class org.opends.messages.TaskMessages
-
Invalid generation ID provided with the task
- ERR_TASK_INVALID_ATTRIBUTE_VALUE - Static variable in class org.opends.messages.TaskMessages
-
Attribute %s has an invalid value.
- ERR_TASK_INVALID_STATE - Static variable in class org.opends.messages.BackendMessages
-
The task defined in entry %s is invalid because it has an invalid state %s
- ERR_TASK_LDAP_FAILED_TO_CONNECT_WRONG_PORT - Static variable in class org.opends.messages.TaskMessages
-
Unable to connect to the server at %s on port %s.
- ERR_TASK_LDIFEXPORT_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.TaskMessages
-
You do not have sufficient privileges to initiate an LDIF export
- ERR_TASK_LDIFIMPORT_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.TaskMessages
-
You do not have sufficient privileges to initiate an LDIF import
- ERR_TASK_LEAVELOCKDOWN_NOT_LOOPBACK - Static variable in class org.opends.messages.TaskMessages
-
Only users with the SERVER_LOCKDOWN privilege connected from a loopback address may cause the server to leave lockdown mode
- ERR_TASK_LEAVELOCKDOWN_NOT_ROOT - Static variable in class org.opends.messages.TaskMessages
-
Only users with the SERVER_LOCKDOWN privilege may cause the server to leave lockdown mode
- ERR_TASK_MISSING_ATTR - Static variable in class org.opends.messages.BackendMessages
-
Task entry %s is missing required attribute %s
- ERR_TASK_MULTIPLE_ATTRS_FOR_TYPE - Static variable in class org.opends.messages.BackendMessages
-
There are multiple instances of attribute %s in task entry %s
- ERR_TASK_MULTIPLE_VALUES_FOR_ATTR - Static variable in class org.opends.messages.BackendMessages
-
There are multiple values for attribute %s in task entry %s
- ERR_TASK_NO_VALUES_FOR_ATTR - Static variable in class org.opends.messages.BackendMessages
-
There are no values for attribute %s in task entry %s
- ERR_TASK_RESET_CHANGE_NUMBER_CHANGELOG_NOT_FOUND - Static variable in class org.opends.messages.TaskMessages
-
No changelog database was found for baseDN '%s'.
- ERR_TASK_RESET_CHANGE_NUMBER_FAILED - Static variable in class org.opends.messages.TaskMessages
-
Unable to reset the change number index: %s
- ERR_TASK_RESET_CHANGE_NUMBER_INVALID - Static variable in class org.opends.messages.TaskMessages
-
Invalid change number (%d) specified, it must be greater than zero
- ERR_TASK_RESET_CHANGE_NUMBER_NO_RSES - Static variable in class org.opends.messages.TaskMessages
-
The change number index cannot be reset because this OpenDJ instance does not appear to be a replication server
- ERR_TASK_RESTORE_INSUFFICIENT_PRIVILEGES - Static variable in class org.opends.messages.TaskMessages
-
You do not have sufficient privileges to initiate a Directory Server restore
- ERR_TASK_SHUTDOWN_INSUFFICIENT_RESTART_PRIVILEGES - Static variable in class org.opends.messages.TaskMessages
-
You do not have sufficient privileges to initiate a Directory Server restart
- ERR_TASK_SHUTDOWN_INSUFFICIENT_SHUTDOWN_PRIVILEGES - Static variable in class org.opends.messages.TaskMessages
-
You do not have sufficient privileges to initiate a Directory Server shutdown
- ERR_TASK_TOOL_DECODE_ERROR - Static variable in class org.opends.messages.ToolMessages
-
ERROR: An error occurred while trying to decode the response from the server: %s
- ERR_TASK_TOOL_IO_ERROR - Static variable in class org.opends.messages.ToolMessages
-
ERROR: An I/O error occurred while attempting to communicate with the Directory Server: %s
- ERR_TASK_TOOL_LDAP_ERROR - Static variable in class org.opends.messages.ToolMessages
-
ERROR: The server rejected the task for the following reason: %s
- ERR_TASK_TOOL_START_TIME_NO_LDAP - Static variable in class org.opends.messages.ToolMessages
-
You have provided options for scheduling this operation as a task but options provided for connecting to the server's tasks backend resulted in the following error: '%s'
- ERR_TASKBE_ADD_DISALLOWED_DN - Static variable in class org.opends.messages.BackendMessages
-
New entries in the task backend may only be added immediately below %s for scheduled tasks or immediately below %s for recurring tasks
- ERR_TASKBE_BACKING_FILE_EXISTS - Static variable in class org.opends.messages.BackendMessages
-
The specified task data backing file %s already exists and the Directory Server will not attempt to overwrite it.
- ERR_TASKBE_BACKING_FILE_MISSING_PARENT - Static variable in class org.opends.messages.BackendMessages
-
The parent directory %s for the new task data backing file %s does not exist.
- ERR_TASKBE_BACKING_FILE_PARENT_NOT_DIRECTORY - Static variable in class org.opends.messages.BackendMessages
-
The parent directory %s for the new task data backing file %s exists but is not a directory.
- ERR_TASKBE_CANNOT_DECODE_RECURRING_TASK_BASE_DN - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode recurring task base %s as a DN: %s
- ERR_TASKBE_CANNOT_DECODE_SCHEDULED_TASK_BASE_DN - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to decode scheduled task base %s as a DN: %s
- ERR_TASKBE_DELETE_INVALID_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove entry %s from the task backend because its DN is either not appropriate for that backend or it is not below the scheduled or recurring tasks base entry
- ERR_TASKBE_DELETE_NO_SUCH_RECURRING_TASK - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove entry %s from the task backend because there is no recurring task associated with that entry DN
- ERR_TASKBE_DELETE_NO_SUCH_TASK - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove entry %s from the task backend because there is no scheduled task associated with that entry DN
- ERR_TASKBE_DELETE_RUNNING - Static variable in class org.opends.messages.BackendMessages
-
Unable to delete entry %s from the task backend because the associated task is currently running
- ERR_TASKBE_ERROR_GETTING_BACKING_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to determine the new path to the task data backing file: %s
- ERR_TASKBE_INVALID_BACKING_FILE_PATH - Static variable in class org.opends.messages.BackendMessages
-
The specified path %s for the new task data backing file appears to be an invalid path.
- ERR_TASKBE_MODIFY_CANNOT_LOCK_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
Unable to obtain a write lock on entry %s
- ERR_TASKBE_MODIFY_COMPLETED - Static variable in class org.opends.messages.BackendMessages
-
Entry %s cannot be modified because the assoicated task has completed running.
- ERR_TASKBE_MODIFY_INVALID_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
Entry %s cannot be modified because it does not represent a task entry.
- ERR_TASKBE_MODIFY_NO_SUCH_TASK - Static variable in class org.opends.messages.BackendMessages
-
Entry %s cannot be modified because it does not represent a valid task in the server
- ERR_TASKBE_MODIFY_RECURRING - Static variable in class org.opends.messages.BackendMessages
-
Entry %s cannot be modified because the server does not currently support modifying recurring task entries
- ERR_TASKBE_MODIFY_RUNNING - Static variable in class org.opends.messages.BackendMessages
-
The task associated with entry %s is currently running.
- ERR_TASKBE_MULTIPLE_BASE_DNS - Static variable in class org.opends.messages.BackendMessages
-
The task backend configuration entry contains multiple base DNs.
- ERR_TASKBE_NO_BASE_DNS - Static variable in class org.opends.messages.BackendMessages
-
The task backend configuration entry does not contain any base DNs.
- ERR_TASKBE_SEARCH_INVALID_BASE - Static variable in class org.opends.messages.BackendMessages
-
Unable to process the search operation in the task backend because the provided base DN %s is not valid for entries in the task backend
- ERR_TASKBE_SEARCH_NO_SUCH_RECURRING_TASK - Static variable in class org.opends.messages.BackendMessages
-
Unable to process the search operation in the task backend because there is no recurring task associated with the provided search base entry %s
- ERR_TASKBE_SEARCH_NO_SUCH_TASK - Static variable in class org.opends.messages.BackendMessages
-
Unable to process the search operation in the task backend because there is no scheduled task associated with the provided search base entry %s
- ERR_TASKINFO_ACCESSING_LOGS - Static variable in class org.opends.messages.ToolMessages
-
Error accessing logs for task '%s': %s
- ERR_TASKINFO_CANCELING_TASK - Static variable in class org.opends.messages.ToolMessages
-
Error canceling task '%s': %s
- ERR_TASKINFO_INVALID_MENU_KEY - Static variable in class org.opends.messages.ToolMessages
-
Invalid menu item or task number '%s'
- ERR_TASKINFO_LDAP_EXCEPTION_SSL - Static variable in class org.opends.messages.ToolMessages
-
Error connecting to the directory server at %s on %s.
- ERR_TASKINFO_NOT_CANCELABLE_TASK_INDEX - Static variable in class org.opends.messages.ToolMessages
-
Task at index %d is not cancelable
- ERR_TASKINFO_RETRIEVING_TASK_ENTRY - Static variable in class org.opends.messages.ToolMessages
-
Error retrieving task entry %s: %s
- ERR_TASKINFO_TASK_NOT_CANCELABLE_TASK - Static variable in class org.opends.messages.ToolMessages
-
Error: task %s is not in a cancelable state
- ERR_TASKINFO_UNKNOWN_TASK_ENTRY - Static variable in class org.opends.messages.ToolMessages
-
There are no tasks with ID %s
- ERR_TASKS_CANNOT_EXPORT_TO_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to export task backend data: %s
- ERR_TASKSCHED_CANNOT_CREATE_BACKING_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to create a new tasks backing file %s for use with the task scheduler: %s
- ERR_TASKSCHED_CANNOT_INITIALIZE_INTERNAL - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to perform internal initialization on an instance of class %s with the information contained in the provided entry: %s
- ERR_TASKSCHED_CANNOT_INSTANTIATE_CLASS_AS_TASK - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to create an instance of class %s as a Directory Server task.
- ERR_TASKSCHED_CANNOT_LOAD_CLASS - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to load class %s specified in attribute %s of the provided task entry: %s.
- ERR_TASKSCHED_CANNOT_PARSE_ENTRY_FATAL - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s.
- ERR_TASKSCHED_CANNOT_PARSE_ENTRY_RECOVERABLE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to read an entry from the tasks backing file %s on or near line %d: %s.
- ERR_TASKSCHED_CANNOT_RENAME_NEW_BACKING_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to rename the new tasks backing file from %s to %s: %s.
- ERR_TASKSCHED_CANNOT_SCHEDULE_RECURRING_TASK_FROM_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to parse entry %s as a recurring task and add it to the scheduler: %s
- ERR_TASKSCHED_CANNOT_SCHEDULE_TASK_FROM_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to parse entry %s as a task and add it to the scheduler: %s
- ERR_TASKSCHED_CANNOT_WRITE_BACKING_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to write the new tasks data backing file %s: %s.
- ERR_TASKSCHED_DEPENDENCY_MISSING - Static variable in class org.opends.messages.BackendMessages
-
Unable to schedule task %s because its dependency task %s is missing
- ERR_TASKSCHED_DUPLICATE_RECURRING_ID - Static variable in class org.opends.messages.BackendMessages
-
Unable to add recurring task %s to the task scheduler because another recurring task already exists with the same ID
- ERR_TASKSCHED_DUPLICATE_TASK_ID - Static variable in class org.opends.messages.BackendMessages
-
Unable to schedule task %s because another task already exists with the same ID
- ERR_TASKSCHED_ENTRY_HAS_NO_PARENT - Static variable in class org.opends.messages.BackendMessages
-
Entry %s read from the tasks backing file is invalid because it has no parent and does not match the task root DN of %s
- ERR_TASKSCHED_ERROR_READING_TASK_BACKING_FILE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to read from the tasks data backing file %s: %s
- ERR_TASKSCHED_ERROR_SCHEDULING_RECURRING_ITERATION - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while attempting to schedule the next iteration of recurring task %s: %s
- ERR_TASKSCHED_INVALID_TASK_ENTRY_DN - Static variable in class org.opends.messages.BackendMessages
-
Entry %s read from the tasks backing file %s has a DN which is not valid for a task or recurring task definition and will be ignored
- ERR_TASKSCHED_MULTIPLE_CLASS_TYPES - Static variable in class org.opends.messages.BackendMessages
-
The provided task entry contains multiple attributes with type %s, which is used to hold the task class name, but only a single instance is allowed
- ERR_TASKSCHED_MULTIPLE_CLASS_VALUES - Static variable in class org.opends.messages.BackendMessages
-
The provided task entry contains multiple values for the %s attribute, which is used to specify the task class name, but only a single value is allowed
- ERR_TASKSCHED_NO_CLASS_ATTRIBUTE - Static variable in class org.opends.messages.BackendMessages
-
The provided task entry does not contain attribute %s which is needed to specify the fully-qualified name of the class providing the task logic
- ERR_TASKSCHED_NO_CLASS_VALUES - Static variable in class org.opends.messages.BackendMessages
-
The provided task entry does not contain any values for the %s attribute, which is used to specify the fully-qualified name of the class providing the task logic
- ERR_TASKSCHED_NOT_ALLOWED_TASK - Static variable in class org.opends.messages.BackendMessages
-
The Directory Server is not configured to allow task %s to be invoked
- ERR_TASKSCHED_REMOVE_COMPLETED_NO_SUCH_TASK - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove completed task %s because no such task exists in the list of completed tasks
- ERR_TASKSCHED_REMOVE_PENDING_NO_SUCH_TASK - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove pending task %s because no such task exists
- ERR_TASKSCHED_REMOVE_PENDING_NOT_PENDING - Static variable in class org.opends.messages.BackendMessages
-
Unable to remove pending task %s because the task is no longer pending
- ERR_TASKTOOL_FDA_WITH_NO_DEPENDENCY - Static variable in class org.opends.messages.ToolMessages
-
The failed dependency action option is to be used in conjunction with one or more dependencies
- ERR_TASKTOOL_INVALID_EMAIL_ADDRESS - Static variable in class org.opends.messages.ToolMessages
-
The value %s for option %s is not a valid email address
- ERR_TASKTOOL_INVALID_FDA - Static variable in class org.opends.messages.ToolMessages
-
The failed dependency action value %s is invalid.
- ERR_TASKTOOL_OPTIONS_FOR_TASK_ONLY - Static variable in class org.opends.messages.ToolMessages
-
The option %s is only applicable when scheduling this operation as a task
- ERR_TEMPLATE_FILE_INVALID_LEADING_SPACE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Unable to parse line %d ("%s") from the template file because the line started with a space but there were no previous lines in the entry to which this line could be appended
- ERR_TIMEOUT_DURING_STARTUP - Static variable in class org.opends.messages.ToolMessages
-
The timeout of '%d' seconds to start the server has been reached.
- ERR_TOOL_ARG_MUST_BE_USED_WHEN_ARG_CONDITION - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
%s must be used if %s is %s
- ERR_TOOL_CONFLICTING_ARGS - Static variable in class com.forgerock.opendj.cli.CliMessages
-
You may not provide both the --%s and the --%s arguments
- ERR_TOOL_ERROR_MESSAGE - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Additional Information: %s
- ERR_TOOL_ERROR_MESSAGE - Static variable in class org.opends.messages.ToolMessages
-
Additional Information: %s
- ERR_TOOL_INVALID_CONTROL_STRING - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Invalid control specification '%s'
- ERR_TOOL_INVALID_CONTROL_STRING - Static variable in class org.opends.messages.ToolMessages
-
Invalid control specification '%s'
- ERR_TOOL_MATCHED_DN - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Matched DN: %s
- ERR_TOOL_MATCHED_DN - Static variable in class org.opends.messages.ToolMessages
-
Matched DN: %s
- ERR_TOOL_NOT_ENOUGH_ITERATIONS - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
%s argument must be greater than or equal to %s (%s per %s)
- ERR_TOOL_RESULT_CODE - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
Result Code: %d (%s)
- ERR_TOOL_RESULT_CODE - Static variable in class org.opends.messages.ToolMessages
-
Result Code: %d (%s)
- ERR_TOOL_SASLEXTERNAL_NEEDS_KEYSTORE - Static variable in class com.forgerock.opendj.cli.CliMessages
-
SASL EXTERNAL authentication may only be used if a client certificate key store is specified
- ERR_TOOL_SASLEXTERNAL_NEEDS_KEYSTORE - Static variable in class org.opends.messages.ToolMessages
-
SASL EXTERNAL authentication may only be used if a client certificate key store is specified
- ERR_TOOL_SASLEXTERNAL_NEEDS_SSL_OR_TLS - Static variable in class com.forgerock.opendj.cli.CliMessages
-
SASL EXTERNAL authentication may only be requested if SSL or StartTLS is used
- ERR_TOOL_SASLEXTERNAL_NEEDS_SSL_OR_TLS - Static variable in class org.opends.messages.ToolMessages
-
SASL EXTERNAL authentication may only be requested if SSL or StartTLS is used
- ERR_TOOLS_CANNOT_CREATE_SSL_CONNECTION - Static variable in class org.opends.messages.ToolMessages
-
Unable to create an SSL connection to the server: %s
- ERR_TOOLS_CANNOT_INIT_KEYMANAGER - Static variable in class org.opends.messages.ToolMessages
-
Cannot initialize the key manager for the key store:%s
- ERR_TOOLS_CANNOT_INIT_TRUSTMANAGER - Static variable in class org.opends.messages.ToolMessages
-
Cannot initialize the key manager for the key store:%s
- ERR_TOOLS_CANNOT_LOAD_KEYSTORE_FILE - Static variable in class org.opends.messages.ToolMessages
-
Cannot load the key store file: %s
- ERR_TOOLS_CANNOT_LOAD_TRUSTSTORE_FILE - Static variable in class org.opends.messages.ToolMessages
-
Cannot load the key store file: %s
- ERR_TOOLS_SSL_CONNECTION_NOT_INITIALIZED - Static variable in class org.opends.messages.ToolMessages
-
Unable to create an SSL connection to the server because the connection factory has not been initialized
- ERR_TRANSACTION_ID_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a transaction id control because it contained the OID '%s', when '%s' was expected
- ERR_TRANSACTION_ID_CONTROL_DECODE_NULL - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided ASN.1 element as a transaction id control because it did not have a value, when a value must always be provided
- ERR_TRANSACTION_ID_CONTROL_HAS_NO_VALUE - Static variable in class org.opends.messages.ProtocolMessages
-
No value was provided for the transaction id control, whereas an UTF-8 encoded value is expected
- ERR_TRIES_LIMIT_REACHED - Static variable in class com.forgerock.opendj.cli.CliMessages
-
Input tries limit reached (%d)
- ERR_TRIES_LIMIT_REACHED - Static variable in class org.opends.messages.UtilityMessages
-
Input tries limit reached (%d)
- ERR_TRUSTING_CERTIFICATE - Static variable in class org.opends.messages.ToolMessages
-
Unable to trust the certificate because: %s
- ERR_TRUSTING_CERTIFICATE_PERMANENTLY - Static variable in class org.opends.messages.ToolMessages
-
Unable to trust the certificate permanently, certificate will be trusted only for this session.
- ERR_TRUSTSTORE_ALIAS_IN_USE - Static variable in class org.opends.messages.BackendMessages
-
The certificate entry %s already exists
- ERR_TRUSTSTORE_CANNOT_ADD_CERT - Static variable in class org.opends.messages.BackendMessages
-
Error while trying to add certificate %s to the trust store file %s: %s
- ERR_TRUSTSTORE_CANNOT_CREATE_FACTORY - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s
- ERR_TRUSTSTORE_CANNOT_DELETE_CERT - Static variable in class org.opends.messages.BackendMessages
-
Error while trying to delete certificate %s from the trust store file %s: %s
- ERR_TRUSTSTORE_CANNOT_DETERMINE_FILE - Static variable in class org.opends.messages.BackendMessages
-
An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s
- ERR_TRUSTSTORE_CANNOT_GENERATE_CERT - Static variable in class org.opends.messages.BackendMessages
-
Error while attempting to generate a self-signed certificate %s in the trust store file %s: %s
- ERR_TRUSTSTORE_CANNOT_LOAD - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to load the trust store contents from file %s: %s
- ERR_TRUSTSTORE_CANNOT_RETRIEVE_CERT - Static variable in class org.opends.messages.BackendMessages
-
Error while trying to retrieve certificate %s from the trust store file %s: %s
- ERR_TRUSTSTORE_CANNOT_WRITE_CERT - Static variable in class org.opends.messages.BackendMessages
-
Error while writing certificate %s to a file: %s
- ERR_TRUSTSTORE_CERTIFICATE_NOT_FOUND - Static variable in class org.opends.messages.BackendMessages
-
Unable to retrieve entry %s from the trust store backend because the certificate %s does not exist
- ERR_TRUSTSTORE_DN_DOES_NOT_SPECIFY_CERTIFICATE - Static variable in class org.opends.messages.BackendMessages
-
Unable to process entry %s in the trust store backend because the requested DN is one level below the base DN but does not specify a certificate name
- ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_ATTRS - Static variable in class org.opends.messages.BackendMessages
-
The entry %s could not be added because it contains multiple certificate attributes %s
- ERR_TRUSTSTORE_ENTRY_HAS_MULTIPLE_CERT_VALUES - Static variable in class org.opends.messages.BackendMessages
-
The entry %s could not be added because it contains multiple values of certificate attribute %s
- ERR_TRUSTSTORE_ENTRY_MISSING_CERT_ATTR - Static variable in class org.opends.messages.BackendMessages
-
The entry %s could not be added because it does not contain a certificate attribute %s
- ERR_TRUSTSTORE_ENTRY_MISSING_CERT_VALUE - Static variable in class org.opends.messages.BackendMessages
-
The entry %s could not be added because it does not contain a value of certificate attribute %s
- ERR_TRUSTSTORE_ERROR_READING_KEY - Static variable in class org.opends.messages.BackendMessages
-
Error reading key %s from key store %s: %s
- ERR_TRUSTSTORE_INVALID_BASE - Static variable in class org.opends.messages.BackendMessages
-
Requested entry %s does not exist in the trust store backend
- ERR_TRUSTSTORE_INVALID_TYPE - Static variable in class org.opends.messages.BackendMessages
-
The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s
- ERR_TRUSTSTORE_NO_SUCH_FILE - Static variable in class org.opends.messages.BackendMessages
-
The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist
- ERR_TRUSTSTORE_PIN_ENVAR_NOT_SET - Static variable in class org.opends.messages.BackendMessages
-
Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the trust store, but this property is not set
- ERR_TRUSTSTORE_PIN_FILE_CANNOT_CREATE - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to create the PIN file %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s
- ERR_TRUSTSTORE_PIN_FILE_CANNOT_READ - Static variable in class org.opends.messages.BackendMessages
-
An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s
- ERR_TRUSTSTORE_PIN_FILE_EMPTY - Static variable in class org.opends.messages.BackendMessages
-
File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the trust store, but this file is empty
- ERR_TRUSTSTORE_PIN_PROPERTY_NOT_SET - Static variable in class org.opends.messages.BackendMessages
-
Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set
- ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN - Static variable in class org.opends.messages.BackendMessages
-
Unable to initialize the trust store backend from configuration entry %s because it does not contain exactly one base DN
- ERR_TRUSTSTORESYNC_EXCEPTION - Static variable in class org.opends.messages.CoreMessages
-
An error occurred in the trust store synchronization thread: %s
- ERR_UNABLE_TO_LOAD_CONFIGURATION_ENABLED_SCHEMA - Static variable in class org.opends.messages.ConfigMessages
-
Unable to load the configuration-enabled schema: %s
- ERR_UNABLE_TO_RETRIEVE_CHILDREN_OF_CONFIGURATION_ENTRY - Static variable in class org.opends.messages.ConfigMessages
-
Unable to retrieve children of configuration entry with dn: %s
- ERR_UNCAUGHT_THREAD_EXCEPTION - Static variable in class org.opends.messages.CoreMessages
-
An uncaught exception during processing for thread %s has caused it to terminate abnormally.
- ERR_UNCAUGHT_WORKER_THREAD_EXCEPTION - Static variable in class org.opends.messages.CoreMessages
-
%s encountered an uncaught exception while processing operation %s: %s
- ERR_UNCHECKED_EXCEPTION - Static variable in class org.opends.messages.BackendMessages
-
Unchecked exception during database transaction: %s
- ERR_UNEXPECTED - Static variable in class org.opends.messages.UtilityMessages
-
Unexpected error.
- ERR_UNEXPECTED_CONNECTION_CLOSURE - Static variable in class org.opends.messages.ProtocolMessages
-
The connection to the Directory Server was closed while waiting for a response
- ERR_UNEXPECTED_DURING_TASK_NO_LOG - Static variable in class org.opends.messages.AdminToolMessages
-
Unexpected error during the operation.
- ERR_UNEXPECTED_DURING_TASK_WITH_LOG - Static variable in class org.opends.messages.AdminToolMessages
-
Unexpected error during the operation.
- ERR_UNEXPECTED_EXCEPTION_ON_CLIENT_CONNECTION - Static variable in class org.opends.messages.ProtocolMessages
-
Exception on the underlying client connection: %s
- ERR_UNEXPECTED_SEARCH_RESULT_ENTRIES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The search request succeeded but returned %d search result entry when only one was expected
- ERR_UNEXPECTED_SEARCH_RESULT_ENTRIES_NO_COUNT - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The search request succeeded but returned more than one search result entry when only one was expected
- ERR_UNEXPECTED_SEARCH_RESULT_REFERENCES - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The search request succeeded but returned a search result reference containing the following URI: %s
- ERR_UNINSTALL_ERROR_UPDATING_REMOTE_FORCE - Static variable in class org.opends.messages.AdminToolMessages
-
This server is configured to replicate some of its base DNs.
- ERR_UNINSTALL_ERROR_UPDATING_REMOTE_NO_FORCE - Static variable in class org.opends.messages.AdminToolMessages
-
This server is configured to replicate some of its base DNs.
- ERR_UNINSTALL_FORCE_REQUIRES_NO_PROMPT - Static variable in class org.opends.messages.AdminToolMessages
-
The %s option only can be used when %s has been specified
- ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED - Static variable in class org.opends.messages.AdminToolMessages
-
%n%nThe graphical Uninstall launch failed.
- ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS - Static variable in class org.opends.messages.AdminToolMessages
-
%n%nThe graphical Uninstall launch failed.
- ERR_UNINSTALL_NOT_UPDATE_REMOTE_PROMPT - Static variable in class org.opends.messages.AdminToolMessages
-
This server is configured to replicate some of its base DNs.
- ERR_UNINSTALL_READING_REGISTERED_SERVERS_CONFIRM_UPDATE_REMOTE - Static variable in class org.opends.messages.AdminToolMessages
-
The following errors were encountered reading the configuration of the existing servers:%n%s%nDo you want the uninstaller to try to remove the references to this server in a best-effort mode?
- ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS - Static variable in class org.opends.messages.ExtensionMessages
-
The provided password does not contain enough unique characters.
- ERR_UNKNOWN_ASSURED_SAFE_DATA_LEVEL - Static variable in class org.opends.messages.ReplicationMessages
-
In replication server %s, received a safe data assured update message with incoherent level: %s, this is for domain %s.
- ERR_UNKNOWN_ATTRIBUTE_IN_HISTORICAL - Static variable in class org.opends.messages.ReplicationMessages
-
The entry %s has historical information for attribute %s which is not defined in the schema.
- ERR_UNKNOWN_DN - Static variable in class org.opends.messages.ReplicationMessages
-
The base DN %s is not stored by any of the Directory Server backend
- ERR_UNKNOWN_HOSTNAME - Static variable in class org.opends.messages.ReplicationMessages
-
Replication Server failed to start because the hostname is unknown
- ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION - Static variable in class com.forgerock.opendj.ldap.config.ConfigMessages
-
An internal error occurred while processing property "%s": unknown property type "%s"
- ERR_UNKNOWN_PROPERTY_DEFINITION_EXCEPTION - Static variable in class org.opends.messages.AdminMessages
-
An internal error occurred while processing property "%s": unknown property type "%s"
- ERR_UNKNOWN_REQUEST_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The following request has a unknown request type: %s
- ERR_UNKNOWN_TYPE - Static variable in class org.opends.messages.ReplicationMessages
-
Unknown operation type : %s
- ERR_UNRECOGNIZED_FIELD - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The request cannot be processed because it included an unrecognized field '%s'
- ERR_UNRECOGNIZED_JSON_VALUE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
Unrecognized type of JSON value: '%s'
- ERR_UNRECOGNIZED_RECORD_VERSION - Static variable in class org.opends.messages.ReplicationMessages
-
Cannot decode change-log record with version %x
- ERR_UNRECOGNIZED_RESOURCE_SUPER_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The resource '%s' has an unrecognized super-type '%s'
- ERR_UNRECOGNIZED_SUB_RESOURCE_TYPE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The resource '%s' references an unrecognized sub-resource '%s'
- ERR_UNRECOGNIZED_TYPE_IN_CREATE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The resource cannot be created because it specified an unrecognized resource type '%s'.
- ERR_UNSUPPORTED_REQUEST_AGAINST_COLLECTION - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The targeted resource is a resource collection which only supports create and query requests
- ERR_UNSUPPORTED_REQUEST_AGAINST_INSTANCE - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The targeted resource is a resource instance which only supports read, update, delete, patch, and action requests
- ERR_UNSUPPORTED_REQUEST_AGAINST_SINGLETON - Static variable in class org.forgerock.opendj.rest2ldap.Rest2ldapMessages
-
The targeted resource is a resource singleton which only supports read, update, patch, and action requests
- ERR_UPDATING_GENERATION_ID - Static variable in class org.opends.messages.ReplicationMessages
-
An unexpected error occurred when updating generation ID for domain "%s": %s
- ERR_UPGRADE_ADD_CONFIG_FILE_FAILS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while adding configuration file '%s': %s
- ERR_UPGRADE_ADDATTRIBUTE_FAILS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while adding one or more attributes to the schema file '%s': %s
- ERR_UPGRADE_ADDOBJECTCLASS_FAILS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while adding one or more object classes to the schema file '%s': %s
- ERR_UPGRADE_CONFIG_ERROR_UPGRADE_FOLDER - Static variable in class org.opends.messages.ToolMessages
-
An error occurred when trying to upgrade the config/upgrade folder: %s
- ERR_UPGRADE_COPYSCHEMA_FAILS - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while copying the schema file '%s': %s
- ERR_UPGRADE_CORRUPTED_TEMPLATE - Static variable in class org.opends.messages.ToolMessages
-
'%s' is missing or empty, it is probably corrupted
- ERR_UPGRADE_DISPLAY_CONFIRM_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred while attempting to display a confirmation : %s
- ERR_UPGRADE_DISPLAY_NOTIFICATION_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred while attempting to display a notification: %s
- ERR_UPGRADE_DSJAVAPROPERTIES_FAILED - Static variable in class org.opends.messages.ToolMessages
-
The dsjavaproperties tool failed to run.
- ERR_UPGRADE_FAILS - Static variable in class org.opends.messages.ToolMessages
-
The upgrade failed because %d errors were encountered.
- ERR_UPGRADE_INCOMPATIBLE_ARGS - Static variable in class org.opends.messages.ToolMessages
-
The argument '%s' is incompatible with '%s'
- ERR_UPGRADE_INVALID_LOG_FILE - Static variable in class org.opends.messages.ToolMessages
-
Invalid log file %s
- ERR_UPGRADE_MAIN_UPGRADE_PROCESS - Static variable in class org.opends.messages.ToolMessages
-
The upgrade failed to complete for the following reason: %s
- ERR_UPGRADE_PERFORMING_POST_TASKS_FAIL - Static variable in class org.opends.messages.ToolMessages
-
An error occurred during post upgrade task.
- ERR_UPGRADE_READING_CONF_FILE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while reading configuration file: %s
- ERR_UPGRADE_RENAME_SNMP_SECURITY_CONFIG_FILE - Static variable in class org.opends.messages.ToolMessages
-
An error occurred when trying to rename the SNMP security config file: %s
- ERR_UPGRADE_REQUIRES_SERVER_OFFLINE - Static variable in class org.opends.messages.ToolMessages
-
OpenDJ cannot be upgraded because the server is currently running.
- ERR_UPGRADE_TASKS_FAIL - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while performing an upgrade task: %s
- ERR_UPGRADE_UNKNOWN_OC_ATT - Static variable in class org.opends.messages.ToolMessages
-
No %s with OID %s exists in the schema
- ERR_UPGRADE_VERSION_UP_TO_DATE - Static variable in class org.opends.messages.ToolMessages
-
OpenDJ has already been upgraded to version %s
- ERR_VATTR_NOT_SEARCHABLE - Static variable in class org.opends.messages.ExtensionMessages
-
The %s attribute is not searchable and should not be included in otherwise unindexed search filters
- ERR_VERIFY_BACKEND_ONLINE - Static variable in class org.opends.messages.BackendMessages
-
The backend must be disabled before verification process can start
- ERR_VERIFY_DN2ID_MISSING_KEY - Static variable in class org.opends.messages.BackendMessages
-
File dn2id is missing key %s.
- ERR_VERIFY_DN2ID_UNKNOWN_ID - Static variable in class org.opends.messages.BackendMessages
-
File dn2id has DN <%s> referencing unknown ID %d.
- ERR_VERIFY_DN2ID_WRONG_ENTRY - Static variable in class org.opends.messages.BackendMessages
-
File dn2id has DN <%s> referencing entry with wrong DN <%s>.
- ERR_VERIFY_DN2ID_WRONG_ID - Static variable in class org.opends.messages.BackendMessages
-
File dn2id has ID %d instead of %d for key %s.
- ERR_VERIFY_DUPLICATE_REFERENCE - Static variable in class org.opends.messages.BackendMessages
-
Duplicate reference to ID %d%n%s
- ERR_VERIFY_EMPTY_IDSET - Static variable in class org.opends.messages.BackendMessages
-
Empty ID set: %n%s
- ERR_VERIFY_ENTRY_NON_MATCHING_KEY - Static variable in class org.opends.messages.BackendMessages
-
Reference to entry ID %s has a key which does not match the expected key%n%s
- ERR_VERIFY_ID2COUNT_WRONG_COUNT - Static variable in class org.opends.messages.BackendMessages
-
File id2childrenCount has wrong number of children for DN <%s> (got %d, expecting %d)
- ERR_VERIFY_ID2COUNT_WRONG_ID - Static variable in class org.opends.messages.BackendMessages
-
File id2ChildrenCount references non-existing EntryID <%d>.
- ERR_VERIFY_MISSING_ENTRY_VLV - Static variable in class org.opends.messages.BackendMessages
-
Missing entry %s in VLV index %s
- ERR_VERIFY_MISSING_ID - Static variable in class org.opends.messages.BackendMessages
-
Missing ID %d%n%s
- ERR_VERIFY_UNEXPECTED_REFERENCE - Static variable in class org.opends.messages.BackendMessages
-
Reference to entry <%s> which does not match the value%n%s
- ERR_VERIFY_UNKNOWN_ID - Static variable in class org.opends.messages.BackendMessages
-
Reference to unknown entry ID %s%n%s
- ERR_VERIFY_UNKNOWN_REFERENCE - Static variable in class org.opends.messages.BackendMessages
-
Reference to unknown ID %d%n%s
- ERR_VERIFY_WRONG_ENTRY_COUNT - Static variable in class org.opends.messages.BackendMessages
-
The stored entry count in id2entry (%d) does not agree with the actual number of entry records found (%d).
- ERR_VERIFYINDEX_CANNOT_LOCK_BACKEND - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to acquire a shared lock for backend %s: %s.
- ERR_VERIFYINDEX_ERROR_DURING_VERIFY - Static variable in class org.opends.messages.ToolMessages
-
An error occurred while attempting to perform index verification: %s
- ERR_VERIFYINDEX_VERIFY_CLEAN_REQUIRES_SINGLE_INDEX - Static variable in class org.opends.messages.ToolMessages
-
Only one index at a time may be verified for cleanliness
- ERR_VERSION_IN_REMOTE_SERVER_NOT_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find version information in the remote server.
- ERR_VIRTUAL_ATTRS_ONLY_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a virtual attributes only request control because it contained the OID '%s', when '%s' was expected
- ERR_VIRTUAL_ATTRS_ONLY_INVALID_CONTROL_VALUE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided virtual attributes only control because it contains a value
- ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED - Static variable in class org.opends.messages.ExtensionMessages
-
Altering membership for virtual static group %s is not allowed
- ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET - Static variable in class org.opends.messages.ExtensionMessages
-
Unable to decode "%s" as the target DN for group %s: %s
- ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS - Static variable in class org.opends.messages.ExtensionMessages
-
The virtual static group defined in entry %s contains multiple target group DNs, but only one is allowed
- ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED - Static variable in class org.opends.messages.ExtensionMessages
-
Virtual static groups do not support nesting
- ERR_VIRTUAL_STATIC_GROUP_NO_TARGET - Static variable in class org.opends.messages.ExtensionMessages
-
The virtual static group defined in entry %s does not contain a target group definition
- ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP - Static variable in class org.opends.messages.ExtensionMessages
-
Target group %s referenced by virtual static group %s does not exist
- ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL - Static variable in class org.opends.messages.ExtensionMessages
-
Virtual static group %s references target group %s which is itself a virtual static group.
- ERR_VLV_BAD_ASSERTION - Static variable in class org.opends.messages.BackendMessages
-
Unable to process the virtual list view request because the target assertion could not be decoded as a valid value for the '%s' attribute type
- ERR_VLV_INDEX_NOT_CONFIGURED - Static variable in class org.opends.messages.BackendMessages
-
There is no VLV index configured with name '%s'
- ERR_VLVREQ_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a virtual list view request control because it contained the OID '%s', when '%s' was expected
- ERR_VLVRES_CONTROL_BAD_OID - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
Cannot decode the provided control as a virtual list view response control because it contained the OID '%s', when '%s' was expected
- ERR_WHOAMI_INVALID_AUTHZID_TYPE - Static variable in class com.forgerock.opendj.ldap.CoreMessages
-
The provided authorization ID '%s' does not begin with a valid authorization ID type 'dn:' or 'u:'
- ERR_WINDOWS_SERVICE_CLEANUP_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred cleaning up the service %s
- ERR_WINDOWS_SERVICE_CLEANUP_NOT_FOUND - Static variable in class org.opends.messages.ToolMessages
-
Could not find the service with name %s
- ERR_WINDOWS_SERVICE_DISABLE_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred trying to disable the server as a Windows service%nCheck that you have administrator rights (only Administrators can disable the server as a Windows Service)
- ERR_WINDOWS_SERVICE_ENABLE_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred trying to enable the server as a Windows service.
- ERR_WINDOWS_SERVICE_ENABLING_ERROR_STARTING_SERVER - Static variable in class org.opends.messages.ToolMessages
-
The Windows Service was successfully configured but there was an error starting it.
- ERR_WINDOWS_SERVICE_NAME_ALREADY_IN_USE - Static variable in class org.opends.messages.ToolMessages
-
The server could not be enabled to run as a Windows service.
- ERR_WINDOWS_SERVICE_NOT_FOUND - Static variable in class org.opends.messages.ToolMessages
-
Could not find the service name for the server
- ERR_WINDOWS_SERVICE_START_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred starting the server as a windows service
- ERR_WINDOWS_SERVICE_STATE_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred trying to retrieve the state of the server as a Windows service
- ERR_WINDOWS_SERVICE_STOP_ERROR - Static variable in class org.opends.messages.ToolMessages
-
An unexpected error occurred stopping the server windows service
- ERR_WRITER_UNEXPECTED_EXCEPTION - Static variable in class org.opends.messages.ReplicationMessages
-
An unexpected error happened handling connection with %s.
- error(LocalizableMessage) - Static method in exception org.forgerock.opendj.ldap.DecodeException
-
Creates a new non-fatal decode exception with the provided message.
- error(LocalizableMessage, Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
-
Creates a new non-fatal decode exception with the provided message and
root cause.
- ERROR_CALLBACK - Static variable in class org.opends.server.tools.upgrade.FormattedNotificationCallback
-
Output an error.
- ERROR_CATEGORY_ACCESS_CONTROL - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for access control
processing.
- ERROR_CATEGORY_BACKEND - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for backend processing.
- ERROR_CATEGORY_CONFIG - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for configuration
processing.
- ERROR_CATEGORY_CONNECTION_HANDLING - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for client connection
handling.
- ERROR_CATEGORY_CORE_SERVER - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for core server
processing.
- ERROR_CATEGORY_EXTENDED_OPERATION - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for extended operation
processing.
- ERROR_CATEGORY_EXTENSIONS - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for server extension
processing.
- ERROR_CATEGORY_PASSWORD_POLICY - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for password policy
processing.
- ERROR_CATEGORY_PLUGIN - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for plugin processing.
- ERROR_CATEGORY_REQUEST - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for request handling.
- ERROR_CATEGORY_SASL_MECHANISM - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for SASL processing.
- ERROR_CATEGORY_SCHEMA - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for schema processing.
- ERROR_CATEGORY_SHUTDOWN - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for shutdown processing.
- ERROR_CATEGORY_STARTUP - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for startup processing.
- ERROR_CATEGORY_SYNCHRONIZATION - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for synchronization
processing.
- ERROR_CATEGORY_TASK - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log category used for task processing.
- ERROR_CERTIFICATE_NULL_AUTH_TYPE - Static variable in class org.opends.messages.ToolMessages
-
Null auth type for this certificate exception
- ERROR_CERTIFICATE_NULL_CHAIN - Static variable in class org.opends.messages.ToolMessages
-
Null chain for this certificate exception
- ERROR_CERTIFICATE_NULL_HOST_NAME - Static variable in class org.opends.messages.ToolMessages
-
Null host name for this certificate exception
- ERROR_CERTIFICATE_PARSING_URL - Static variable in class org.opends.messages.ToolMessages
-
Error parsing ldap url %s: %s
- ERROR_CTRL_PANEL_CREATE_NEW_BACKEND - Static variable in class org.opends.messages.AdminToolMessages
-
Impossible to create the new backend '%s'.
- ERROR_CTRL_PANEL_INITIALIZE_CONFIG_OFFLINE - Static variable in class org.opends.messages.AdminToolMessages
-
An error occured while loading the configuration framework: %s
- ERROR_DIALOG_FONT - Static variable in class org.opends.quicksetup.ui.UIFactory
-
Specifies the font for the text in the WebBrowserErrorDialog.
- ERROR_NONE - Static variable in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
No error happened.
- ERROR_RATE_TOOLS_CANNOT_GET_CONNECTION - Static variable in class com.forgerock.opendj.ldap.tools.ToolsMessages
-
%s
Stopping...
- ERROR_READING_ENTRY - Static variable in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
And error reading the entry occurred.
- ERROR_RESET_CHANGE_NUMBER_EXCEPTION - Static variable in class org.opends.messages.AdminToolMessages
-
An error occured while processing task reset change number: %s
- ERROR_RESET_CHANGE_NUMBER_NO_BASEDN - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find the baseDN associated to change number %s.
- ERROR_RESET_CHANGE_NUMBER_NO_CSN_FOUND - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find a replication CSN for change number %s on server '%s'
- ERROR_RESET_CHANGE_NUMBER_SERVERS_BASEDNS_DIFFER - Static variable in class org.opends.messages.AdminToolMessages
-
Cannot reset change-log change number because replicated baseDNs on server %s and server %s differ.
- ERROR_RESET_CHANGE_NUMBER_UNKNOWN_NUMBER - Static variable in class org.opends.messages.AdminToolMessages
-
Could not find change number %s on server '%s'
- ERROR_SEARCHING_CHILDREN - Static variable in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
An error occurred searching the children of the entry.
- ERROR_SEVERITY_ERROR - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log severity used for fatal error messages.
- ERROR_SEVERITY_INFORMATIONAL - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log severity used for informational
messages.
- ERROR_SEVERITY_NOTICE - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log severity used for important
informational messages.
- ERROR_SEVERITY_PRINTABLE - Static variable in class org.forgerock.opendj.maven.doc.DocsMessages
-
ERROR
- ERROR_SEVERITY_WARNING - Static variable in class org.opends.server.util.ServerConstants
-
The English name for the error log severity used for warning messages.
- ERROR_SOLVING_REFERRAL - Static variable in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
An error following referrals occurred.
- ErrorLogAccountStatusNotificationHandler - Class in org.opends.server.extensions
-
This class defines an account status notification handler that will write
information about status notifications using the Directory Server's error
logging facility.
- ErrorLogAccountStatusNotificationHandler() - Constructor for class org.opends.server.extensions.ErrorLogAccountStatusNotificationHandler
-
- ErrorLogAccountStatusNotificationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Error Log Account Status
Notification Handler settings.
- ErrorLogAccountStatusNotificationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Error Log Account
Status Notification Handler settings.
- ErrorLogAccountStatusNotificationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Error Log Account Status Notification
Handler managed object definition meta information.
- ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "account-status-notification-type" property.
- ErrorLogger - Class in org.opends.server.loggers
-
This class defines the wrapper that will invoke all registered error loggers
for each type of request received or response sent.
- ErrorLoggerFilter - Class in org.forgerock.opendj.rest2ldap
-
Logs internal server errors and runtime exceptions once the request has been processed.
- ErrorLoggerFilter() - Constructor for class org.forgerock.opendj.rest2ldap.ErrorLoggerFilter
-
- ErrorLogPublisher<T extends ErrorLogPublisherCfg> - Class in org.opends.server.loggers
-
This class defines the set of methods and structures that must be implemented
for a Directory Server error log publisher.
- ErrorLogPublisher() - Constructor for class org.opends.server.loggers.ErrorLogPublisher
-
- ErrorLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Error Log Publisher settings.
- ErrorLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Error Log
Publisher settings.
- ErrorLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Error Log Publisher managed object
definition meta information.
- ErrorLogPublisherCfgDefn.DefaultSeverity - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "default-severity" property.
- errorMessage - Variable in class org.opends.dsml.protocol.LDAPResult
-
- ErrorMsg - Class in org.opends.server.replication.protocol
-
This message is part of the replication protocol.
- ErrorMsg(int, int, LocalizableMessage) - Constructor for class org.opends.server.replication.protocol.ErrorMsg
-
Creates an ErrorMsg providing the destination server.
- ErrorMsg(int, LocalizableMessage) - Constructor for class org.opends.server.replication.protocol.ErrorMsg
-
Creates an ErrorMsg.
- errorNotificationArg - Variable in class org.opends.server.admin.client.cli.TaskScheduleArgs
-
Argument for specifying error notifications.
- errorPane - Variable in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
The error pane.
- errorPrintStream - Variable in class org.opends.guitools.controlpanel.task.Task
-
The print stream for the error logs.
- ErrorPrintStream() - Constructor for class org.opends.quicksetup.Application.ErrorPrintStream
-
Default constructor.
- ErrorResponse - Class in org.opends.dsml.protocol
-
Java class for ErrorResponse complex type.
- ErrorResponse() - Constructor for class org.opends.dsml.protocol.ErrorResponse
-
- ErrorResponse.Detail - Class in org.opends.dsml.protocol
-
Java class for anonymous complex type.
- ErrorSearchingEntryPanel - Class in org.opends.guitools.controlpanel.ui
-
The panel that is displayed when there is an error searching an entry.
- ErrorSearchingEntryPanel() - Constructor for class org.opends.guitools.controlpanel.ui.ErrorSearchingEntryPanel
-
Default constructor.
- errorsToString() - Method in class org.opends.server.replication.protocol.AckMsg
-
Transforms the errors information of the ack into human readable string.
- errPrint(LocalizableMessage) - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Displays a message to the error stream.
- errPrintln() - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Displays a blank line to the error stream.
- errPrintln(LocalizableMessage) - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Displays a message to the error stream.
- errPrintln(LocalizableMessage, int) - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Displays a message to the error stream indented by the specified number of columns.
- errPrintVerboseMessage(LocalizableMessage) - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Displays a message to the error stream if verbose mode is enabled.
- escapeAssertionValue(Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Returns the LDAP string representation of the provided filter assertion
value in a form suitable for substitution directly into a filter string.
- escapeAttributeValue(Object) - Static method in class org.forgerock.opendj.ldap.DN
-
Returns the LDAP string representation of the provided DN attribute value
in a form suitable for substitution directly into a DN string.
- escapeCommandLineValue(String) - Static method in class org.opends.quicksetup.util.Utils
-
This method simply takes a value and tries to transform it (with escape or
'"') characters so that it can be used in a command line.
- escapeValue(String) - Static method in class com.forgerock.opendj.cli.CommandBuilder
-
This method simply takes a value and tries to transform it (with escape or '"') characters so that it can be used
in a command line.
- escapeVerticalLine(String) - Static method in class org.openidentityplatform.opendj.maven.doc.AsciidocConverterUtils
-
- evaluate(ManagementContext, ManagedObject<?>) - Method in interface org.forgerock.opendj.config.conditions.Condition
-
Evaluates this condition against the provided client managed object.
- evaluate(ServerManagedObject<?>) - Method in interface org.forgerock.opendj.config.conditions.Condition
-
Evaluates this condition against the provided server managed object.
- evaluate(ManagementContext, ManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
-
- evaluate(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
-
- evaluate(ManagementContext, ManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.IsPresentCondition
-
- evaluate(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.IsPresentCondition
-
- evaluate(ManagementContext, ManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.NOTCondition
-
- evaluate(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.NOTCondition
-
- evaluate(ManagementContext, ManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.ORCondition
-
- evaluate(ServerManagedObject<?>) - Method in class org.forgerock.opendj.config.conditions.ORCondition
-
- evaluate(AciEvalContext, Aci) - Static method in class org.opends.server.authorization.dseecompat.Aci
-
Static class used to evaluate an ACI and evaluation context.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.AciBody
-
Performs an evaluation of the permission-bind rule pairs
using the evaluation context.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.AuthMethod
-
Evaluate authmethod bind rule using the provided evaluation context.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.BindRule
-
Evaluate an bind rule against an evaluation context.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.DayOfWeek
-
Performs evaluation of a dayofweek bind rule using the provided
evaluation context.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.DNS
-
Performs evaluation of dns keyword bind rule using the provided
evaluation context.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.IP
-
Perform an evaluation using the provided evaluation context's remote
IP address information.
- evaluate(AciEvalContext) - Method in interface org.opends.server.authorization.dseecompat.KeywordBindRule
-
Evaluate a bind rule using the passed in context.
- evaluate(InetAddress) - Method in class org.opends.server.authorization.dseecompat.PatternIP
-
Evaluate the provided IP address against the information processed during
the IP bind rule expression decode.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.SSF
-
Evaluate the specified evaluation context.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.TimeOfDay
-
Evaluates the timeofday bind rule using the evaluation context
passed into the method.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.UserAttr
-
Evaluate the expression using an evaluation context.
- evaluate(AciEvalContext) - Method in class org.opends.server.authorization.dseecompat.UserDN
-
Performs the evaluation of a userdn bind rule based on the
evaluation context passed to it.
- evaluate(Entry, DN, AttributeType) - Static method in class org.opends.server.authorization.dseecompat.UserDN
-
This method searches an entry for an attribute value that is
treated as a DN.
- evaluateResult(BindResult) - Method in interface org.forgerock.opendj.ldap.requests.BindClient
-
Evaluates the provided bind result and returns true if
authentication has completed successfully, or false if additional
authentication steps are required (for example during a multi-stage SASL
authentication attempt).
- evalURL(AciEvalContext, LDAPURL) - Static method in class org.opends.server.authorization.dseecompat.UserDN
-
This method evaluates an URL userdn expression.
- ExactMatchIdentityMapper - Class in org.opends.server.extensions
-
This class provides an implementation of a Directory Server identity mapper
that looks for the exact value provided as the ID string to appear in an
attribute of a user's entry.
- ExactMatchIdentityMapper() - Constructor for class org.opends.server.extensions.ExactMatchIdentityMapper
-
Creates a new instance of this exact match identity mapper.
- ExactMatchIdentityMapperCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Exact Match Identity Mapper
settings.
- ExactMatchIdentityMapperCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Exact Match
Identity Mapper settings.
- ExactMatchIdentityMapperCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Exact Match Identity Mapper managed
object definition meta information.
- ExamplePlugin - Class in com.example.opendj
-
The example plugin implementation class.
- ExamplePlugin() - Constructor for class com.example.opendj.ExamplePlugin
-
Default constructor.
- ExamplePluginCfg - Interface in com.example.opendj.server
-
A server-side interface for querying Example Plugin settings.
- ExamplePluginCfgClient - Interface in com.example.opendj.client
-
A client-side interface for reading and modifying Example Plugin
settings.
- ExamplePluginCfgDefn - Class in com.example.opendj.meta
-
An interface for querying the Example Plugin managed object
definition meta information.
- ExamplePluginMessages - Class in com.example.opendj
-
This file contains localizable message descriptors having the resource
name com.example.opendj.example_plugin.
- exceptions - Variable in class org.opends.guitools.controlpanel.util.ConfigReader
-
The exceptions that occurred reading the configuration.
- excludedDefaultUserAttributes(String...) - Method in class org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
-
- excludedDefaultUserAttributes(Collection<String>) - Method in class org.forgerock.opendj.rest2ldap.ObjectPropertyMapper
-
- excludedDefaultUserAttributes(String...) - Method in class org.forgerock.opendj.rest2ldap.Resource
-
- excludedDefaultUserAttributes(Collection<String>) - Method in class org.forgerock.opendj.rest2ldap.Resource
-
- excludeDN() - Method in class org.opends.server.types.EntryEncodeConfig
-
Indicates whether the encoded entry should exclude the DN.
- exclusiveLock() - Method in class org.opends.server.schema.SchemaHandler
-
Takes an exclusive lock on the schema.
- exclusiveUnlock() - Method in class org.opends.server.schema.SchemaHandler
-
Releases an exclusive lock on the schema.
- execute() - Method in class org.forgerock.opendj.maven.ConcatSchemaMojo
- execute() - Method in class org.forgerock.opendj.maven.doc.GenerateConfigurationReferenceMojo
-
Generates the configuration reference under the output directory.
- execute() - Method in class org.forgerock.opendj.maven.doc.GenerateGlobalAcisTableMojo
-
Writes documentation source table listing global ACIs.
- execute() - Method in class org.forgerock.opendj.maven.doc.GenerateMessageFileMojo
-
For maven exec plugin execution.
- execute() - Method in class org.forgerock.opendj.maven.doc.GenerateRefEntriesMojo
-
Writes a RefEntry file to the output directory for each tool.
- execute() - Method in class org.forgerock.opendj.maven.doc.GenerateResultCodeDocMojo
-
Generates documentation source for LDAP result codes.
- execute() - Method in class org.forgerock.opendj.maven.doc.GenerateSchemaDocMojo
-
Writes schema reference documentation source files.
- execute() - Method in class org.forgerock.opendj.maven.GenerateConfigMojo
-
- execute() - Method in class org.forgerock.opendj.maven.GenerateManifestClassPathMojo
- execute() - Method in class org.opends.server.backends.task.Task
-
Begins execution for this task.
- execute() - Method in class org.opends.server.tools.dsreplication.LocalPurgeHistorical
-
Executes the purge historical operation locally.
- execute(Runnable) - Method in class org.opends.server.util.CronExecutorService
-
- execute(Operation, DN) - Static method in class org.opends.server.workflowelement.localbackend.LocalBackendWorkflowElement
-
Executes the supplied operation.
- executeCommandLine(String, String[]) - Method in class org.opends.guitools.controlpanel.task.Task
-
Executes a command-line synchronously.
- ExistingFileBehavior - Enum in org.opends.server.types
-
This enumeration defines the set of possible behaviors that should
be taken when attempting to write to a file that already exists.
- exists() - Static method in class org.opends.quicksetup.LicenseFile
-
Checks if the license file exists.
- EXIT_CODE_INTERNAL_ERROR - Static variable in class org.opends.server.tools.WaitForFileDelete
-
The exit code value that will be used if an internal error occurs within
this program.
- EXIT_CODE_SUCCESS - Static variable in class org.opends.server.tools.WaitForFileDelete
-
The exit code value that will be used if the target file is deleted
successfully.
- EXIT_CODE_TIMEOUT - Static variable in class org.opends.server.tools.WaitForFileDelete
-
The exit code value that will be used if a timeout occurs while waiting for
the file to be removed.
- expanderFont - Static variable in class org.opends.guitools.controlpanel.ui.ColorAndFontConstants
-
The font of the BasicExpander component.
- expanderForeground - Static variable in class org.opends.guitools.controlpanel.ui.ColorAndFontConstants
-
The text color of the BasicExpander components.
- expandNode(BasicNode) - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Expands node.
- ExpectedAcksInfo - Class in org.opends.server.replication.server
-
This class is the mother class for sub-classes holding any information needed
about the acks that the replication server will wait for, when he receives an
update message with the assured flag on (assured replication acknowledgments
expected).
- ExpectedAcksInfo(CSN, ServerHandler, AssuredMode, List<Integer>) - Constructor for class org.opends.server.replication.server.ExpectedAcksInfo
-
Creates a new ExpectedAcksInfo.
- expectedServersAckStatus - Variable in class org.opends.server.replication.server.ExpectedAcksInfo
-
This gives the list of servers we are willing to wait acks from and the
information about the ack from the servers.
- ExpirationCheckTrustManager - Class in org.opends.server.util
-
This class implements an X.509 trust manager that will be used to wrap an
existing trust manager and makes it possible to reject a presented
certificate if that certificate is outside the validity window.
- ExpirationCheckTrustManager(X509TrustManager) - Constructor for class org.opends.server.util.ExpirationCheckTrustManager
-
Creates a new instance of this trust manager that will wrap the provided
trust manager.
- ExportableDataProvider - Interface in org.forgerock.opendj.server.core
-
A data provider which supports LDIF export functionality.
- exportBackend(OutputStream) - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
-
This method trigger an export of the replicated data.
- exportBackend(OutputStream) - Method in class org.opends.server.replication.service.ReplicationDomain
-
This method should trigger an export of the replicated data.
- exportCertificate(CertificateManager, String, String) - Static method in class org.opends.server.util.SetupUtils
-
Export a certificate in a file.
- exportEntries(EntryWriter, LdapResultHandler<Void>) - Method in interface org.forgerock.opendj.server.core.ExportableDataProvider
-
Exports the contents of this data provider to the provided entry writer.
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.api.LocalBackend
-
Exports the contents of this backend to LDIF.
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.BackupBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.ChangelogBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.ConfigurationBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.LDIFBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.MemoryBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.MonitorBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.NullBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.RootDSEBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.SchemaBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.task.TaskBackend
-
- exportLDIF(LDIFExportConfig) - Method in class org.opends.server.backends.TrustStoreBackend
-
- ExportLDIF - Class in org.opends.server.tools
-
This program provides a utility that may be used to export the contents of a
Directory Server backend to an LDIF file.
- ExportLDIF() - Constructor for class org.opends.server.tools.ExportLDIF
-
- ExportLDIFPanel - Class in org.opends.guitools.controlpanel.ui
-
The panel where the user can export the contents of the server to an LDIF file.
- ExportLDIFPanel() - Constructor for class org.opends.guitools.controlpanel.ui.ExportLDIFPanel
-
Default constructor.
- ExportTask - Class in org.opends.server.tasks
-
This class provides an implementation of a Directory Server task that can
be used to export the contents of a Directory Server backend to an LDIF file.
- ExportTask() - Constructor for class org.opends.server.tasks.ExportTask
-
- ExportTaskListener - Interface in org.opends.server.api
-
This interface defines a set of methods that may be used to notify
various Directory Server components whenever an LDIF export task is
about to begin or has just completed.
- EXT_OMR_RELATIVE_TIME_GT_ALT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The alternative name for the relative time greater-than extensible
ordering matching rule.
- EXT_OMR_RELATIVE_TIME_GT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the relative time greater-than extensible ordering matching
rule.
- EXT_OMR_RELATIVE_TIME_GT_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the relative time greater-than extensible ordering matching
rule.
- EXT_OMR_RELATIVE_TIME_LT_ALT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The alternative name for the relative time less-than extensible ordering
matching rule.
- EXT_OMR_RELATIVE_TIME_LT_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the relative time less-than extensible ordering matching
rule.
- EXT_OMR_RELATIVE_TIME_LT_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the relative time less-than extensible ordering matching rule.
- EXT_PARTIAL_DATE_TIME_NAME - Static variable in class org.opends.server.schema.SchemaConstants
-
The name for the partial date and time extensible rule.
- EXT_PARTIAL_DATE_TIME_OID - Static variable in class org.opends.server.schema.SchemaConstants
-
The OID for the partial date and time extensible matching rule.
- ExtendedOperation - Interface in org.opends.server.core
-
This interface defines an extended operation, which can perform virtually any
kind of task.
- ExtendedOperationBasis - Class in org.opends.server.core
-
This class defines an extended operation, which can perform virtually any kind of task.
- ExtendedOperationBasis(ClientConnection, long, int, List<Control>, String, ByteString) - Constructor for class org.opends.server.core.ExtendedOperationBasis
-
Creates a new extended operation with the provided information.
- ExtendedOperationConfigManager - Class in org.opends.server.core
-
This class defines a utility that will be used to manage the set of extended
operation handlers defined in the Directory Server.
- ExtendedOperationConfigManager(ServerContext) - Constructor for class org.opends.server.core.ExtendedOperationConfigManager
-
Creates a new instance of this extended operation config manager.
- ExtendedOperationHandler<T extends ExtendedOperationHandlerCfg> - Class in org.opends.server.api
-
This class defines the set of methods and structures that must be
implemented by a Directory Server module that implements the
functionality required for one or more types of extended
operations.
- ExtendedOperationHandler() - Constructor for class org.opends.server.api.ExtendedOperationHandler
-
Builds an extended operation.
- ExtendedOperationHandler(Set<String>) - Constructor for class org.opends.server.api.ExtendedOperationHandler
-
Builds an extended operation.
- ExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Extended Operation Handler
settings.
- ExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Extended
Operation Handler settings.
- ExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Extended Operation Handler managed
object definition meta information.
- ExtendedOperations - Class in org.forgerock.opendj.examples
-
This command-line client demonstrates use of LDAP extended operations.
- ExtendedOperationWrapper - Class in org.opends.server.core
-
This abstract class wraps/decorates a given extended operation.
- ExtendedOperationWrapper(ExtendedOperation) - Constructor for class org.opends.server.core.ExtendedOperationWrapper
-
Creates a new extended operation wrapper based on the provided extended
operation.
- extendedRequest(int, ExtendedRequest<R>) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- extendedRequest(int, ExtendedRequest<R>) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP extended request message.
- extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
-
- extendedRequest(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- extendedRequest(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- extendedRequest(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Requests that the Directory Server performs the provided extended
request.
- extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Requests that the Directory Server performs the provided extended
request, optionally listening for any intermediate responses.
- extendedRequest(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Requests that the Directory Server performs the provided extended
request.
- extendedRequest(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.Connection
-
Requests that the Directory Server performs the provided extended
request.
- extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Requests that the Directory Server performs the provided extended
request, optionally listening for any intermediate responses.
- extendedRequest(String, ByteString) - Method in interface org.forgerock.opendj.ldap.Connection
-
Requests that the Directory Server performs the provided extended
request.
- ExtendedRequest<S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.requests
-
The Extended operation allows additional operations to be defined for
services not already available in the protocol; for example, to implement an
operation which installs transport layer security (see
StartTLSExtendedRequest).
- ExtendedRequest - Class in org.opends.dsml.protocol
-
Java class for ExtendedRequest complex type.
- ExtendedRequest() - Constructor for class org.opends.dsml.protocol.ExtendedRequest
-
- extendedRequestAsync(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- extendedRequestAsync(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously performs the provided extended request in the Directory
Server.
- extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously performs the provided extended request in the Directory
Server.
- extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
- extendedRequestAsync(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously performs the provided extended request in the Directory
Server.
- extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously performs the provided extended request in the Directory
Server.
- extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Asynchronously performs the provided extended request in the Directory Server.
- extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.opends.server.protocols.http.SdkConnectionAdapter
-
- ExtendedRequestDecoder<R extends ExtendedRequest<S>,S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.requests
-
A factory interface for decoding a generic extended request as an extended
request of specific type.
- ExtendedRequestProtocolOp - Class in org.opends.server.protocols.ldap
-
This class defines the structures and methods for an LDAP extended request
protocol op, which is used to request some special type of processing defined
in an extension to the LDAP protocol.
- ExtendedRequestProtocolOp(String) - Constructor for class org.opends.server.protocols.ldap.ExtendedRequestProtocolOp
-
Creates a new extended request protocol op with the specified OID and no
value.
- ExtendedRequestProtocolOp(String, ByteString) - Constructor for class org.opends.server.protocols.ldap.ExtendedRequestProtocolOp
-
Creates a new extended request protocol op with the specified OID and
value.
- ExtendedResponse - Class in org.opends.dsml.protocol
-
Java class for ExtendedResponse complex type.
- ExtendedResponse() - Constructor for class org.opends.dsml.protocol.ExtendedResponse
-
- ExtendedResponseProtocolOp - Class in org.opends.server.protocols.ldap
-
This class defines the structures and methods for an LDAP extended response
protocol op, which is used to provide information about the result of
processing a extended request.
- ExtendedResponseProtocolOp(int) - Constructor for class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Creates a new extended response protocol op with the provided result code.
- ExtendedResponseProtocolOp(int, LocalizableMessage) - Constructor for class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Creates a new extended response protocol op with the provided result code
and error message.
- ExtendedResponseProtocolOp(int, LocalizableMessage, DN, List<String>) - Constructor for class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Creates a new extended response protocol op with the provided information.
- ExtendedResponseProtocolOp(int, LocalizableMessage, DN, List<String>, String, ByteString) - Constructor for class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Creates a new extended response protocol op with the provided information.
- extendedResult(int, ExtendedResult) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- extendedResult(int, ExtendedResult) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP extended result message.
- ExtendedResult - Interface in org.forgerock.opendj.ldap.responses
-
A Extended result indicates the status of an Extended operation and any
additional information associated with the Extended operation, including the
optional response name and value.
- ExtendedResultDecoder<S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.responses
-
A factory interface for decoding a generic extended result as an extended
result of specific type.
- ExtendedResultLdapPromiseImpl<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.spi
-
Extended result promise implementation.
- extensible(String, String, Object, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new extensible match filter.
- EXTENSIBLE_INDEXER_ID_DEFAULT - Static variable in class org.opends.server.util.ServerConstants
-
The extensible indexer identifier string that will be used for default
type.
- EXTENSIBLE_INDEXER_ID_SHARED - Static variable in class org.opends.server.util.ServerConstants
-
The extensible indexer identifier string that will be used for a shared
type.
- EXTENSIBLE_INDEXER_ID_SUBSTRING - Static variable in class org.opends.server.util.ServerConstants
-
The extensible indexer identifier string that will be used for a substring
type.
- EXTENSIBLE_MATCH_TYPE - Static variable in class org.opends.server.controls.MatchedValuesFilter
-
The BER type associated with the extensibleMatch filter type.
- extensibleMatch - Variable in class org.opends.dsml.protocol.Filter
-
- ExtensionFileFilter - Class in org.opends.quicksetup.util
-
This is a class used to be able to filter on certain type of files
in the File Browser dialog.
- ExtensionFileFilter(String, String) - Constructor for class org.opends.quicksetup.util.ExtensionFileFilter
-
The ExtensionFiter constructor.
- ExtensionMessages - Class in org.opends.messages
-
This file contains localizable message descriptors having the resource
name org.opends.messages.extension.
- ExtensionsConstants - Class in org.opends.server.extensions
-
This class defines a number of constants that may be used by Directory Server
extensions.
- ExtensionsConstants() - Constructor for class org.opends.server.extensions.ExtensionsConstants
-
- EXTERNAL_KEY_WRAPPING_STRATEGY - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
-
An alternative external mechanism for wrapping private and secret keys in the key store.
- ExternalAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying External Access Log Publisher
settings.
- ExternalAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying External Access
Log Publisher settings.
- ExternalAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the External Access Log Publisher managed
object definition meta information.
- ExternalChangelogDomain - Class in org.opends.server.replication.plugin
-
This class specifies the external changelog feature for a replication domain.
- ExternalChangelogDomain(LDAPReplicationDomain, ExternalChangelogDomainCfg) - Constructor for class org.opends.server.replication.plugin.ExternalChangelogDomain
-
Constructor from a provided LDAPReplicationDomain.
- ExternalChangelogDomainCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying External Changelog Domain
settings.
- ExternalChangelogDomainCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying External
Changelog Domain settings.
- ExternalChangelogDomainCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the External Changelog Domain managed
object definition meta information.
- ExternalChangelogRequestControl - Class in org.opends.server.controls
-
This class implements the control used to browse the external changelog.
- ExternalChangelogRequestControl(boolean, MultiDomainServerState) - Constructor for class org.opends.server.controls.ExternalChangelogRequestControl
-
Create a new external change log request control to contain the cookie.
- ExternalHTTPAccessLogPublisherCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying External HTTP Access Log
Publisher settings.
- ExternalHTTPAccessLogPublisherCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying External HTTP
Access Log Publisher settings.
- ExternalHTTPAccessLogPublisherCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the External HTTP Access Log Publisher
managed object definition meta information.
- ExternalKeyWrappingStrategy - Interface in org.forgerock.opendj.security
-
A service provider interface for externalizing the strategy used for wrapping individual private/secret keys.
- ExternalMessages - Class in org.opends.messages
-
This file contains localizable message descriptors having the resource
name org.opends.messages.external.
- ExternalSASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The External SASL bind request as defined in RFC 4422.
- ExternalSASLMechanismHandler - Class in org.opends.server.extensions
-
This class provides an implementation of a SASL mechanism that relies on some
form of authentication that has already been done outside the LDAP layer.
- ExternalSASLMechanismHandler() - Constructor for class org.opends.server.extensions.ExternalSASLMechanismHandler
-
Creates a new instance of this SASL mechanism handler.
- ExternalSASLMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying External SASL Mechanism
Handler settings.
- ExternalSASLMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying External SASL
Mechanism Handler settings.
- ExternalSASLMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the External SASL Mechanism Handler
managed object definition meta information.
- ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "certificate-validation-policy" property.
- ExtOp - Class in org.opends.server.authorization.dseecompat
-
This class represents an ACI's extop keyword rule.
- EXTRA_DIALOG_HEIGHT - Static variable in class org.opends.quicksetup.ui.UIFactory
-
Specifies the number of extra points that we add to the minimum size of the dialog.
- extract(File) - Method in class org.opends.quicksetup.util.ZipExtractor
-
Performs the zip extraction.
- extractArchiveForSetup(File) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
-
Extracts the provided archive to the appropriate root directory of the server.
- extractZipArchive(File, File, List<String>, List<String>) - Static method in class org.opends.server.util.StaticUtils
-
Extracts the provided zip archive to the provided target directory.
- extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
- extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
- extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
- extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
- extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
- extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
- extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
- extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
- gauge32Value(long) - Static method in class org.opends.server.snmp.SNMPMonitor
-
Latcher for SNMP Gauge32.
- gauge32Value(Long) - Static method in class org.opends.server.snmp.SNMPMonitor
-
Latcher for SNMP Gauge32.
- GeneralizedTime - Class in org.forgerock.opendj.ldap
-
An LDAP generalized time as defined in RFC 4517.
- GeneralizedTimeEqualityMatchingRule - Class in org.opends.server.schema
-
- GeneralizedTimeEqualityMatchingRule() - Constructor for class org.opends.server.schema.GeneralizedTimeEqualityMatchingRule
-
Deprecated.
- GeneralizedTimeOrderingMatchingRule - Class in org.opends.server.schema
-
- GeneralizedTimeOrderingMatchingRule() - Constructor for class org.opends.server.schema.GeneralizedTimeOrderingMatchingRule
-
Deprecated.
- GeneralizedTimeSyntax - Class in org.opends.server.schema
-
This class defines the generalized time attribute syntax, which is a way of
representing time in a form like "YYYYMMDDhhmmssZ".
- GeneralizedTimeSyntax() - Constructor for class org.opends.server.schema.GeneralizedTimeSyntax
-
- GeneralMonitoringTreeNode - Class in org.opends.guitools.controlpanel.ui.nodes
-
Abstract class with some common methods for all the nodes in the 'General Information' tree.
- GeneralMonitoringTreeNode(String, Object, boolean) - Constructor for class org.opends.guitools.controlpanel.ui.nodes.GeneralMonitoringTreeNode
-
Constructor of the node.
- generateAccountStatusNotification(AccountStatusNotificationType, Entry, LocalizableMessage, Map<AccountStatusNotificationProperty, List<String>>) - Method in class org.opends.server.core.PasswordPolicyState
-
Generates an account status notification for this user.
- GenerateConfigMojo - Class in org.forgerock.opendj.maven
-
Generate configuration classes from XML definition files for OpenDJ server.
- GenerateConfigMojo() - Constructor for class org.forgerock.opendj.maven.GenerateConfigMojo
-
- GenerateConfigurationReferenceMojo - Class in org.forgerock.opendj.maven.doc
-
Generates the configuration reference, a set of HTML documents describing the server configuration.
- GenerateConfigurationReferenceMojo() - Constructor for class org.forgerock.opendj.maven.doc.GenerateConfigurationReferenceMojo
-
- generateFakeOperations(Entry) - Static method in class org.opends.server.replication.plugin.EntryHistorical
-
Use this historical information to generate fake operations that would
result in this historical information.
- GenerateGlobalAcisTableMojo - Class in org.forgerock.opendj.maven.doc
-
Generates documentation source table listing global ACIs.
- GenerateGlobalAcisTableMojo() - Constructor for class org.forgerock.opendj.maven.doc.GenerateGlobalAcisTableMojo
-
- generateLDIF(EntryWriter) - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Generates the LDIF content and writes it to the provided LDIF writer.
- generateLine(TemplateEntry) - Method in class org.opends.server.tools.makeldif.TemplateLine
-
Generates the content for this template line and places it in the provided
template entry.
- GenerateManifestClassPathMojo - Class in org.forgerock.opendj.maven
-
Generate a class path suitable for the Class-Path header of a Manifest file,
allowing to filter on included jars, using excludes/includes properties.
- GenerateManifestClassPathMojo() - Constructor for class org.forgerock.opendj.maven.GenerateManifestClassPathMojo
-
- generateMessage() - Method in class org.opends.server.replication.plugin.FakeAddOperation
-
- generateMessage() - Method in class org.opends.server.replication.plugin.FakeDelOperation
-
Generate a ReplicationMsg from this fake operation.
- generateMessage() - Method in class org.opends.server.replication.plugin.FakeModdnOperation
-
Generate a ReplicationMsg from this fake operation.
- generateMessage() - Method in class org.opends.server.replication.plugin.FakeModifyOperation
-
Generate a ReplicationMsg from this fake operation.
- generateMessage() - Method in class org.opends.server.replication.plugin.FakeOperation
-
Generate a ReplicationMsg from this fake operation.
- GenerateMessageFileMojo - Class in org.forgerock.opendj.maven.doc
-
Generates an XML file of log messages found in properties files.
- GenerateMessageFileMojo() - Constructor for class org.forgerock.opendj.maven.doc.GenerateMessageFileMojo
-
- generateMsg(PostOperationOperation) - Static method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Generates an Update message with the provided information.
- generateMsg(byte[], short) - Static method in class org.opends.server.replication.protocol.ReplicationMsg
-
Generates a ReplicationMsg from its encoded form.
- generatePassword(Entry) - Method in class org.opends.server.api.PasswordGenerator
-
Generates a password for the user whose account is contained in
the specified entry.
- generatePassword() - Method in class org.opends.server.core.PasswordPolicyState
-
Generates a new password for the user.
- generatePassword(Entry) - Method in class org.opends.server.extensions.RandomPasswordGenerator
-
Generates a password for the user whose account is contained in the
specified entry.
- GenerateRefEntriesMojo - Class in org.forgerock.opendj.maven.doc
-
Generate DocBook RefEntry source documents for command-line tools man pages.
- GenerateRefEntriesMojo() - Constructor for class org.forgerock.opendj.maven.doc.GenerateRefEntriesMojo
-
- GenerateRefEntriesMojo.Mode - Enum in org.forgerock.opendj.maven.doc
-
Represents the execution mode of this plugin.
- GenerateResultCodeDocMojo - Class in org.forgerock.opendj.maven.doc
-
Generates documentation source for LDAP result codes based on
org.forgerock.opendj.ldap.ResultCode.
- GenerateResultCodeDocMojo() - Constructor for class org.forgerock.opendj.maven.doc.GenerateResultCodeDocMojo
-
- GenerateSchemaDocMojo - Class in org.forgerock.opendj.maven.doc
-
Generate schema-related reference documentation sources.
- GenerateSchemaDocMojo() - Constructor for class org.forgerock.opendj.maven.doc.GenerateSchemaDocMojo
-
- generateSelfSignedArgument() - Static method in class com.forgerock.opendj.cli.CommonArguments
-
Returns the "generate self certificate" boolean argument.
- generateSelfSignedCertificate(Platform.KeyType, String, String, int) - Method in class org.opends.server.util.CertificateManager
-
Generates a self-signed certificate using the provided information.
- generateSelfSignedCertificate(KeyStore, String, String, Platform.KeyType, String, char[], String, int) - Static method in class org.opends.server.util.Platform
-
Generate a self-signed certificate using the specified alias, dn string and
validity period.
- generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.NotificationMessageNotificationMessageTemplateElement
-
- generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.NotificationMessageTemplateElement
-
Generates a value for this template element using the information contained
in the provided account status notification and appends it to the given
buffer.
- generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.NotificationPropertyNotificationMessageTemplateElement
-
- generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.NotificationTypeNotificationMessageTemplateElement
-
- generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.TextNotificationMessageTemplateElement
-
- generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.UserAttributeNotificationMessageTemplateElement
-
- generateValue(LocalizableMessageBuilder, AccountStatusNotification) - Method in class org.opends.server.extensions.UserDNNotificationMessageTemplateElement
-
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.AttributeValueTag
-
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.DNTag
-
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.FileTag
-
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.FirstNameTag
-
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.GUIDTag
-
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.IfAbsentTag
-
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.IfPresentTag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.LastNameTag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.ListTag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.ParentDNTag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.PresenceTag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.RandomTag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.RDNTag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.SequentialTag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.StaticTextTag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.Tag
-
Generates the content for this tag by appending it to the provided tag.
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.UnderscoreDNTag
-
- generateValue(TemplateEntry, TemplateValue) - Method in class org.opends.server.tools.makeldif.UnderscoreParentDNTag
-
- generationId - Variable in class org.opends.server.replication.protocol.StartMsg
-
Generation id of data set we want to work with.
- generationId - Variable in class org.opends.server.replication.server.ServerHandler
-
Remote generation id.
- generationId - Variable in class org.opends.server.replication.service.ReplicationDomain
-
The generationId for this replication domain.
- GenerationIdChecksum - Class in org.opends.server.replication.plugin
-
This class computes the generation id used for a replication domain.
- GenerationIdChecksum() - Constructor for class org.opends.server.replication.plugin.GenerationIdChecksum
-
- GENERIC_TYPE - Static variable in class org.forgerock.opendj.config.dsconfig.DSConfig
-
The type name which will be used for the most generic managed object types when they are instantiable and not
intended for customization.
- GenericBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
A generic Bind request which should be used for unsupported authentication
methods.
- GenericConstraint - Class in org.forgerock.opendj.config
-
A generic constraint which comprises of an underlying condition and a
description.
- GenericConstraint(AbstractManagedObjectDefinition<?, ?>, int, Condition) - Constructor for class org.forgerock.opendj.config.GenericConstraint
-
Creates a new generic constraint.
- GenericControl - Class in org.forgerock.opendj.ldap.controls
-
A generic control which can be used to represent arbitrary raw request and
response controls.
- GenericDialog - Class in org.opends.guitools.controlpanel.ui
-
The generic dialog of the Control Panel.
- GenericDialog(JFrame, StatusGenericPanel) - Constructor for class org.opends.guitools.controlpanel.ui.GenericDialog
-
Constructor of the dialog.
- GenericDialog.ButtonType - Enum in org.opends.guitools.controlpanel.ui
-
The different combinations of buttons that the dialog can have.
- GenericExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
-
A generic Extended request which should be used for unsupported extended
operations.
- GenericExtendedResult - Interface in org.forgerock.opendj.ldap.responses
-
A Generic Extended result indicates the final status of an Generic Extended
operation.
- GenericFrame - Class in org.opends.guitools.controlpanel.ui
-
The generic frame of the Control Panel.
- GenericFrame(StatusGenericPanel) - Constructor for class org.opends.guitools.controlpanel.ui.GenericFrame
-
Constructor of the frame.
- GenericIntermediateResponse - Interface in org.forgerock.opendj.ldap.responses
-
A Generic Intermediate response provides a mechanism for communicating
unrecognized or unsupported Intermediate responses to the client.
- GenericMenuBar - Class in org.opends.guitools.controlpanel.ui
-
An abstract class that the different menu bars in the Control Panel extend.
- GenericMenuBar(ControlPanelInfo) - Constructor for class org.opends.guitools.controlpanel.ui.GenericMenuBar
-
Constructor of the menu bar.
- gensalt(int, SecureRandom) - Static method in class org.opends.server.extensions.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method.
- gensalt(int) - Static method in class org.opends.server.extensions.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method.
- gensalt() - Static method in class org.opends.server.extensions.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing
rounds to apply.
- get() - Method in enum com.forgerock.opendj.cli.ReturnCode
-
Get the corresponding return code value.
- get(int) - Static method in enum com.forgerock.opendj.cli.ReturnCode
-
Retrieves a string representation of the return code.
- get() - Method in class com.forgerock.opendj.util.ReferenceCountedObject.Reference
-
Returns the referenced object.
- get(Object) - Method in class com.forgerock.opendj.util.SmallSet
-
Returns the element in this small set that is equal to the provided element.
- get(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns the named entry contained in this memory backend, or null
if it does not exist.
- get(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns the named entry contained in this memory backend, or null
if it does not exist.
- get(String) - Method in interface org.forgerock.opendj.security.KeyStoreObjectCache
-
Returns the named key store object from the cache if present, or null if the object is not present or
has been removed.
- get(AttachmentHolder) - Method in class org.forgerock.opendj.server.core.Attachment
-
- get(int) - Method in class org.opends.guitools.controlpanel.datamodel.BackupTableModel
-
Gets the BackupDescriptor in a given row.
- get(int) - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
Gets the TaskDescriptor in a given row.
- get(Object) - Method in class org.opends.server.api.DITCacheMap
-
- get(DN) - Method in class org.opends.server.core.AuthenticatedUsers
-
Retrieves the set of client connections authenticated as the specified
user.
- get(long, Object) - Method in class org.opends.server.snmp.DsApplIfOpsEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.opends.server.snmp.DsApplIfOpsEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class org.opends.server.snmp.DsApplIfOpsTableMeta
-
- get(long, Object) - Method in class org.opends.server.snmp.DsIntEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.opends.server.snmp.DsIntEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class org.opends.server.snmp.DsIntTableMeta
-
- get(long, Object) - Method in class org.opends.server.snmp.DsMIBMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.opends.server.snmp.DsMIBMeta
-
- get(long, Object) - Method in class org.opends.server.snmp.DsTableEntryMeta
-
Get the value of a scalar variable
- get(SnmpMibSubRequest, int) - Method in class org.opends.server.snmp.DsTableEntryMeta
-
- get(SnmpMibSubRequest, SnmpOid, int) - Method in class org.opends.server.snmp.DsTableMeta
-
- getAbandonID() - Method in class org.opends.dsml.protocol.AbandonRequest
-
Gets the value of the abandonID property.
- getAbandonRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as an abandon request
protocol op.
- getAbandonRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of abandon requests that have been received.
- getAcceptBacklog() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "accept-backlog" property.
- getAcceptBacklog() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "accept-backlog" property.
- getAcceptBacklog() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "accept-backlog" property.
- getAcceptBacklog() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "accept-backlog" property.
- getAcceptBacklogPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "accept-backlog" property definition.
- getAcceptBacklogPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "accept-backlog" property definition.
- getAcceptedIssuers() - Method in class com.forgerock.opendj.cli.PromptingTrustManager
-
- getAcceptedIssuers() - Method in class org.opends.admin.ads.util.ApplicationTrustManager
-
- getAcceptedIssuers() - Method in class org.opends.admin.ads.util.BlindTrustManager
-
- getAcceptedIssuers() - Method in class org.opends.guitools.controlpanel.util.BlindApplicationTrustManager
-
- getAcceptedIssuers() - Method in class org.opends.server.extensions.BlindTrustManagerProvider
-
Retrieves the set of certificate authority certificates which are trusted
for authenticating peers.
- getAcceptedIssuers() - Method in class org.opends.server.tools.PromptTrustManager
-
Retrieves the set of certificate authority certificates which are trusted
for authenticating peers.
- getAcceptedIssuers() - Method in class org.opends.server.util.ExpirationCheckTrustManager
-
Retrieves the set of CA certificates which are trusted for authenticating
peers.
- getAccessControlHandler() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the Access Control Handler.
- getAccessControlHandler() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the Access Control Handler.
- getAccessControlHandler() - Method in class org.opends.server.core.AccessControlConfigManager
-
Get the active access control handler.
- getAccessControlHandlerRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "access-control-handler" relation definition.
- getAccessLogFilteringCriteria(String) - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
-
Gets the named Access Log Filtering Criteria.
- getAccessLogFilteringCriteria(String) - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
-
Gets the named Access Log Filtering Criteria.
- getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Get the "access-log-filtering-criteria" relation definition.
- getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "access-log-filtering-criteria" relation definition.
- getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Get the "access-log-filtering-criteria" relation definition.
- getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "access-log-filtering-criteria" relation definition.
- getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "access-log-filtering-criteria" relation definition.
- getAccessLogFilteringCriteriaRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "access-log-filtering-criteria" relation definition.
- getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2AuthorizationMechanismCfgDefn
-
Get the "access-token-cache-enabled" property definition.
- getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Get the "access-token-cache-enabled" property definition.
- getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Get the "access-token-cache-enabled" property definition.
- getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "access-token-cache-enabled" property definition.
- getAccessTokenCacheEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "access-token-cache-enabled" property definition.
- getAccessTokenCacheExpiration() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2AuthorizationMechanismCfgClient
-
Gets the "access-token-cache-expiration" property.
- getAccessTokenCacheExpiration() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2AuthorizationMechanismCfg
-
Gets the "access-token-cache-expiration" property.
- getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2AuthorizationMechanismCfgDefn
-
Get the "access-token-cache-expiration" property definition.
- getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Get the "access-token-cache-expiration" property definition.
- getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Get the "access-token-cache-expiration" property definition.
- getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "access-token-cache-expiration" property definition.
- getAccessTokenCacheExpirationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "access-token-cache-expiration" property definition.
- getAccessTokenDirectory() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2FileAuthorizationMechanismCfgClient
-
Gets the "access-token-directory" property.
- getAccessTokenDirectory() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2FileAuthorizationMechanismCfg
-
Gets the "access-token-directory" property.
- getAccessTokenDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Get the "access-token-directory" property definition.
- getAccountExpirationTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the time at which the user's account will expire.
- getAccountStatusNotificationHandler() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "account-status-notification-handler" property.
- getAccountStatusNotificationHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Account Status Notification Handler.
- getAccountStatusNotificationHandler() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "account-status-notification-handler" property.
- getAccountStatusNotificationHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Account Status Notification Handler.
- getAccountStatusNotificationHandler(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the account status notification handler with the specified
configuration entry DN.
- getAccountStatusNotificationHandlerDNs() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "account-status-notification-handler" property as a set
of DNs.
- getAccountStatusNotificationHandlerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "account-status-notification-handler" property definition.
- getAccountStatusNotificationHandlers() - Method in class org.opends.server.core.PasswordPolicy
-
Retrieves the set of account status notification handlers that should be
used with this password policy.
- getAccountStatusNotificationHandlers() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getAccountStatusNotificationHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "account-status-notification-handlers" relation definition.
- getAccountStatusNotificationType() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogAccountStatusNotificationHandlerCfgClient
-
Gets the "account-status-notification-type" property.
- getAccountStatusNotificationType() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
-
Gets the "account-status-notification-type" property.
- getAccountStatusNotificationTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
-
Get the "account-status-notification-type" property definition.
- getActionObject() - Method in class org.opends.guitools.controlpanel.ui.components.ActionButton
-
Returns the action associated with this button.
- getActions() - Method in class org.opends.guitools.controlpanel.datamodel.Category
-
Returns the actions associated with this category.
- getActiveValues() - Method in interface org.forgerock.opendj.config.client.spi.Property
-
Get an immutable set view of this property's active values.
- getActualRootBindDN(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the real entry DN for the root user with the provided alternate
bind DN.
- getActualStartTime() - Method in class org.opends.server.backends.task.Task
-
Retrieves the time that this task actually started running, if it has
started.
- getActualStartTime() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the human-friendly start time.
- GetADChangeNotifications - Class in org.forgerock.opendj.examples
-
- getAdditionalArguments() - Method in class org.opends.quicksetup.JavaArguments
-
Returns the additional arguments to be used when executing the
command-line.
- getAdditionalAuthParams() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns a map containing the provided additional authentication
parameters to be passed to the underlying mechanism implementation.
- getAdditionalAuthParams() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns a map containing the provided additional authentication
parameters to be passed to the underlying mechanism implementation.
- getAdditionalLogItems() - Method in class org.opends.server.core.OperationWrapper
-
- getAdditionalLogItems() - Method in class org.opends.server.types.AbstractOperation
-
- getAdditionalLogItems() - Method in interface org.opends.server.types.Operation
-
Returns an unmodifiable list containing the additional log items for this
operation, which should be written to the log but not included in the
response to the client.
- getAdditionalLogItems() - Method in interface org.opends.server.types.operation.InProgressOperation
-
Returns an unmodifiable list containing the additional log items for this
operation, which should be written to the log but not included in the
response to the client.
- getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PostOperationOperation
-
Returns an unmodifiable list containing the additional log items for this
operation, which should be written to the log but not included in the
response to the client.
- getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PostResponseOperation
-
Returns an unmodifiable list containing the additional log items for this
operation, which should be written to the log but not included in the
response to the client.
- getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
-
Returns an unmodifiable list containing the additional log items for this
operation, which should be written to the log but not included in the
response to the client.
- getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PreOperationOperation
-
Returns an unmodifiable list containing the additional log items for this
operation, which should be written to the log but not included in the
response to the client.
- getAdditionalLogItems() - Method in interface org.opends.server.types.operation.PreParseOperation
-
Returns an unmodifiable list containing the additional log items for this
operation, which should be written to the log but not included in the
response to the client.
- getAddListeners(DN) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
-
Retrieves the add listeners that have been registered with the provided
DN.
- getAddListeners(DN) - Method in class org.opends.server.config.ConfigurationHandler
-
- getAddMissingRDNAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "add-missing-rdn-attributes" property definition.
- getAddRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as an add request protocol
op.
- getAddRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of add requests that have been received.
- getAddResponseProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as an add response protocol
op.
- getAddResponses() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of add responses that have been sent.
- getAddresses() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerDescriptor
-
Returns the address port representation of the listener.
- getAdminConnection(ControlPanelInfo, DN, String) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the connection to connect to the administration connector
of the server using the information in the ControlCenterInfo object (which
provides the host and administration connector port to be used) and some
LDAP credentials.
- getAdminConnector() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the admin connector.
- getAdminConnector() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the admin connector.
- getAdminConnectorHostPort() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the HostPort to access this server using the administration connector.
- getAdminConnectorHostPort() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Gets the Administration Connector HostPort based in what is read in the
configuration.
- getAdminConnectorPort() - Method in class org.opends.quicksetup.Configuration
-
Provides the administration port as is specified in the config.ldif file.
- getAdminConnectorPort() - Method in class org.opends.quicksetup.UserData
-
Returns the admin connector port.
- getAdministrationConnector() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the Administration Connector.
- getAdministrationConnector() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the Administration Connector.
- getAdministrationConnectorRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "administration-connector" relation definition.
- getAdministrationSuffixDN() - Static method in class org.opends.admin.ads.ADSContext
-
Returns the DN of the suffix that contains the administration data.
- getAdministrativeUsers() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Return the administrative users.
- getAdministrativeUsers() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the Administrative User DNs found in the config.ldif.
- getAdministratorAction() - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Get the administrator action associated with this property definition.
- getAdministratorContainerDN() - Static method in class org.opends.admin.ads.ADSContext
-
Returns the parent entry of the administrator entries.
- getAdministratorDN(String) - Static method in class com.forgerock.opendj.cli.Utils
-
Returns the DN of the global administrator for a given UID.
- getAdministratorDN(String) - Static method in class org.opends.admin.ads.ADSContext
-
Returns the DN of the administrator for a given UID.
- getAdministratorPwd() - Method in class org.opends.guitools.uninstaller.ui.LoginDialog
-
Returns the Administrator password provided by the user.
- getAdministratorUid() - Method in class org.opends.guitools.uninstaller.ui.LoginDialog
-
Returns the Administrator UID provided by the user.
- getAdministratorUID() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Get the admin UID which has to be used for the command.
- getAdministratorUID() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliParser
-
Returns the Administrator UID provided in the command-line.
- getAdministratorUID() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the Administrator UID explicitly provided in the command-line.
- getAdministratorUID() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Gets the administrator UID name that should be used for connections based
on this interaction.
- getAdministratorUIDOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the default Administrator UID value.
- getAdminPassword() - Method in class org.openidentityplatform.opendj.embedded.Config
-
- getAdminPort() - Method in class org.openidentityplatform.opendj.embedded.Config
-
- getAdminPortFromConfig() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Returns the admin port from the configuration.
- getAdminPwd() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns the administrator password provided by the user.
- getAdminPwd() - Method in class org.opends.server.tools.dsreplication.ReplicationUserData
-
Returns the Global Administrator password.
- getAdminUID() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns the administrator UID provided by the user.
- getAdminUid() - Method in class org.opends.server.tools.dsreplication.ReplicationUserData
-
Returns the Global Administrator UID.
- getAdminUidArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'adminUID' global argument.
- getAdsContext() - Method in class org.opends.admin.ads.TopologyCache
-
Returns the adsContext used by this TopologyCache.
- getAdsProperties() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns a Map containing the ADS properties of the server.
- getAffinityValue() - Method in class com.forgerock.opendj.ldap.controls.AffinityControl
-
Returns the affinity value.
- getAfterCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the number of entries after the target entry to be included in
the search results.
- getAfterCount() - Method in class org.opends.server.controls.VLVRequestControl
-
Retrieves the number of entries after the target offset or assertion value
to include in the results page.
- getAgeOfOldestMissingChange() - Method in class org.opends.admin.ads.ReplicaDescriptor
-
Returns the age of the oldest missing change.
- getAgeOfOldestMissingChange() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNDescriptor
-
Returns the age of the oldest missing change in seconds in the
replication topology for this base DN.
- getAggregationPropertyDefinition(String) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the specified aggregation property definition associated with this
type of managed object.The search will include any inherited aggregation
property definitions.
- getAggregationPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the aggregation property definitions defined by this managed object
definition.
- getAlertGenerators() - Method in class org.opends.server.config.JMXMBean
-
Retrieves the set of alert generators for this JMX MBean.
- getAlertHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Alert Handler.
- getAlertHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Alert Handler.
- getAlertHandlerConfiguration() - Method in interface org.opends.server.api.AlertHandler
-
Retrieves the current configuration for this alert handler.
- getAlertHandlerConfiguration() - Method in class org.opends.server.extensions.JMXAlertHandler
-
- getAlertHandlerConfiguration() - Method in class org.opends.server.extensions.SMTPAlertHandler
-
- getAlertHandlers() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of alert handlers that have been registered with the
Directory Server.
- getAlertHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "alert-handlers" relation definition.
- getAlerts() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Retrieves information about the set of alerts that this generator may produce.
- getAlerts() - Method in interface org.opends.server.api.AlertGenerator
-
Retrieves information about the set of alerts that this generator
may produce.
- getAlerts() - Method in class org.opends.server.authorization.dseecompat.AciListenerManager
-
Retrieves information about the set of alerts that this generator
may produce.
- getAlerts() - Method in class org.opends.server.backends.LDIFBackend
-
- getAlerts() - Method in class org.opends.server.backends.SchemaBackend
-
- getAlerts() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves information about the set of alerts that this generator may
produce.
- getAlerts() - Method in class org.opends.server.config.ConfigurationHandler
-
- getAlerts() - Method in class org.opends.server.core.AccessControlConfigManager
-
- getAlerts() - Method in class org.opends.server.core.DirectoryServer
-
Retrieves information about the set of alerts that this generator may
produce.
- getAlerts() - Method in class org.opends.server.extensions.DiskSpaceMonitor
-
- getAlerts() - Method in class org.opends.server.plugins.UniqueAttributePlugin
-
- getAlerts() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getAlerts() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves information about the set of alerts that this generator may
produce.
- getAlerts() - Method in class org.opends.server.protocols.LDIFConnectionHandler
-
- getAlerts() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
-
- getAlerts() - Method in class org.opends.server.snmp.SNMPConnectionHandler
-
Retrieves information about the set of alerts that this generator
may produce.
- getAlias() - Method in class org.forgerock.opendj.security.KeyStoreObject
-
Returns the alias associated with this key store object.
- getAliasedDN() - Method in class org.opends.server.types.Entry
-
Retrieves the DN of the entry referenced by this alias entry.
- getAliasedObjectNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the aliasedObjectName Attribute Type
which has the OID 2.5.4.1.
- getAliases(AttributeType) - Method in class org.opends.guitools.controlpanel.ui.SchemaElementPanel
-
Returns the list of aliases for the provided attribute.
- getAliases(ObjectClass) - Method in class org.opends.guitools.controlpanel.ui.SchemaElementPanel
-
Returns the list of aliases for the provided object class.
- getAliasesToUse() - Method in class org.opends.quicksetup.SecurityOptions
-
Returns the alias of the certificate in the key store to be used.
- getAliasObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the alias Object Class
which has the OID 2.5.6.1.
- getAll() - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns a collection containing all of the entries in this memory
backend.
- getAllAggregationPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get all the aggregation property definitions associated with this type of
managed object.
- getAllAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAllAttributes(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAllAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns an Iterable containing all of the attributes in this
entry.
- getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns an Iterable containing all the attributes in this entry
having an attribute description which is a sub-type of the provided
attribute description.
- getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns an Iterable containing all the attributes in this entry
having an attribute description which is a sub-type of the provided
attribute description.
- getAllAttributes() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAllAttributes() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAllAttributes() - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
Returns the set of attributes ordered.
- getAllAttributes() - Method in class org.opends.server.api.CompressedSchema
-
Returns a view of the encoded attributes in this compressed schema which can be used for saving
the entire content to disk.
- getAllAttributes() - Method in class org.opends.server.types.Entry
-
Returns an Iterable containing all of the attributes in this entry,
excluding the objectClass attribute.
- getAllAttributes(AttributeType) - Method in class org.opends.server.types.Entry
-
Retrieves the requested attribute element(s) for the specified
attribute type.
- getAllAttributes(AttributeType, boolean) - Method in class org.opends.server.types.Entry
-
Retrieves the requested attribute element(s) for the specified
attribute type.
- getAllAttributes(String) - Method in class org.opends.server.types.Entry
-
Retrieves the requested attribute element(s) for the attribute
with the specified name or OID.
- getAllAttributes(AttributeDescription) - Method in class org.opends.server.types.Entry
-
Retrieves the requested attribute element(s) for the specified
attribute description.
- getAllBackends() - Method in class org.opends.server.core.BackendConfigManager
-
Returns the set of all backends.
- getAllChildren() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get all the child managed object definitions which inherit from this
managed object definition.
- getAllConstraints() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get all the constraints associated with this type of managed object.
- getAllInstances() - Static method in class org.opends.server.replication.server.ReplicationServer
-
Get the list of every replication servers instantiated in the current VM.
- getAllObjectClasses() - Method in class org.opends.server.api.CompressedSchema
-
Returns a view of the encoded object classes in this compressed schema which can be used for
saving the entire content to disk.
- getAllowAttributeNameExceptionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "allow-attribute-name-exceptions" property definition.
- getAllowAttributeTypesWithNoSupOrSyntaxPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "allow-attribute-types-with-no-sup-or-syntax" property definition.
- getAllowedClient() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
-
Gets the "allowed-client" property.
- getAllowedClient() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
-
Gets the "allowed-client" property.
- getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
-
Get the "allowed-client" property definition.
- getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "allowed-client" property definition.
- getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "allowed-client" property definition.
- getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "allowed-client" property definition.
- getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Get the "allowed-client" property definition.
- getAllowedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "allowed-client" property definition.
- getAllowedManager() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "allowed-manager" property.
- getAllowedManager() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "allowed-manager" property.
- getAllowedManagerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "allowed-manager" property definition.
- getAllowedTask() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "allowed-task" property.
- getAllowedTask() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "allowed-task" property.
- getAllowedTaskPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "allowed-task" property definition.
- getAllowedTasks() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves a set containing the names of the allowed tasks that may be
invoked in the server.
- getAllowedUser() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "allowed-user" property.
- getAllowedUser() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "allowed-user" property.
- getAllowedUserPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "allowed-user" property definition.
- getAllowExpiredPasswordChangesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "allow-expired-password-changes" property definition.
- getAllowLDAPV2PropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "allow-ldap-v2" property definition.
- getAllowList() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Get the list allow ACIs.
- getAllowMultiplePasswordValuesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "allow-multiple-password-values" property definition.
- getAllowPreEncodedPasswordsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "allow-pre-encoded-passwords" property definition.
- getAllowRetrievingMembershipPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the "allow-retrieving-membership" property definition.
- getAllowStartTLSPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "allow-start-tls" property definition.
- getAllowTCPReuseAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "allow-tcp-reuse-address" property definition.
- getAllowTCPReuseAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "allow-tcp-reuse-address" property definition.
- getAllowUnclassifiedCharactersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Get the "allow-unclassified-characters" property definition.
- getAllowUserPasswordChangesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "allow-user-password-changes" property definition.
- getAllowZeroLengthValuesDirectoryStringPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "allow-zero-length-values-directory-string" property definition.
- getAllPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get all the property definitions associated with this type of managed
object.
- getAllRelationDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get all the relation definitions associated with this type of managed
object.
- getAllReverseAggregationPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get all the aggregation property definitions which refer to this managed
object definition.
- getAllReverseRelationDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get all the relation definitions which refer to this managed object
definition.
- getAllTags() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get all the tags associated with this type of managed object.
- getAltAuthenticationEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Get the "alt-authentication-enabled" property definition.
- getAlternateBindDN() - Method in interface org.forgerock.opendj.server.config.client.RootDNUserCfgClient
-
Gets the "alternate-bind-dn" property.
- getAlternateBindDN() - Method in interface org.forgerock.opendj.server.config.server.RootDNUserCfg
-
Gets the "alternate-bind-dn" property.
- getAlternateBindDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootDNUserCfgDefn
-
Get the "alternate-bind-dn" property definition.
- getAlternativeServers() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of URIs referring to alternative Directory
Servers that may be contacted when the Directory Server becomes
unavailable.
- getAltPasswordHeader() - Method in interface org.forgerock.opendj.server.config.client.HTTPBasicAuthorizationMechanismCfgClient
-
Gets the "alt-password-header" property.
- getAltPasswordHeader() - Method in interface org.forgerock.opendj.server.config.server.HTTPBasicAuthorizationMechanismCfg
-
Gets the "alt-password-header" property.
- getAltPasswordHeaderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Get the "alt-password-header" property definition.
- getAltServerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the altServer Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.6.
- getAltUsernameHeader() - Method in interface org.forgerock.opendj.server.config.client.HTTPBasicAuthorizationMechanismCfgClient
-
Gets the "alt-username-header" property.
- getAltUsernameHeader() - Method in interface org.forgerock.opendj.server.config.server.HTTPBasicAuthorizationMechanismCfg
-
Gets the "alt-username-header" property.
- getAltUsernameHeaderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Get the "alt-username-header" property definition.
- getAnd() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the and property.
- getAny() - Method in class org.opends.dsml.protocol.ErrorResponse.Detail
-
Gets the value of the any property.
- getAny() - Method in class org.opends.dsml.protocol.SubstringFilter
-
Gets the value of the any property.
- getAppendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "append" property definition.
- getAppendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "append" property definition.
- getAppendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "append" property definition.
- getAppendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "append" property definition.
- getAppendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "append" property definition.
- getApplication() - Method in class org.forgerock.opendj.maven.doc.CommandLineTool
-
Returns the tool class.
- getApplicationErrorStream() - Method in class org.opends.quicksetup.Application
-
Returns the error stream to be used by the application when launching
command lines.
- getApplicationException() - Method in class org.opends.quicksetup.installer.Installer
-
Returns the exception from the run() method, if any.
- getApplicationOutputStream() - Method in class org.opends.quicksetup.Application
-
Returns the output stream to be used by the application when launching
command lines.
- getApplicationProcessObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the applicationProcess Object Class
which has the OID 2.5.6.11.
- getApplIndex() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "ApplIndex" variable.
- getApplIndex() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "ApplIndex" variable.
- getApplIndex() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "ApplIndex" variable.
- getApplIndex() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "ApplIndex" variable.
- getApplIndex() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "ApplIndex" variable.
- getApplIndex() - Method in class org.opends.server.snmp.DsTableEntry
-
Getter for the "ApplIndex" variable.
- getApplIndex() - Method in interface org.opends.server.snmp.DsTableEntryMBean
-
Getter for the "ApplIndex" variable.
- getApproval() - Static method in class org.opends.quicksetup.LicenseFile
-
Get the license approval status.
- getApproxFirstMissingDate() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the age of the older change that has not yet been replicated
to the server handled by this ServerHandler.
- getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the matching rule that should be used for approximate matching
with this attribute type.
- getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the default approximate matching rule that will be used for
attributes with this syntax.
- getApproximateMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the default approximate matching rule that will be used for
attributes with this syntax.
- getApproximateMatchingRule() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the approximate matching rule that should be used for this
matched values filter.
- getApproxMatch() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the approxMatch property.
- getArg() - Method in class org.opends.guitools.controlpanel.browser.BasicNodeError
-
Returns the argument of the exception.
- getArgument(Character) - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the subcommand argument with the specified short identifier.
- getArgument(String) - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the subcommand argument with the specified long identifier.
- getArgumentAdditionalInfo(SubCommand, Argument, String) - Method in interface com.forgerock.opendj.cli.SubCommandUsageHandler
-
Returns additional information for the provided sub-command argument.
- getArgumentForLongID(String) - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Retrieves the argument with the specified long identifier.
- getArgumentForLongIdentifier(String) - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the subcommand argument with the specified long identifier.
- getArgumentList() - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Retrieves the list of all arguments that have been defined for this
argument parser.
- getArgumentParser() - Method in class org.opends.guitools.uninstaller.UninstallLauncher
-
- getArgumentParser() - Method in class org.opends.quicksetup.installer.SetupLauncher
-
- getArgumentParser() - Method in class org.opends.quicksetup.Launcher
-
Gets an argument parser appropriate for this CLI launcher.
- getArguments() - Method in class com.forgerock.opendj.cli.CommandBuilder
-
Returns the list of arguments.
- getArguments() - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the set of arguments for this subcommand.
- getArguments() - Method in class org.opends.quicksetup.Launcher
-
Gets the arguments with which this launcher was invoked.
- getArguments() - Method in class org.opends.server.admin.client.cli.TaskScheduleArgs
-
Returns all the task schedule related arguments.
- getArguments() - Method in class org.opends.server.util.cli.LDAPConnectionArgumentParser
-
Gets the arguments associated with this parser.
- getASN1Reader() - Method in class org.forgerock.opendj.io.LDAPReader
-
Returns the ASN.1 reader from which LDAP messages will be read.
- getASN1Reader() - Method in class org.opends.server.replication.protocol.ByteArrayScanner
-
Returns a new ASN1Reader that will read bytes from this ByteArrayScanner.
- getASN1Writer() - Method in class org.forgerock.opendj.io.LDAPWriter
-
Returns the ASN.1 writer to which LDAP messages will be written.
- getASN1Writer() - Method in class org.opends.server.replication.protocol.ByteArrayBuilder
-
Returns a new ASN1Writer that will append bytes to this ByteArrayBuilder.
- getAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the normalized form of the provided assertion value, which is
best suited for efficiently performing matching operations on that value.
- getAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Retrieves the normalized form of the provided assertion value, which is
best suited for efficiently performing less than matching operations on
that value.
- getAssertion() - Method in class org.opends.dsml.protocol.CompareRequest
-
Gets the value of the assertion property.
- getAssertion(Schema, ByteSequence) - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
-
- getAssertionValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the assertion value that will be used to locate the target entry,
if applicable.
- getAssertionValue() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Returns the assertion value to be compared.
- getAssertionValue() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the assertion value for this matched values filter.
- getAssertionValue() - Method in interface org.opends.server.core.CompareOperation
-
Retrieves the assertion value for this compare operation.
- getAssertionValue() - Method in class org.opends.server.core.CompareOperationBasis
-
- getAssertionValue() - Method in class org.opends.server.core.CompareOperationWrapper
-
- getAssertionValue() - Method in class org.opends.server.protocols.ldap.CompareRequestProtocolOp
-
Retrieves the assertion value for this compare request.
- getAssertionValue() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the assertion value for this search filter.
- getAssertionValue() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
-
Retrieves the assertion value for this compare operation.
- getAssertionValue() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
-
Retrieves the assertion value for this compare operation.
- getAssertionValue() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
-
Retrieves the assertion value for this compare operation.
- getAssertionValue() - Method in interface org.opends.server.types.operation.PreParseCompareOperation
-
Retrieves the assertion value for this compare operation.
- getAssertionValue() - Method in class org.opends.server.types.RawFilter
-
Retrieves the assertion value for this search filter.
- getAssertionValue() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the assertion value for this filter.
- getAssertionValueAsString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the assertion value that will be used to locate the target entry,
if applicable, decoded as a UTF-8 string.
- getAssertionValueAsString() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Returns the assertion value to be compared decoded as a UTF-8 string.
- getAssociatedPanelClass() - Method in class org.opends.guitools.controlpanel.datamodel.Action
-
Returns the class of the panel that is associated with this action
(for instance the NewBaseDNPanel class is associated with the 'New
Base DN' action.
- getAssociatedTask() - Method in class org.opends.server.api.DirectoryThread
-
Retrieves the task with which this thread is associated.
- getAssuredMode() - Method in class org.opends.server.replication.common.DSInfo
-
Get the DS assured mode (relevant if DS has assured replication enabled).
- getAssuredMode() - Method in class org.opends.server.replication.protocol.StartSessionMsg
-
Get the assured mode.
- getAssuredMode() - Method in class org.opends.server.replication.protocol.UpdateMsg
-
Get the assured mode in this message.
- getAssuredMode() - Method in class org.opends.server.replication.server.ExpectedAcksInfo
-
Gets the requested assured mode for the matching update message.
- getAssuredMode() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gives the mode for the assured replication of the domain.
- getAssuredSdAcknowledgedUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe data mode that have been
acknowledged without errors.
- getAssuredSdLevel() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "assured-sd-level" property.
- getAssuredSdLevel() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "assured-sd-level" property.
- getAssuredSdLevel() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gives the assured Safe Data level of the replication of the domain.
- getAssuredSdLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "assured-sd-level" property definition.
- getAssuredSdReceivedUpdates() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the number of updates received from the server in assured safe data
mode.
- getAssuredSdReceivedUpdatesTimeout() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the number of updates received from the server in assured safe data
mode that timed out.
- getAssuredSdSentUpdates() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the number of updates sent to the server in assured safe data mode.
- getAssuredSdSentUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe data mode.
- getAssuredSdSentUpdatesTimeout() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the number of updates sent to the server in assured safe data mode that
timed out.
- getAssuredSdServerTimeoutUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe data mode that have not
been acknowledged due to timeout error per server.
- getAssuredSdTimeoutUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe data mode that have not
been acknowledged due to timeout error.
- getAssuredSrAcknowledgedUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe read mode that have been
acknowledged without errors.
- getAssuredSrNotAcknowledgedUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe read mode that have not
been acknowledged.
- getAssuredSrReceivedUpdates() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the number of updates received from the server in assured safe read
mode.
- getAssuredSrReceivedUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates received in assured safe read mode request.
- getAssuredSrReceivedUpdatesAcked() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates received in assured safe read mode that we acked
without error (no replay error).
- getAssuredSrReceivedUpdatesNotAcked() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates received in assured safe read mode that we did
not ack due to error (replay error).
- getAssuredSrReceivedUpdatesTimeout() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the number of updates received from the server in assured safe read
mode that timed out.
- getAssuredSrReplayErrorUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe read mode that have not
been acknowledged due to replay error.
- getAssuredSrSentUpdates() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the number of updates sent to the server in assured safe read mode.
- getAssuredSrSentUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe read mode.
- getAssuredSrSentUpdatesTimeout() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the number of updates sent to the server in assured safe read mode that
timed out.
- getAssuredSrServerNotAcknowledgedUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe read mode that have not
been acknowledged per server.
- getAssuredSrTimeoutUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe read mode that have not
been acknowledged due to timeout error.
- getAssuredSrWrongStatusUpdates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the number of updates sent in assured safe read mode that have not
been acknowledged due to wrong status error.
- getAssuredTimeout() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "assured-timeout" property.
- getAssuredTimeout() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "assured-timeout" property.
- getAssuredTimeout() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "assured-timeout" property.
- getAssuredTimeout() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "assured-timeout" property.
- getAssuredTimeout() - Method in class org.opends.server.replication.server.ReplicationServer
-
Get the assured mode timeout.
- getAssuredTimeout() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gives the assured timeout of the replication of the domain (in ms).
- getAssuredTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "assured-timeout" property definition.
- getAssuredTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "assured-timeout" property definition.
- getAssuredType() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "assured-type" property.
- getAssuredType() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "assured-type" property.
- getAssuredTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "assured-type" property definition.
- getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "asynchronous" property definition.
- getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "asynchronous" property definition.
- getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "asynchronous" property definition.
- getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "asynchronous" property definition.
- getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "asynchronous" property definition.
- getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "asynchronous" property definition.
- getAsynchronousPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "asynchronous" property definition.
- getAttachment(String) - Method in interface org.forgerock.opendj.server.core.AttachmentHolder
-
Retrieves the attachment with the specified name.
- getAttachment(String) - Method in class org.opends.server.core.OperationWrapper
-
- getAttachment(String) - Method in class org.opends.server.types.AbstractOperation
-
- getAttachment() - Method in class org.opends.server.types.Entry
-
Retrieves the attachment for this entry.
- getAttachment(String) - Method in interface org.opends.server.types.Operation
-
Retrieves the attachment with the specified name.
- getAttachment(String) - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the attachment with the specified name.
- getAttachmentNames() - Method in interface org.forgerock.opendj.server.core.AttachmentHolder
-
Retrieves the set of attachment names defined for this holder, as a
mapping between the attachment name and the associated object.
- getAttachments() - Method in class org.opends.server.core.OperationWrapper
-
- getAttachments() - Method in class org.opends.server.types.AbstractOperation
-
- getAttachments() - Method in interface org.opends.server.types.Operation
-
Retrieves the set of attachments defined for this operation, as a
mapping between the attachment name and the associated object.
- getAttachments() - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the set of attachments defined for this operation, as a
mapping between the attachment name and the associated object.
- getAttachments() - Method in class org.opends.server.util.EMailMessage
-
Retrieves the set of attachments for this message.
- getAttr() - Method in class org.opends.dsml.protocol.AddRequest
-
Gets the value of the attr property.
- getAttr() - Method in class org.opends.dsml.protocol.SearchResultEntry
-
Gets the value of the attr property.
- getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAttribute(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the named attribute contained in this entry, or null if
it is not included with this entry.
- getAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the named attribute contained in this entry, or null if
it is not included with this entry.
- getAttribute() - Method in class org.forgerock.opendj.ldap.Modification
-
Returns the attribute containing the values to be modified.
- getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAttribute(String) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAttribute(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAttribute() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
-
Gets the "attribute" property.
- getAttribute() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
-
Gets the "attribute" property.
- getAttribute() - Method in class org.opends.dsml.protocol.AttributeDescriptions
-
Gets the value of the attribute property.
- getAttribute() - Method in class org.opends.guitools.controlpanel.ui.nodes.ConfigurationAttributeTreeNode
-
Returns the definition of the attribute represented by this node.
- getAttribute() - Method in class org.opends.guitools.controlpanel.ui.nodes.CustomAttributeTreeNode
-
Returns the definition of the attribute represented by this node.
- getAttribute() - Method in class org.opends.guitools.controlpanel.ui.nodes.StandardAttributeTreeNode
-
Returns the definition of the attribute represented by this node.
- getAttribute(String) - Method in class org.opends.server.config.JMXMBean
-
Obtain the value of a specific attribute of the Dynamic MBean.
- getAttribute(String) - Method in class org.opends.server.extensions.JMXAlertHandler
-
Obtain the value of a specific attribute of the Dynamic MBean.
- getAttribute() - Method in class org.opends.server.protocols.ldap.LDAPModification
-
Retrieves the attribute for this modification.
- getAttribute(String, String) - Method in class org.opends.server.snmp.SNMPMonitor
-
Get the value of the attribute.
- getAttribute(ObjectName, String) - Method in class org.opends.server.snmp.SNMPMonitor
-
Gets the value of an attribute.
- getAttribute(AttributeDescription) - Method in class org.opends.server.types.Entry
-
Retrieves the requested attribute element for the specified
attribute type and options or null if this entry
does not contain an attribute with the specified attribute type
and options.
- getAttribute(AttributeType) - Method in class org.opends.server.types.Entry
-
Deprecated.
- getAttribute(AttributeType, boolean) - Method in class org.opends.server.types.Entry
-
Deprecated.
- getAttribute(String) - Method in class org.opends.server.types.Entry
-
Deprecated.
- getAttribute() - Method in class org.opends.server.types.Modification
-
Retrieves the attribute for this modification.
- getAttribute() - Method in class org.opends.server.types.RawModification
-
Retrieves the attribute for this modification.
- getAttributeConfigName(SchemaElement) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the name of configuration attribute corresponding to the provided element.
- getAttributeCount() - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the number of attributes in this entry.
- getAttributeCount() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAttributeCount() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAttributeDescription() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- getAttributeDescription() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns the attribute description of this attribute, which includes its
attribute type and any options.
- getAttributeDescription() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Returns the first attribute description specified in the list of sort
keys that was in error, or null if the attribute description was
not included with this control.
- getAttributeDescription() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
- getAttributeDescription() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Returns the name of the attribute to be compared.
- getAttributeDescription() - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns the name of the attribute to be sorted using this sort key.
- getAttributeDescription() - Method in interface org.opends.server.core.CompareOperation
-
Retrieves the attribute description for this compare operation.
- getAttributeDescription() - Method in class org.opends.server.core.CompareOperationBasis
-
- getAttributeDescription() - Method in class org.opends.server.core.CompareOperationWrapper
-
- getAttributeDescription() - Method in interface org.opends.server.types.Attribute
-
Retrieves the attribute description for this attribute.
- getAttributeDescription() - Method in class org.opends.server.types.CollectiveVirtualAttribute
-
- getAttributeDescription() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
-
Retrieves the attribute description for this compare operation.
- getAttributeDescription() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
-
Retrieves the attribute description for this compare operation.
- getAttributeDescription() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
-
Retrieves the attribute description for this compare operation.
- getAttributeDescription() - Method in class org.opends.server.types.VirtualAttribute
-
- getAttributeDescriptionAsString() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
- getAttributeDescriptionAsString() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns the string representation of the attribute description of this
attribute, which includes its attribute type and any options.
- getAttributeDisplayName(String) - Method in class org.opends.server.backends.task.Task
-
Given an attribute type name returns and locale sensitive
representation.
- getAttributeDisplayName(String) - Method in class org.opends.server.tasks.BackupTask
-
Given an attribute type name returns and locale sensitive
representation.
- getAttributeDisplayName(String) - Method in class org.opends.server.tasks.ExportTask
-
- getAttributeDisplayName(String) - Method in class org.opends.server.tasks.ImportTask
-
- getAttributeDisplayName(String) - Method in class org.opends.server.tasks.RestoreTask
-
Given an attribute type name returns and locale sensitive
representation.
- getAttributeFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Returns the AttributeFactory which will be used for creating new
Attribute instances when decoding attributes.
- getAttributeName(AbstractManagedObjectDefinition<?, ?>, PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.LDAPProfile
-
Get the name of the LDAP attribute associated with the specified property
definition.
- getAttributeName(AbstractManagedObjectDefinition<?, ?>, PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.LDAPProfile.Wrapper
-
Get the name of the LDAP attribute associated with the specified
property definition.
- getAttributeName() - Method in class org.forgerock.opendj.ldap.AVA
-
Returns the attribute name associated with this AVA.
- getAttributeName() - Method in enum org.opends.admin.ads.ADSContext.AdministratorProperty
-
Returns the attribute name.
- getAttributeName() - Method in enum org.opends.admin.ads.ADSContext.ServerProperty
-
Returns the attribute name.
- getAttributeName() - Method in enum org.opends.guitools.controlpanel.datamodel.BasicMonitoringAttributes
-
- getAttributeName() - Method in interface org.opends.guitools.controlpanel.datamodel.MonitoringAttributes
-
Returns the name of the attribute.
- getAttributeName() - Method in class org.opends.guitools.controlpanel.datamodel.VLVSortOrder
-
Returns the name of the attribute.
- getAttributeName(long) - Method in class org.opends.server.snmp.DsApplIfOpsEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.opends.server.snmp.DsIntEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.opends.server.snmp.DsMIBMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeName(long) - Method in class org.opends.server.snmp.DsTableEntryMeta
-
Return the name of the attribute corresponding to the SNMP variable identified by "id".
- getAttributeNameWithoutOptions(String) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the attribute name with no options (or subtypes).
- getAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Get the "attribute" property definition.
- getAttributes() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Returns an unmodifiable list of attributes for which effective rights are
to be returned, which may be empty indicating that no attribute rights
are to be returned.
- getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
Returns an unmodifiable list containing the names of attributes to be
included with the response control.
- getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
Returns an unmodifiable list containing the names of attributes to be
included with the response control.
- getAttributes() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns an unmodifiable list containing the attributes to be included
with each entry that matches the search criteria.
- getAttributes() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns a List containing the list of attributes to be included
with each entry that matches the search criteria.
- getAttributes() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns an unmodifiable set containing the attributes associated with
this matching rule use.
- getAttributes() - Method in class org.opends.dsml.protocol.SearchRequest
-
Gets the value of the attributes property.
- getAttributes() - Method in class org.opends.guitools.controlpanel.datamodel.DatabaseMonitoringTableModel
-
Returns the fields displayed by this table model.
- getAttributes(String[]) - Method in class org.opends.server.config.JMXMBean
-
Get the values of several attributes of the Dynamic MBean.
- getAttributes() - Method in class org.opends.server.controls.GetEffectiveRightsRequestControl
-
Return the requested additional attributes parsed from the control.
- getAttributes() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the set of requested attributes for this search operation.
- getAttributes() - Method in class org.opends.server.core.SearchOperationBasis
-
- getAttributes() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getAttributes(String[]) - Method in class org.opends.server.extensions.JMXAlertHandler
-
Get the values of several attributes of the Dynamic MBean.
- getAttributes() - Method in class org.opends.server.protocols.internal.SearchRequest
-
To be removed.
- getAttributes() - Method in class org.opends.server.protocols.ldap.AddRequestProtocolOp
-
Retrieves the set of attributes for this add request.
- getAttributes() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
Retrieves the set of requested attributes for this search request.
- getAttributes() - Method in class org.opends.server.protocols.ldap.SearchResultEntryProtocolOp
-
Retrieves the set of attributes for this search result entry.
- getAttributes() - Method in class org.opends.server.replication.protocol.AddMsg
-
Get the attributes of this add msg.
- getAttributes() - Method in class org.opends.server.types.Entry
-
Deprecated.
- getAttributes() - Method in class org.opends.server.types.LDAPURL
-
Retrieves the set of attributes for this LDAP URL.
- getAttributes() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the set of requested attributes for this search
operation.
- getAttributes() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the set of requested attributes for this search
operation.
- getAttributes() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the set of requested attributes for this search
operation.
- getAttributes() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
-
Retrieves the set of requested attributes for this search
operation.
- getAttributes() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the set of requested attributes for this search
operation.
- getAttributes() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the set of requested attributes for this search
operation.
- getAttributes() - Method in class org.opends.server.util.AddChangeRecordEntry
-
Retrieves the entire set of attributes for this entry.
- getAttributeSyntax() - Method in enum org.opends.admin.ads.ADSContext.AdministratorProperty
-
Returns the attribute syntax.
- getAttributeSyntax() - Method in enum org.opends.admin.ads.ADSContext.ServerProperty
-
Returns the attribute syntax.
- getAttributeSyntax() - Method in class org.opends.guitools.controlpanel.ui.nodes.AttributeSyntaxTreeNode
-
Returns the attribute syntax represented by this node.
- getAttributeType() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Returns the attribute type associated with this attribute description.
- getAttributeType() - Method in class org.forgerock.opendj.ldap.AVA
-
Returns the attribute type associated with this AVA.
- getAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the attribute type for the specified name or numeric OID.
- getAttributeType(String, Syntax) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the attribute type for the specified name or numeric OID.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.EntryDNVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.EntryUUIDVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.EntryDNVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.EntryUUIDVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "attribute-type" property.
- getAttributeType() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "attribute-type" property.
- getAttributeType() - Method in class org.opends.guitools.controlpanel.datamodel.IndexDescriptor
-
Returns the attribute type associated with the index attribute.
- getAttributeType() - Method in class org.opends.server.authorization.dseecompat.ParentInheritance
-
Return the attribute type.
- getAttributeType() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the attribute type for this matched values filter.
- getAttributeType() - Method in class org.opends.server.controls.ServerSideSortResponseControl
-
Retrieves the attribute type for this sort result.
- getAttributeType() - Method in class org.opends.server.protocols.ldap.CompareRequestProtocolOp
-
Retrieves the attribute type for this compare request.
- getAttributeType() - Method in class org.opends.server.protocols.ldap.LDAPAttribute
-
Retrieves the attribute type for this attribute.
- getAttributeType() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the attribute description for this search filter.
- getAttributeType() - Method in class org.opends.server.tools.makeldif.TemplateLine
-
Retrieves the attribute type for this template line.
- getAttributeType() - Method in class org.opends.server.tools.makeldif.TemplateValue
-
Retrieves the attribute type for this template value.
- getAttributeType() - Method in class org.opends.server.types.RawAttribute
-
Retrieves the attribute type for this attribute.
- getAttributeType() - Method in class org.opends.server.types.RawFilter
-
Retrieves the attribute type for this search filter.
- getAttributeType() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the attribute type for this filter.
- getAttributeType() - Method in class org.opends.server.types.VirtualAttributeRule
-
Retrieves the attribute type for which the values should be generated.
- getAttributeTypeDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Attribute Type Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.3.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypePropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "attribute-type" property definition.
- getAttributeTypes() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the attribute types
contained in this schema.
- getAttributeTypes() - Static method in class org.forgerock.opendj.security.OpenDJProviderSchema
-
Returns the set of LDAP attribute types required in order to support the OpenDJ security provider.
- getAttributeTypesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the attributeTypes Attribute Type
which has the OID 2.5.21.5.
- getAttributeValue() - Method in class org.forgerock.opendj.ldap.AVA
-
Returns the attribute value associated with this AVA.
- getAttributeValue(AttributeType) - Method in class org.forgerock.opendj.ldap.RDN
-
Returns the attribute value contained in this RDN which is associated
with the provided attribute type, or null if this RDN does not
include such an attribute value.
- getAttributeValue() - Method in class org.opends.server.replication.plugin.AttrValueHistorical
-
Get the attributeValue for which this object was generated.
- getAttrTypeStr() - Method in class org.opends.server.authorization.dseecompat.ParentInheritance
-
Return the string representation of the attribute type.
- getAuditServiceForHttpAccessLog() - Method in class org.opends.server.loggers.CommonAudit
-
Returns the audit service that manages HTTP Access logging.
- getAuthenticatedConnection(Entry) - Method in interface org.opends.server.protocols.http.LDAPContext.InternalConnectionFactory
-
- getAuthenticatedConnectionFactory() - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Constructs a connection factory for pre-authenticated connections.
- getAuthenticatedUsers() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the authenticated users manager for the Directory Server.
- getAuthenticateHTML() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the HTML required to render an Authenticate button in HTML.
- getAuthenticationData() - Method in class org.opends.quicksetup.installer.DataReplicationOptions
-
Returns the AuthenticationData to the server used to replicate.
- getAuthenticationDN() - Method in class org.opends.server.types.AuthenticationInfo
-
Retrieves the DN of the user as whom the client is authenticated.
- getAuthenticationEntry() - Method in interface org.forgerock.opendj.server.core.Operation
-
Retrieves the entry for the user as whom the client is authenticated.
- getAuthenticationEntry() - Method in class org.opends.server.types.AuthenticationInfo
-
Retrieves the entry for the user as whom the client is
authenticated.
- getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Returns the authentication ID of the user.
- getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the authentication ID of the user.
- getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the authentication ID of the user, which should be the user's
Kerberos principal.
- getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the authentication ID of the user.
- getAuthenticationInfo() - Method in class org.opends.server.api.ClientConnection
-
Retrieves information about the authentication that has been
performed for this connection.
- getAuthenticationInfo() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the authentication info that resulted from processing this bind
operation.
- getAuthenticationInfo() - Method in class org.opends.server.core.BindOperationBasis
-
- getAuthenticationInfo() - Method in class org.opends.server.core.BindOperationWrapper
-
- getAuthenticationPasswordSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Authentication Password Syntax
which has the OID 1.3.6.1.4.1.4203.1.1.2.
- getAuthenticationPolicies() - Static method in class org.opends.server.core.DirectoryServer
-
Returns an unmodifiable collection containing all of the authentication
policies registered with the Directory Server.
- getAuthenticationPolicy() - Method in class org.opends.server.api.AuthenticationPolicyState
-
Returns the authentication policy associated with this state.
- getAuthenticationPolicy(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the authentication policy registered for the provided
configuration entry.
- getAuthenticationPolicy() - Method in class org.opends.server.core.PasswordPolicyState
-
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
Returns the authentication mechanism identifier for this generic bind
request as defined by the LDAP protocol.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
Returns the authentication mechanism identifier for this simple bind
request as defined by the LDAP protocol, which is always 0x80.
- getAuthenticationType() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the authentication type for this bind operation.
- getAuthenticationType() - Method in class org.opends.server.core.BindOperationBasis
-
- getAuthenticationType() - Method in class org.opends.server.core.BindOperationWrapper
-
- getAuthenticationType() - Method in class org.opends.server.protocols.ldap.BindRequestProtocolOp
-
Retrieves the authentication type for this bind request.
- getAuthenticationType() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves the authentication type for this bind operation.
- getAuthenticationType() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves the authentication type for this bind operation.
- getAuthenticationType() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
-
Retrieves the authentication type for this bind operation.
- getAuthenticationType() - Method in interface org.opends.server.types.operation.PreParseBindOperation
-
Retrieves the authentication type for this bind operation.
- getAuthenticationValue() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
Returns the authentication information for this bind request.
- getAuthFailureReason() - Method in interface org.opends.server.core.BindOperation
-
Retrieves a human-readable message providing the reason that the
authentication failed, if available.
- getAuthFailureReason() - Method in class org.opends.server.core.BindOperationBasis
-
- getAuthFailureReason() - Method in class org.opends.server.core.BindOperationWrapper
-
- getAuthFailureReason() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves a human-readable message providing the reason that the
authentication failed, if available.
- getAuthFailureReason() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves a human-readable message providing the reason that the
authentication failed, if available.
- getAuthFailureTimes() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the set of times of failed authentication attempts for the user.
- getAuthorityRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the authorityRevocationList Attribute Type
which has the OID 2.5.4.38.
- getAuthorizationDN() - Method in class org.opends.server.controls.ProxiedAuthV1Control
-
Retrieves the authorization DN from the control value.
- getAuthorizationDN() - Method in class org.opends.server.core.OperationWrapper
-
- getAuthorizationDN() - Method in class org.opends.server.types.AbstractOperation
-
- getAuthorizationDN() - Method in class org.opends.server.types.AuthenticationInfo
-
Retrieves the DN for the user that should be used as the default
authorization identity.
- getAuthorizationDN() - Method in interface org.opends.server.types.Operation
-
Retrieves the authorization DN for this operation.
- getAuthorizationDN() - Method in interface org.opends.server.types.operation.InProgressOperation
-
Retrieves the authorization DN for this operation.
- getAuthorizationDN() - Method in interface org.opends.server.types.operation.PostOperationOperation
-
Retrieves the authorization DN for this operation.
- getAuthorizationDN() - Method in interface org.opends.server.types.operation.PostResponseOperation
-
Retrieves the authorization DN for this operation.
- getAuthorizationDN() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
-
Retrieves the authorization DN for this operation.
- getAuthorizationDN() - Method in interface org.opends.server.types.operation.PreOperationOperation
-
Retrieves the authorization DN for this operation.
- getAuthorizationDNName() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
Returns the distinguished name of the user whose authorization is to be
used when performing the operation.
- getAuthorizationEntry() - Method in interface org.forgerock.opendj.server.core.Operation
-
Retrieves the entry for the user that should be considered the
authorization identity for this operation.
- getAuthorizationEntry() - Method in class org.opends.server.controls.ProxiedAuthV1Control
-
Retrieves the authorization entry for this proxied authorization V1
control.
- getAuthorizationEntry() - Method in class org.opends.server.controls.ProxiedAuthV2Control
-
Retrieves the authorization entry for this proxied authorization V2
control.
- getAuthorizationEntry() - Method in class org.opends.server.core.OperationWrapper
-
- getAuthorizationEntry() - Method in class org.opends.server.types.AbstractOperation
-
- getAuthorizationEntry() - Method in class org.opends.server.types.AuthenticationInfo
-
Retrieves the entry for the user that should be used as the
default authorization identity.
- getAuthorizationEntry() - Method in interface org.opends.server.types.Operation
-
Retrieves the entry for the user that should be considered the
authorization identity for this operation.
- getAuthorizationID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
-
Returns the authorization ID of the user.
- getAuthorizationID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
-
Returns the authorization ID of the user whose authorization is to be
used when performing the operation.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
Returns the optional desired authorization ID of the user, or
null if the authorization ID should derived from authentication
credentials exchanged at a lower security layer.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
Returns the authorization ID of the user.
- getAuthorizationID() - Method in class org.opends.server.controls.AuthorizationIdentityResponseControl
-
Retrieves the authorization ID for this authorization identity response
control.
- getAuthorizationID() - Method in class org.opends.server.controls.ProxiedAuthV2Control
-
Retrieves the authorization ID for this proxied authorization V2 control.
- getAuthorizationMechanism() - Method in interface org.forgerock.opendj.server.config.client.HTTPEndpointCfgClient
-
Gets the "authorization-mechanism" property.
- getAuthorizationMechanism() - Method in interface org.forgerock.opendj.server.config.server.HTTPEndpointCfg
-
Gets the "authorization-mechanism" property.
- getAuthorizationMechanismDNs() - Method in interface org.forgerock.opendj.server.config.server.HTTPEndpointCfg
-
Gets the "authorization-mechanism" property as a set of DNs.
- getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
-
Get the "authorization-mechanism" property definition.
- getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPEndpointCfgDefn
-
Get the "authorization-mechanism" property definition.
- getAuthorizationMechanismPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
-
Get the "authorization-mechanism" property definition.
- getAuthorizationName() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Returns the distinguished name of the user for which effective rights are
to be returned, or null if the client's authentication ID is to
be used.
- getAuthPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the authPassword Attribute Type
which has the OID 1.3.6.1.4.1.4203.1.3.4.
- getAuthPasswordExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the authPasswordExactMatch Matching Rule
which has the OID 1.3.6.1.4.1.4203.1.2.2.
- getAuthPasswordObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the authPasswordObject Object Class
which has the OID 1.3.6.1.4.1.4203.1.4.7.
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.api.PasswordStorageScheme
-
Retrieves the original plaintext value for the provided password
stored in the authPassword syntax.
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.BlowfishPasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.RC4PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.SHA1PasswordStorageScheme
-
- getAuthPasswordPlaintextValue(String, String) - Method in class org.opends.server.extensions.TripleDESPasswordStorageScheme
-
- getAuthPasswordSchemeName() - Method in class org.opends.server.api.PasswordStorageScheme
-
Retrieves the scheme name that should be used with this password
storage scheme when it is used in the context of the
authentication password syntax.
- getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
-
- getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.PBKDF2HmacSHA512PasswordStorageScheme
-
- getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.PBKDF2PasswordStorageScheme
-
- getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
-
- getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-
- getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-
- getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-
- getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-
- getAuthPasswordSchemeName() - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-
- getAuthPasswordStorageScheme(String) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the specified authentication password storage scheme.
- getAuthPasswordStorageSchemes() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of authentication password storage schemes defined in the
Directory Server, as a mapping between the scheme name and the
corresponding implementation.
- getAuthRequest() - Method in class org.opends.dsml.protocol.BatchRequest
-
Gets the value of the authRequest property.
- getAuthType() - Method in exception org.opends.quicksetup.UserDataCertificateException
-
Returns the auth type used when this certificate exception occurred.
- getAuthUser() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the username that was used to authenticate.
- getAuthUser() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getAuthzDN() - Method in class org.opends.server.controls.GetEffectiveRightsRequestControl
-
Return the authzDN parsed from the control.
- getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2AuthorizationMechanismCfgClient
-
Gets the "authzid-json-pointer" property.
- getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2CtsAuthorizationMechanismCfgClient
-
Gets the "authzid-json-pointer" property.
- getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2OpenamAuthorizationMechanismCfgClient
-
Gets the "authzid-json-pointer" property.
- getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClient
-
Gets the "authzid-json-pointer" property.
- getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2AuthorizationMechanismCfg
-
Gets the "authzid-json-pointer" property.
- getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2CtsAuthorizationMechanismCfg
-
Gets the "authzid-json-pointer" property.
- getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2OpenamAuthorizationMechanismCfg
-
Gets the "authzid-json-pointer" property.
- getAuthzidJsonPointer() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the "authzid-json-pointer" property.
- getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2AuthorizationMechanismCfgDefn
-
Get the "authzid-json-pointer" property definition.
- getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Get the "authzid-json-pointer" property definition.
- getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Get the "authzid-json-pointer" property definition.
- getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "authzid-json-pointer" property definition.
- getAuthzidJsonPointerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "authzid-json-pointer" property definition.
- getAutoCommit() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "auto-flush" property definition.
- getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "auto-flush" property definition.
- getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "auto-flush" property definition.
- getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "auto-flush" property definition.
- getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "auto-flush" property definition.
- getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "auto-flush" property definition.
- getAutoFlushPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "auto-flush" property definition.
- getAuxiliary() - Method in class org.opends.guitools.controlpanel.datamodel.ObjectClassValue
-
Returns the names of the auxiliary objectclasses.
- getAuxiliaryClasses() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable set containing the auxiliary objectclasses that
may be used for entries associated with this DIT content rule.
- getAvailableLabel() - Method in class org.opends.guitools.controlpanel.ui.components.AddRemovePanel
-
Returns the available label contained in the panel.
- getAvailableLabel() - Method in class org.opends.guitools.controlpanel.ui.components.DoubleAddRemovePanel
-
Returns the available label contained in the panel.
- getAvailableList() - Method in class org.opends.guitools.controlpanel.ui.components.AddRemovePanel
-
Returns the available list.
- getAvailableList() - Method in class org.opends.guitools.controlpanel.ui.components.DoubleAddRemovePanel
-
Returns the available list.
- getAvailableListModel() - Method in class org.opends.guitools.controlpanel.ui.components.AddRemovePanel
-
Returns the list of elements in the available list.
- getAvailableListModel() - Method in class org.opends.guitools.controlpanel.ui.components.DoubleAddRemovePanel
-
Returns the list of elements in the available list.
- getAvailableMemory() - Method in class org.opends.server.core.MemoryQuota
-
Returns how much memory is currently not reserved (free) in OldGen.
- getAvailableSuffixes() - Method in class org.opends.quicksetup.installer.SuffixesToReplicateOptions
-
Returns the set of suffixes available for replication.
- getBackend(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Backend.
- getBackend(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Backend.
- getBackend() - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexDescriptor
-
Returns the backend where the index is defined.
- getBackend() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNDescriptor
-
Returns the backend where this base DN is defined.
- getBackend() - Method in class org.opends.server.tools.BackendTypeHelper.BackendTypeUIAdapter
-
Return the adapted backend object.
- getBackendCfg() - Method in class org.opends.server.backends.ConfigurationBackend
-
- getBackendConfigEntries() - Static method in class org.opends.server.tasks.TaskUtils
-
Get all the backend configuration entries defined in the server mapped
by their backend ID.
- getBackendConfigManager() - Method in interface org.opends.server.core.ServerContext
-
Returns the manager of backends.
- getBackendId() - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
-
Gets the "backend-id" property.
- getBackendId() - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
-
Gets the "backend-id" property.
- getBackendId() - Method in class org.opends.admin.ads.ReplicaDescriptor
-
Returns the name of the backend where this replica is defined.
- getBackendID() - Method in class org.opends.guitools.controlpanel.datamodel.BackendDescriptor
-
Returns the ID of the Backend.
- getBackendID() - Method in class org.opends.server.api.Backend
-
Retrieves the unique identifier for this backend.
- getBackendId() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
-
- getBackendID(Entry) - Static method in class org.opends.server.tasks.TaskUtils
-
Get the backend ID of a backend configuration entry.
- getBackendID() - Method in class org.opends.server.types.CacheEntry
-
Retrieves the backend ID for this cache entry.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "backend-id" property definition.
- getBackendIndex(String) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Gets the named Backend Index.
- getBackendIndex(String) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the named Backend Index.
- getBackendIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "backend-indexes" relation definition.
- getBackendIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "backend-indexes" relation definition.
- getBackendIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "backend-indexes" relation definition.
- getBackendIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "backend-indexes" relation definition.
- getBackendIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "backend-indexes" relation definition.
- getBackendLockFileName(Backend) - Static method in class org.opends.server.core.LockFileManager
-
Retrieves the filename that should be used for the lock file for the
specified backend.
- getBackendMonitor() - Method in class org.opends.server.api.LocalBackend
-
Retrieves the backend monitor that is associated with this
backend.
- getBackends() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the backend descriptors of the server.
- getBackends() - Method in class org.opends.guitools.controlpanel.event.BackendPopulatedEvent
-
Returns the set of populated backends.
- getBackends() - Method in class org.opends.guitools.controlpanel.task.AddToGroupTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.CancelTaskTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.DeleteBaseDNAndBackendTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.DeleteEntryTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.DeleteIndexTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.IndexTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.ModifyAttributeTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.ModifyEntryTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.ModifyObjectClassTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.NewEntryTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.NewSchemaElementsTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.ResetUserPasswordTask
-
- getBackends() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the names of the backends that are affected by the task.
- getBackends() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the backend descriptors found in the config.ldif.
- getBackends(List<LocalBackend<?>>, List<BackendCfg>, List<List<DN>>) - Static method in class org.opends.server.tools.BackendToolUtils
-
Retrieves information about the backends defined in the Directory Server
configuration.
- getBackendsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "backends" relation definition.
- getBackendType() - Method in class org.opends.quicksetup.UserData
-
Returns the new userRoot backend type.
- getBackendType() - Method in class org.openidentityplatform.opendj.embedded.Config
-
- getBackendTypeAdapter(String) - Static method in class org.opends.server.tools.BackendTypeHelper
-
Return a BackendTypeUIAdapter which adapts the backend identified by the
provided backend name.
- getBackendTypeUIAdaptors() - Method in class org.opends.server.tools.BackendTypeHelper
-
Return a list which contains all available backend type adapted for UI.
- getBackendVLVIndex(String) - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Gets the named Backend VLV Index.
- getBackendVLVIndex(String) - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the named Backend VLV Index.
- getBackendVLVIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "backend-vlv-indexes" relation definition.
- getBackendVLVIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "backend-vlv-indexes" relation definition.
- getBackendVLVIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "backend-vlv-indexes" relation definition.
- getBackendVLVIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "backend-vlv-indexes" relation definition.
- getBackendVLVIndexesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "backend-vlv-indexes" relation definition.
- getBackendVLVIndexScope(SearchScope) - Static method in class org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor
-
Returns the equivalent BackendVLVIndexCfgDefn.Scope to the provided
search scope.
- getBackingArray() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns the byte array that backs this byte string builder.
- getBacktrace() - Static method in class org.opends.server.util.StaticUtils
-
Retrieves a backtrace for the current thread consisting only of filenames
and line numbers that may be useful in debugging the origin of problems
that should not have happened.
- getBacktrace(Throwable) - Static method in class org.opends.server.util.StaticUtils
-
Retrieves a backtrace for the provided exception consisting of only
filenames and line numbers that may be useful in debugging the origin of
problems.
- getBackupDate() - Method in class org.opends.server.types.BackupInfo
-
Retrieves the date that this backup was created.
- getBackupDescriptor() - Method in class org.opends.guitools.controlpanel.event.BackupCreatedEvent
-
Returns the backup descriptor.
- getBackupDirectory() - Method in interface org.forgerock.opendj.server.config.client.BackupBackendCfgClient
-
Gets the "backup-directory" property.
- getBackupDirectory() - Method in interface org.forgerock.opendj.server.config.server.BackupBackendCfg
-
Gets the "backup-directory" property.
- getBackupDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the backup files under the install path.
- getBackupDirectory() - Method in class org.opends.server.types.BackupConfig
-
Retrieves the backup directory structure for this backup
configuration.
- getBackupDirectory() - Method in class org.opends.server.types.BackupInfo
-
Retrieves the reference to the backup directory in which this
backup is stored.
- getBackupDirectory() - Method in class org.opends.server.types.RestoreConfig
-
Retrieves a reference to the directory containing the backup
file(s) to restore.
- getBackupDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Get the "backup-directory" property definition.
- getBackupID() - Method in class org.opends.server.types.BackupConfig
-
Retrieves the identifier associated with this backup
configuration, which can be used later to indicate which backup
should be restored if multiple backups are stored in the same
location.
- getBackupID() - Method in class org.opends.server.types.BackupInfo
-
Retrieves the unique ID for this backup.
- getBackupID() - Method in class org.opends.server.types.RestoreConfig
-
Retrieves the identifier of the backup to be restored.
- getBackupInfo() - Method in class org.opends.guitools.controlpanel.datamodel.BackupDescriptor
-
Returns the BackupInfo object associated with this backup.
- getBackupInfo(String) - Method in class org.opends.server.types.BackupDirectory
-
Retrieves the backup info structure for the backup with the specified ID.
- getBackupProperties() - Method in class org.opends.server.types.BackupInfo
-
Retrieves a set of additional properties that should be
associated with this backup.
- getBackups() - Method in class org.opends.server.types.BackupDirectory
-
Retrieves the set of backups in this backup directory, as a mapping between
the backup ID and the associated backup info.
- getBadlyDisconnectedErrorMessage() - Method in class org.opends.server.replication.server.ServerHandler
-
Returns a "badly disconnected" error message for this server handler.
- getBase64() - Method in class org.opends.guitools.controlpanel.datamodel.BinaryValue
-
Returns the base64 representation of the binary value.
- getBaseConfiguration() - Method in class org.opends.quicksetup.Installation
-
Gets the Configuration object representing this file.
- getBaseConfigurationFile() - Method in class org.opends.quicksetup.Installation
-
Creates a File object representing config/upgrade/schema.ldif.current which
the server creates the first time it starts if there are schema
customizations.
- getBaseDN() - Method in class org.forgerock.opendj.config.DNPropertyDefinition
-
Get the base DN which all valid values must be immediately subordinate
to, or null if there is no based DN.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.BackendVLVIndexCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2CtsAuthorizationMechanismCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.LDAPKeyManagerProviderCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.LDAPTrustManagerProviderCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.BackendVLVIndexCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2CtsAuthorizationMechanismCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.LDAPKeyManagerProviderCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.LDAPTrustManagerProviderCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
-
Gets the "base-dn" property.
- getBaseDN() - Method in class org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor
-
Returns the baseDN of the search indexed by the VLV index.
- getBaseDn() - Method in class org.opends.guitools.controlpanel.ui.BaseDNPanel
-
Returns the base DN chosen by the user.
- getBaseDN() - Method in class org.opends.server.authorization.dseecompat.ParentInheritance
-
Return the DN that groupdn must be under.
- getBaseDN() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
-
- getBaseDN() - Method in class org.opends.server.backends.pluggable.EntryContainer
-
- getBaseDN() - Method in class org.opends.server.backends.pluggable.spi.TreeName
-
Returns the base DN.
- getBaseDN() - Method in interface org.opends.server.backends.pluggable.SuffixContainer
-
Returns the baseDN that this suffix container is responsible for.
- getBaseDN() - Method in class org.opends.server.backends.RebuildConfig
-
Get the base DN to rebuild.
- getBaseDN() - Method in class org.opends.server.backends.VerifyConfig
-
Get the base DN to be verified.
- getBaseDN() - Method in class org.opends.server.core.BackendConfigManager.NamingContext
-
Retrieves the base DN of the naming context.
- getBaseDN() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the base DN for this search operation.
- getBaseDN() - Method in class org.opends.server.core.SearchOperationBasis
-
- getBaseDN() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getBaseDN() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
Retrieves the base DN for this search request.
- getBaseDN() - Method in class org.opends.server.replication.protocol.InitializeRequestMsg
-
Get the base DN from this InitializeRequestMsg.
- getBaseDN() - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
-
Get the base DN of the domain.
- getBaseDN() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Get the base DN from this ReplServerStartDSMsg.
- getBaseDN() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
-
Get the base DN from this ReplServerStartMsg.
- getBaseDN() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the baseDN.
- getBaseDN() - Method in class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
-
Getter for the baseDN field.
- getBaseDN() - Method in class org.opends.server.replication.server.changelog.api.ReplicaId
-
Returns the baseDN.
- getBaseDN() - Method in class org.opends.server.replication.server.changelog.file.DomainDBCursor
-
Returns the replication domain baseDN of this cursor.
- getBaseDN() - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Get the baseDN.
- getBaseDN() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Returns the base DN of this ReplicationDomain.
- getBaseDN() - Method in class org.opends.server.types.LDAPURL
-
Retrieves the processed DN for this LDAP URL.
- getBaseDN() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the base DN for this search operation.
- getBaseDN() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the base DN for this search operation.
- getBaseDN() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the base DN for this search operation.
- getBaseDN() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the base DN for this search operation.
- getBaseDN() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the base DN for this search operation.
- getBaseDN() - Method in class org.opends.server.types.SubtreeSpecification
-
Get the absolute base DN of the subtree specification.
- getBaseDN() - Method in class org.openidentityplatform.opendj.embedded.Config
-
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVLVIndexCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Get the "base-dn" property definition.
- getBaseDNs() - Method in interface org.forgerock.opendj.server.core.DataProvider
-
Returns an unmodifiable set containing the base DNs of the sub-trees
which this data provider contains.
- getBaseDNs() - Method in interface org.forgerock.opendj.server.core.DataProviderConnection
-
Returns an unmodifiable set containing the base DNs of the sub-trees
which the underlying data provider contains.
- getBaseDns() - Method in class org.opends.guitools.controlpanel.datamodel.BackendDescriptor
-
Returns the Base DN objects associated with the backend.
- getBaseDNs() - Method in class org.opends.quicksetup.Configuration
-
Returns the list of base dns as they appear in the configuration file.
- getBaseDns() - Method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Returns the base DN of the suffix that will be created in the server.
- getBaseDNs() - Method in class org.opends.server.api.Backend
-
Retrieves the set of base-level DNs that may be used within this
backend.
- getBaseDNs() - Method in class org.opends.server.backends.BackupBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.ChangelogBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.ConfigurationBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.LDIFBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.MemoryBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.MonitorBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.NullBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- getBaseDNs() - Method in class org.opends.server.backends.RootDSEBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.SchemaBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.task.TaskBackend
-
- getBaseDNs() - Method in class org.opends.server.backends.TrustStoreBackend
-
- getBaseDNs() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the list of base DNs provided by the user.
- getBaseDNs() - Method in class org.opends.server.tools.dsreplication.ReplicationUserData
-
Returns the Base DNs to replicate.
- getBaseDNs() - Method in class org.opends.server.types.VirtualAttributeRule
-
Retrieves the set of base DNs for branches that are eligible to
have this virtual attribute.
- getBaseDNsToSearch() - Method in class org.opends.admin.ads.TopologyCacheFilter
-
Returns the list of base DNs that will be searched for.
- getBasePath() - Method in interface org.forgerock.opendj.server.config.client.HTTPEndpointCfgClient
-
Gets the "base-path" property.
- getBasePath() - Method in interface org.forgerock.opendj.server.config.server.HTTPEndpointCfg
-
Gets the "base-path" property.
- getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
-
Get the "base-path" property definition.
- getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPEndpointCfgDefn
-
Get the "base-path" property definition.
- getBasePathPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
-
Get the "base-path" property definition.
- getBaseSchema() - Method in class org.opends.guitools.controlpanel.util.SchemaLoader
-
Returns a basic version of the schema.
- getBaseSchemaFile() - Method in class org.opends.quicksetup.Installation
-
Creates a File object representing config/upgrade/schema.ldif.current which
the server creates the first time it starts if there are schema
customizations.
- getBaseSearchFilter() - Method in class org.forgerock.opendj.rest2ldap.SubResourceCollection
-
Gets the base filter that always restricts what LDAP entries are accessible through this
collection, before any filters are applied from the request itself.
- getBaseUnit() - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
-
Get the base unit for this property definition (values including limits
are specified in this unit).
- getBatchRequests() - Method in class org.opends.dsml.protocol.BatchRequest
-
Gets the value of the batchRequests property.
- getBatchResponses() - Method in class org.opends.dsml.protocol.BatchResponse
-
Gets the value of the batchResponses property.
- getBcryptCost() - Method in interface org.forgerock.opendj.server.config.client.BcryptPasswordStorageSchemeCfgClient
-
Gets the "bcrypt-cost" property.
- getBcryptCost() - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
-
Gets the "bcrypt-cost" property.
- getBcryptCostPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
-
Get the "bcrypt-cost" property definition.
- getBeforeCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the number of entries before the target entry to be included in
the search results.
- getBeforeCount() - Method in class org.opends.server.controls.VLVRequestControl
-
Retrieves the number of entries before the target offset or assertion value
to include in the results page.
- getBERType() - Method in enum org.opends.server.types.AuthenticationType
-
Retrieves the BER type tag associated with this authentication type.
- getBERType() - Method in enum org.opends.server.types.FilterType
-
Retrieves the LDAP BER type for this filter type.
- getBestFitUnit(long) - Static method in enum org.forgerock.opendj.config.SizeUnit
-
Gets the best-fit unit for the specified number of bytes.
- getBestFitUnitExact(long) - Static method in enum org.forgerock.opendj.config.SizeUnit
-
Gets the best-fit unit for the specified number of bytes which can
represent the provided value using an integral value.
- getBinariesDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the relative path of the directory containing the binaries/scripts
of the Open DS installation.
- getBinarySyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Binary Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.5.
- getBinaryValue() - Method in class org.opends.guitools.controlpanel.ui.BinaryAttributeEditorPanel
-
Returns the binary value displayed in the panel.
- getBindClient() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
-
Returns the bind client.
- getBindDN() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
-
Gets the "bind-dn" property.
- getBindDN() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
-
Gets the "bind-dn" property.
- getBindDn() - Method in class org.opends.admin.ads.util.ConnectionWrapper
-
Returns the bind DN used by this connection.
- getBindDN() - Method in class org.opends.guitools.controlpanel.ui.LocalOrRemotePanel
-
Returns the displayed bind DN.
- getBindDN() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Get the bindDN which has to be used for the command.
- getBindDN() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliParser
-
Get the bindDN which has to be used for the command.
- getBindDN() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the bind DN for this bind operation.
- getBindDN() - Method in class org.opends.server.core.BindOperationBasis
-
- getBindDN() - Method in class org.opends.server.core.BindOperationWrapper
-
- getBindDn() - Method in class org.opends.server.tools.dsreplication.DisableReplicationUserData
-
Returns the bind DN to be used to connect to the server if no Administrator
has been defined.
- getBindDN() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves the bind DN for this bind operation.
- getBindDN() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves the bind DN for this bind operation.
- getBindDN() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
-
Retrieves the bind DN for this bind operation.
- getBindDN() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Gets the bind DN name that should be used for connections based on this
interaction.
- getBindDnArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'bindDN' global argument.
- getBindDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "bind-dn" property definition.
- getBindDNToDisable() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the server bind dn explicitly provided in the disable replication
subcommand.
- getBindName() - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Returns the bind name if the argument is present otherwise, in interactive mode, it
will prompt the user.
- getBindPassword(StringArgument, FileBasedArgument) - Static method in class com.forgerock.opendj.cli.ArgumentParser
-
Get the password which has to be used for the command without prompting the user.
- getBindPassword() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
-
Gets the "bind-password" property.
- getBindPassword() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
-
Gets the "bind-password" property.
- getBindPassword() - Method in class org.opends.admin.ads.util.ConnectionWrapper
-
Returns the bind password used by this connection.
- getBindPassword() - Method in class org.opends.guitools.controlpanel.ControlPanelArgumentParser
-
Get the password which has to be used for the command without prompting
the user.
- getBindPassword() - Method in class org.opends.guitools.controlpanel.ui.LocalOrRemotePanel
-
Returns the displayed password.
- getBindPassword() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliParser
-
Gets the password which has to be used for the command without prompting
the user.
- getBindPassword() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Gets the bind password that should be used for connections based on this
interaction.
- getBindPasswordAdmin() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Get the global administrator password which has to be used for the command
to connect to the server(s) without prompting the user.
- getBindPasswordArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'bindPassword' global argument.
- getBindPasswordFileArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'bindPasswordFile' global argument.
- getBindPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "bind-password" property definition.
- getBindPwd() - Method in class org.opends.server.tools.dsreplication.DisableReplicationUserData
-
Returns the password to be used to connect to the server if no
Administrator has been defined.
- getBindRequest() - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Returns the bind request for this connection.
- getBindRequest() - Method in interface org.forgerock.opendj.server.core.Operation
-
Retrieves the last successful bind request from the client.
- getBindRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a bind request
protocol op.
- getBindRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of bind requests that have been received.
- getBindResponseProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a bind response
protocol op.
- getBindResponses() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of bind responses that have been sent.
- getBindRule() - Method in class org.opends.server.authorization.dseecompat.PermBindRulePair
-
Gets the bind rule part of this pair.
- getBindWithDNRequiresPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "bind-with-dn-requires-password" property definition.
- getBitStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the bitStringMatch Matching Rule
which has the OID 2.5.13.16.
- getBitStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Bit String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.6.
- getBody() - Method in class org.opends.server.util.EMailMessage
-
Retrieves the body for this message.
- getBodyMIMEType() - Method in class org.opends.server.util.EMailMessage
-
Retrieves the MIME Type for the body of this message.
- getBoolean(Entry, String) - Static method in class org.opends.server.api.AuthenticationPolicyState
-
A utility method which may be used by implementations in order to obtain the value of the
specified attribute from the provided entry as a boolean.
- getBoolean(Iterable<Attribute>, boolean) - Static method in class org.opends.server.tasks.TaskUtils
-
Get the single boolean value of an entry attribute that is defined in the
schema as a single valued boolean attribute, and that is not expected to
have attribute options.
- getBooleanMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the booleanMatch Matching Rule
which has the OID 2.5.13.13.
- getBooleanSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Boolean Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.7.
- getBoolVal() - Method in enum org.opends.server.authorization.dseecompat.EnumEvalResult
-
Helper method that converts this enumeration to a boolean.
- getBorderInsets(Component) - Method in class org.opends.guitools.controlpanel.ui.border.AccordionElementBorder
-
- getBorderInsets(Component) - Method in class org.opends.guitools.controlpanel.ui.border.SelectedCategoryBorder
-
- getBottomComponent() - Method in class org.opends.quicksetup.installer.ui.InstallReviewPanel
-
- getBottomComponent() - Method in class org.opends.quicksetup.ui.ReviewPanel
-
Returns the component that will placed at the bottom of the panel.
- getBranch() - Method in class org.opends.server.tools.makeldif.TemplateEntry
-
Retrieves the branch used to generate this entry.
- getBranchDN() - Method in class org.opends.server.tools.makeldif.Branch
-
Retrieves the DN for this branch entry.
- getBranches() - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Retrieves the set of branches defined in this template file.
- getBrowseButtonType() - Method in class org.opends.guitools.controlpanel.ui.BrowseEntriesPanel
-
- getBrowseButtonType() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntrySelectionPanel
-
- getBufferFactory() - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
-
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedDebugLogPublisherCfgClient
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "buffer-size" property.
- getBufferSize() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "buffer-size" property.
- getBufferSize() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves the size in bytes of the LDAP response message write buffer
defined for this connection handler.
- getBufferSize() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the buffer size that should be used when reading LDIF
data.
- getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "buffer-size" property definition.
- getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "buffer-size" property definition.
- getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "buffer-size" property definition.
- getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "buffer-size" property definition.
- getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "buffer-size" property definition.
- getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "buffer-size" property definition.
- getBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "buffer-size" property definition.
- getBuildId() - Method in class org.opends.quicksetup.BuildInformation
-
Gets the build ID which is the 14 digit number code like 20070420110336.
- getBuildInformation() - Method in class org.opends.quicksetup.Installation
-
Gets information about the build that was used to produce the bits for this
installation.
- getBuildInformation(boolean) - Method in class org.opends.quicksetup.Installation
-
Gets information about the build that was used to produce the bits for this
installation.
- getBuildVersion() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
-
Returns the build version of the directory server as a String.
- getBundleVersion(String) - Static method in class com.forgerock.opendj.util.ManifestUtil
-
Returns the bundle version contained in the module manifest whose name is provided.
- getBusinessCategoryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the businessCategory Attribute Type
which has the OID 2.5.4.15.
- getButton(ButtonName) - Method in class org.opends.quicksetup.ui.ButtonsPanel
-
Returns the button corresponding to the buttonName.
- getButtonName() - Method in class org.opends.quicksetup.event.ButtonEvent
-
Gets the ButtonName of the button that generated the event.
- getButtonsPanel() - Method in class org.opends.quicksetup.ui.QuickSetupDialog
-
Returns the buttons panel.
- getButtonsPanelInsets() - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns the insets to be used for the button panel.
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.BinaryValuePanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.components.TreePanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.IndexBrowserRightPanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.LDIFViewEntryPanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.LocalOrRemotePanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.ManageTasksPanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.RefreshOptionsPanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.SchemaBrowserRightPanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the buttons that the dialog where this panel is contained should
display.
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.VLVIndexPanel
-
- getButtonType() - Method in class org.opends.guitools.controlpanel.ui.WindowsServicePanel
-
- getBytes(char[]) - Static method in class com.forgerock.opendj.util.StaticUtils
-
Construct a byte array containing the UTF-8 encoding of the provided
character array.
- getBytes(CharSequence) - Static method in class com.forgerock.opendj.util.StaticUtils
-
Construct a byte array containing the UTF-8 encoding of the provided
char sequence.
- getBytes() - Method in class org.opends.guitools.controlpanel.datamodel.BinaryValue
-
Returns the byte array of the binary value.
- getBytes(short) - Method in class org.opends.server.replication.protocol.AckMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.ChangeStatusMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.DoneMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.EntryMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.ErrorMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.HeartbeatMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.InitializeRcvAckMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.InitializeRequestMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
This implementation is only called during unit testing, so we are free to
force the protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.MonitorMsg
-
- getBytes(short) - Method in class org.opends.server.replication.protocol.MonitorRequestMsg
-
- getBytes(short) - Method in class org.opends.server.replication.protocol.ReplicaOfflineMsg
-
This implementation is only called during unit testing, so we are free to
force the protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.ReplicationMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.ResetGenerationIdMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.StartSessionMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.StopMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.TopologyMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes() - Method in class org.opends.server.replication.protocol.UpdateMsg
-
Returns the encoded representation of this update message using the current
protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.UpdateMsg
-
This implementation is only called during unit testing, so we are free to
force the protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.WindowMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(short) - Method in class org.opends.server.replication.protocol.WindowProbeMsg
-
Serializes the PDU using the provided replication protocol version.
- getBytes(String) - Static method in class org.opends.server.util.StaticUtils
-
Construct a byte array containing the UTF-8 encoding of the
provided string.
- getBytes_V1() - Method in class org.opends.server.replication.protocol.AddMsg
-
Get the byte array representation of this message.
- getBytes_V1() - Method in class org.opends.server.replication.protocol.DeleteMsg
-
Get the byte array representation of this message.
- getBytes_V1() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Get the byte array representation of this message.
- getBytes_V1() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
-
- getBytes_V1() - Method in class org.opends.server.replication.protocol.ModifyMsg
-
Get the byte array representation of this message.
- getBytes_V23() - Method in class org.opends.server.replication.protocol.AddMsg
-
Get the byte array representation of this message.
- getBytes_V23() - Method in class org.opends.server.replication.protocol.DeleteMsg
-
Get the byte array representation of this message.
- getBytes_V23() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Get the byte array representation of this message.
- getBytes_V23() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
-
- getBytes_V23() - Method in class org.opends.server.replication.protocol.ModifyMsg
-
Get the byte array representation of this message.
- getBytes_V45(short) - Method in class org.opends.server.replication.protocol.AddMsg
-
Get the byte array representation of this message.
- getBytes_V45(short) - Method in class org.opends.server.replication.protocol.DeleteMsg
-
Get the byte array representation of this message.
- getBytes_V45(short) - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Get the byte array representation of this message.
- getBytes_V45(short) - Method in class org.opends.server.replication.protocol.ModifyDNMsg
-
- getBytes_V45(short) - Method in class org.opends.server.replication.protocol.ModifyMsg
-
Get the byte array representation of this message.
- getBytesRead() - Method in class com.forgerock.opendj.util.SizeLimitInputStream
-
Retrieves the number of bytes read from this stream.
- getBytesRead() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of bytes that have been received from clients.
- getBytesWritten() - Method in class org.opends.server.loggers.MeteredStream
-
Returns the number of bytes written in this stream.
- getBytesWritten() - Method in interface org.opends.server.loggers.RotatableLogFile
-
Retrieves the number of bytes written to the file.
- getBytesWritten() - Method in interface org.opends.server.loggers.TextWriter
-
Retrieves the number of bytes written by this writer.
- getBytesWritten() - Method in class org.opends.server.loggers.TextWriter.STDERR
-
- getBytesWritten() - Method in class org.opends.server.loggers.TextWriter.STDOUT
-
- getBytesWritten() - Method in class org.opends.server.loggers.TextWriter.STREAM
-
- getBytesWritten() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of bytes that have been written to clients.
- getCACertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the cACertificate Attribute Type
which has the OID 2.5.4.37.
- getCacheCount() - Method in class org.opends.server.api.EntryCache
-
Retrieves the current number of entries stored within the cache.
- getCacheCount() - Method in class org.opends.server.extensions.DefaultEntryCache
-
- getCacheCount() - Method in class org.opends.server.extensions.FIFOEntryCache
-
- getCacheCount() - Method in class org.opends.server.extensions.SoftReferenceEntryCache
-
- getCachedPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "cached-password-storage-scheme" property.
- getCachedPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "cached-password-storage-scheme" property.
- getCachedPasswordStorageSchemeDN() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "cached-password-storage-scheme" property as a DN.
- getCachedPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "cached-password-storage-scheme" property definition.
- getCachedPasswordTTL() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "cached-password-ttl" property.
- getCachedPasswordTTL() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "cached-password-ttl" property.
- getCachedPasswordTTLPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "cached-password-ttl" property definition.
- getCacheHits() - Method in class org.opends.server.api.EntryCache
-
Retrieves the current number of cache hits for this cache.
- getCacheLevel() - Method in interface org.forgerock.opendj.server.config.client.EntryCacheCfgClient
-
Gets the "cache-level" property.
- getCacheLevel() - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
-
Gets the "cache-level" property.
- getCacheLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
-
Get the "cache-level" property definition.
- getCacheLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Get the "cache-level" property definition.
- getCacheLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Get the "cache-level" property definition.
- getCacheMisses() - Method in class org.opends.server.api.EntryCache
-
Retrieves the current number of cache misses for this cache.
- getCacheOrder() - Static method in class org.opends.server.extensions.DefaultEntryCache
-
Retrieves the current cache order array.
- getCalendar() - Static method in class org.opends.server.util.TimeThread
-
Retrieves a Calendar containing the time at the last
update.
- getCancelReason() - Method in class org.opends.server.types.CancelRequest
-
Retrieves a message that explains the purpose for this
cancellation.
- getCancelRequest() - Method in class org.opends.server.core.OperationWrapper
-
- getCancelRequest() - Method in class org.opends.server.types.AbstractOperation
-
- getCancelRequest() - Method in exception org.opends.server.types.CanceledOperationException
-
Retrieves the cancel request for this cancelled operation
exception.
- getCancelRequest() - Method in interface org.opends.server.types.Operation
-
Retrieves the cancel request that has been issued for this
operation, if there is one.
- getCancelResult() - Method in class org.opends.server.core.OperationWrapper
-
- getCancelResult() - Method in class org.opends.server.types.AbstractOperation
-
- getCancelResult() - Method in interface org.opends.server.types.Operation
-
Retrieves the cancel result for this operation.
- getCandidateAcis(DN) - Method in class org.opends.server.authorization.dseecompat.AciList
-
Using the base DN, return a list of ACIs that are candidates for
evaluation by walking up from the base DN towards the root of the
DIT gathering ACIs on parents.
- getCaseExactIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseExactIA5Match Matching Rule
which has the OID 1.3.6.1.4.1.1466.109.114.1.
- getCaseExactJsonQueryMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
-
Returns the jsonQueryMatch matching rule having the OID 1.3.6.1.4.1.36733.2.1.4.2.
- getCaseExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseExactMatch Matching Rule
which has the OID 2.5.13.5.
- getCaseExactOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseExactOrderingMatch Matching Rule
which has the OID 2.5.13.6.
- getCaseExactSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseExactSubstringsMatch Matching Rule
which has the OID 2.5.13.7.
- getCaseIgnoreIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreIA5Match Matching Rule
which has the OID 1.3.6.1.4.1.1466.109.114.2.
- getCaseIgnoreIA5SubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreIA5SubstringsMatch Matching Rule
which has the OID 1.3.6.1.4.1.1466.109.114.3.
- getCaseIgnoreJsonQueryMatchingRule() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
-
Returns the jsonQueryMatch matching rule having the OID 1.3.6.1.4.1.36733.2.1.4.1.
- getCaseIgnoreListMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreListMatch Matching Rule
which has the OID 2.5.13.11.
- getCaseIgnoreListSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreListSubstringsMatch Matching Rule
which has the OID 2.5.13.12.
- getCaseIgnoreMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreMatch Matching Rule
which has the OID 2.5.13.2.
- getCaseIgnoreOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreOrderingMatch Matching Rule
which has the OID 2.5.13.3.
- getCaseIgnoreSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreSubstringsMatch Matching Rule
which has the OID 2.5.13.4.
- getCaseSensitiveStringsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Get the "case-sensitive-strings" property definition.
- getCaseSensitiveValidationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Get the "case-sensitive-validation" property definition.
- getCaseSensitiveValidationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
-
Get the "case-sensitive-validation" property definition.
- getCaseSensitiveValidationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
-
Get the "case-sensitive-validation" property definition.
- getCatalog() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getCategory() - Method in class org.opends.guitools.controlpanel.ui.components.CategoryPanel
-
Returns the category associated with this panel.
- getCategoryName(String) - Static method in class org.opends.server.loggers.LoggingCategoryNames
-
Returns the simple category name corresponding to the provided class name
or the class name if no mapping corresponds.
- getCategoryName(String, String) - Static method in class org.opends.server.loggers.LoggingCategoryNames
-
Returns the simple category name corresponding to the provided class name
or a class name if no mapping corresponds.
- getCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the c Attribute Type
which has the OID 2.5.4.6.
- getCause() - Method in exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
-
Gets the first exception that caused this exception.
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns the throwable cause associated with this result if available.
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getCauses() - Method in exception org.forgerock.opendj.config.client.ManagedObjectDecodingException
-
Get an unmodifiable collection view of the causes of this exception.
- getCauses() - Method in exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
-
Gets an unmodifiable collection view of the causes of this exception.
- getCauses() - Method in exception org.forgerock.opendj.config.server.ServerManagedObjectDecodingException
-
Get an unmodifiable collection view of the causes of this exception.
- getCellEditorValue() - Method in class org.opends.guitools.controlpanel.ui.renderer.AttributeCellEditor
-
- getCertificate(String) - Method in class org.opends.server.util.CertificateManager
-
Retrieves the certificate with the specified alias from the key store.
- getCertificateAlias() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the alias of the server certificate that should be used
for operations requiring a server certificate.
- getCertificateAliases() - Method in class org.opends.server.util.CertificateManager
-
Retrieves the aliases of the certificates in the specified key store.
- getCertificateAttribute() - Method in interface org.forgerock.opendj.server.config.client.ExternalSASLMechanismHandlerCfgClient
-
Gets the "certificate-attribute" property.
- getCertificateAttribute() - Method in interface org.forgerock.opendj.server.config.server.ExternalSASLMechanismHandlerCfg
-
Gets the "certificate-attribute" property.
- getCertificateAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSASLMechanismHandlerCfgDefn
-
Get the "certificate-attribute" property definition.
- getCertificateChain(String) - Method in class org.opends.admin.ads.util.ApplicationKeyManager
-
- getCertificateChain(String) - Method in class org.opends.server.util.SelectableCertificateKeyManager
-
Retrieves the certificate chain for the provided alias.
- getCertificateExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the certificateExactMatch Matching Rule
which has the OID 2.5.13.34.
- getCertificateListSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Certificate List Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.9.
- getCertificateMapper() - Method in interface org.forgerock.opendj.server.config.client.ExternalSASLMechanismHandlerCfgClient
-
Gets the "certificate-mapper" property.
- getCertificateMapper(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Certificate Mapper.
- getCertificateMapper() - Method in interface org.forgerock.opendj.server.config.server.ExternalSASLMechanismHandlerCfg
-
Gets the "certificate-mapper" property.
- getCertificateMapper(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Certificate Mapper.
- getCertificateMapper(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the certificate mapper registered with the provided entry DN.
- getCertificateMapperDN() - Method in interface org.forgerock.opendj.server.config.server.ExternalSASLMechanismHandlerCfg
-
Gets the "certificate-mapper" property as a DN.
- getCertificateMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSASLMechanismHandlerCfgDefn
-
Get the "certificate-mapper" property definition.
- getCertificateMappersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "certificate-mappers" relation definition.
- getCertificatePairSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Certificate Pair Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.10.
- getCertificateRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the certificateRevocationList Attribute Type
which has the OID 2.5.4.39.
- getCertificateSubjectDN() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "certificate-subject-dn" property.
- getCertificateSubjectDN() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "certificate-subject-dn" property.
- getCertificateSubjectDNPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "certificate-subject-dn" property definition.
- getCertificateSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Certificate Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.8.
- getCertificateType() - Method in class org.opends.quicksetup.SecurityOptions
-
Returns the CertificateType for this instance.
- getCertificateValidationPolicy() - Method in interface org.forgerock.opendj.server.config.client.ExternalSASLMechanismHandlerCfgClient
-
Gets the "certificate-validation-policy" property.
- getCertificateValidationPolicy() - Method in interface org.forgerock.opendj.server.config.server.ExternalSASLMechanismHandlerCfg
-
Gets the "certificate-validation-policy" property.
- getCertificateValidationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSASLMechanismHandlerCfgDefn
-
Get the "certificate-validation-policy" property definition.
- getCertificationAuthorityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the certificationAuthority Object Class
which has the OID 2.5.6.16.
- getCertificationAuthorityV2ObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the certificationAuthority-V2 Object Class
which has the OID 2.5.6.16.2.
- getCertNicknameArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'certNicknameArg' global argument.
- getChain() - Method in exception org.opends.admin.ads.util.OpendsCertificateException
-
Return the certificate chain which is unknown and has caused
the SSL handcheck failure.
- getChain() - Method in exception org.opends.quicksetup.UserDataCertificateException
-
Returns the certificate chain received when this exception was generated.
- getChangeListeners(DN) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
-
Retrieves the change listeners that have been registered with the
provided DN.
- getChangeListeners(DN) - Method in class org.opends.server.config.ConfigurationHandler
-
- getChangelogDB() - Method in class org.opends.server.replication.server.ReplicationServer
-
Returns the changelogDB.
- getChangelogState() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogStateProvider
-
Returns the current state of the replication changelog.
- getChangeNumber() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Returns the change number for this entry change notification control.
- getChangeNumber() - Method in class org.opends.server.controls.EntryChangeNotificationControl
-
Retrieves the change number for this entry change notification control.
- getChangeNumber() - Method in class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
-
Getter for the change number field.
- getChangeNumberIndexDB() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
-
- getChangeNumberIndexDB() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
-
- getChangeOperationType() - Method in class org.opends.server.util.AddChangeRecordEntry
-
- getChangeOperationType() - Method in class org.opends.server.util.ChangeRecordEntry
-
Retrieves the name of the change operation type.
- getChangeOperationType() - Method in class org.opends.server.util.DeleteChangeRecordEntry
-
Retrieves the name of the change operation type.
- getChangeOperationType() - Method in class org.opends.server.util.ModifyChangeRecordEntry
-
Retrieves the name of the change operation type.
- getChangeOperationType() - Method in class org.opends.server.util.ModifyDNChangeRecordEntry
-
Retrieves the name of the change operation type.
- getChangesOnly() - Method in class org.opends.server.controls.PersistentSearchControl
-
Indicates whether to only return changes that match the associated search
criteria, or to also return all existing entries that match the filter.
- getChangetimeHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "changetime-heartbeat-interval" property.
- getChangetimeHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "changetime-heartbeat-interval" property.
- getChangetimeHeartbeatIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "changetime-heartbeat-interval" property definition.
- getChangeType() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Returns the change type for this entry change notification control.
- getChangeType() - Method in class org.opends.server.controls.EntryChangeNotificationControl
-
Retrieves the change type for this entry change notification control.
- getChangeTypes() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Returns an unmodifiable set containing the types of update operation for
which change notifications should be returned.
- getChangeTypes() - Method in class org.opends.server.controls.PersistentSearchControl
-
Retrieves the set of change types for this persistent search control.
- getChannel() - Method in class org.opends.server.api.ClientConnection
-
Return the lowest level channel associated with a connection.
- getChannel() - Method in interface org.opends.server.extensions.ConnectionSecurityProvider
-
Returns the security provider's byte channel.
- getChannel() - Method in class org.opends.server.extensions.SASLByteChannel
-
- getChannel() - Method in class org.opends.server.extensions.TLSByteChannel
-
- getChannel() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the TLS redirecting byte channel used in a LDAP client
connection.
- getCharacters() - Method in class org.opends.server.types.NamedCharacterSet
-
Retrieves the characters included in this character set.
- getCharacterSet() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
-
Gets the "character-set" property.
- getCharacterSet() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
-
Gets the "character-set" property.
- getCharacterSetPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Get the "character-set" property definition.
- getCharacterSetRanges() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
-
Gets the "character-set-ranges" property.
- getCharacterSetRanges() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
-
Gets the "character-set-ranges" property.
- getCharacterSetRangesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Get the "character-set-ranges" property definition.
- getCheckReferencesFilterCriteria() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
-
Gets the "check-references-filter-criteria" property.
- getCheckReferencesFilterCriteria() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Gets the "check-references-filter-criteria" property.
- getCheckReferencesFilterCriteriaPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "check-references-filter-criteria" property definition.
- getCheckReferencesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "check-references" property definition.
- getCheckReferencesScopeCriteria() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
-
Gets the "check-references-scope-criteria" property.
- getCheckReferencesScopeCriteria() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Gets the "check-references-scope-criteria" property.
- getCheckReferencesScopeCriteriaPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "check-references-scope-criteria" property definition.
- getCheckSchemaPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "check-schema" property definition.
- getCheckSubstringsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Get the "check-substrings" property definition.
- getCheckSubstringsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Get the "check-substrings" property definition.
- getChecksumAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
-
Gets the "checksum-algorithm" property.
- getChecksumAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
-
Gets the "checksum-algorithm" property.
- getChecksumAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "checksum-algorithm" property definition.
- getChecksumValue() - Method in class org.opends.server.replication.plugin.ReplLDIFOutputStream
-
Get the value of the underlying checksum.
- getChild(String) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the named child managed object definition which inherits from this
managed object definition.
- getChild(InstantiableRelationDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Retrieves an instantiable child managed object.
- getChild(OptionalRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Retrieves an optional child managed object.
- getChild(SingletonRelationDefinition<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Retrieves a singleton child managed object.
- getChild(SetRelationDefinition<C, S>, String) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Retrieves a set child managed object.
- getChild(InstantiableRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getChild(OptionalRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getChild(SingletonRelationDefinition<C, S>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getChild(SetRelationDefinition<C, S>, String) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getChild(InstantiableRelationDefinition<?, M>, String) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Retrieve an instantiable child managed object.
- getChild(OptionalRelationDefinition<?, M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Retrieve an optional child managed object.
- getChild(SetRelationDefinition<?, M>, String) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Retrieve a set child managed object.
- getChild(SingletonRelationDefinition<?, M>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Retrieve a singleton child managed object.
- getChild() - Method in class org.opends.guitools.controlpanel.ui.components.CategoryPanel
-
Returns the component that must be displayed by this panel if its
CategoryButton is in a certain state.
- getChildDefinition() - Method in class org.forgerock.opendj.config.RelationDefinition
-
Get the definition of the child managed object.
- getChildDN(String) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Constructs a DN for a referenced managed object having the provided name.
- getChildEntries() - Method in class org.opends.guitools.controlpanel.browser.NodeRefresher
-
Returns the child entries of the node.
- getChildPath(String) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Constructs a managed object path for a referenced managed object having
the provided name.
- getChildren() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the child managed object definitions which inherit directly from this
managed object definition.
- getChildren(DN) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
-
Returns the set of DNs of children of the entry corresponding to the
provided DN. .
- getChildren(DN) - Method in class org.opends.server.config.ConfigurationHandler
-
- getChopAfter() - Method in class org.opends.server.types.SubtreeSpecification
-
Get the set of chop after relative DNs.
- getChopBefore() - Method in class org.opends.server.types.SubtreeSpecification
-
Get the set of chop before relative DNs.
- getCipher() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the cipher name or strength that the client is willing to use
when connection encryption quality of protection,
AUTH-CONF, is requested.
- getCipherInputStream(InputStream) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getCipherInputStream(InputStream) - Method in class org.opends.server.crypto.CryptoSuite
-
- getCipherInputStream(InputStream) - Method in interface org.opends.server.types.CryptoManager
-
Returns a CipherInputStream instantiated with a cipher
corresponding to the key identifier prologue to the data.
- getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Gets the "cipher-key-length" property.
- getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Gets the "cipher-key-length" property.
- getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "cipher-key-length" property.
- getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the "cipher-key-length" property.
- getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the "cipher-key-length" property.
- getCipherKeyLength() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "cipher-key-length" property.
- getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "cipher-key-length" property definition.
- getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "cipher-key-length" property definition.
- getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "cipher-key-length" property definition.
- getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "cipher-key-length" property definition.
- getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "cipher-key-length" property definition.
- getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "cipher-key-length" property definition.
- getCipherKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "cipher-key-length" property definition.
- getCipherOutputStream(OutputStream) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getCipherOutputStream(String, int, OutputStream) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getCipherOutputStream(OutputStream) - Method in class org.opends.server.crypto.CryptoSuite
-
- getCipherOutputStream(OutputStream) - Method in interface org.opends.server.types.CryptoManager
-
Writes encrypted data to the provided output stream using the
preferred cipher transformation.
- getCipherOutputStream(String, int, OutputStream) - Method in interface org.opends.server.types.CryptoManager
-
Writes encrypted data to the provided output stream using the
requested cipher transformation.
- getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Gets the "cipher-transformation" property.
- getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Gets the "cipher-transformation" property.
- getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "cipher-transformation" property.
- getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the "cipher-transformation" property.
- getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the "cipher-transformation" property.
- getCipherTransformation() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "cipher-transformation" property.
- getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "cipher-transformation" property definition.
- getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "cipher-transformation" property definition.
- getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "cipher-transformation" property definition.
- getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "cipher-transformation" property definition.
- getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "cipher-transformation" property definition.
- getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "cipher-transformation" property definition.
- getCipherTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "cipher-transformation" property definition.
- getClassesDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the classes directory.
- getClassLoader() - Method in class org.forgerock.opendj.config.ConfigurationFramework
-
Returns the class loader which should be used for loading classes and resources.
- getClassLoader() - Static method in class org.opends.server.core.DirectoryServer
-
Gets the class loader to be used with this directory server application.
- getClassName() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Retrieves the fully-qualified name of the Java class for this alert generator implementation.
- getClassName() - Method in interface org.opends.server.api.AlertGenerator
-
Retrieves the fully-qualified name of the Java class for this
alert generator implementation.
- getClassName() - Method in class org.opends.server.authorization.dseecompat.AciListenerManager
-
Retrieves the fully-qualified name of the Java class for this alert
generator implementation.
- getClassName() - Method in class org.opends.server.backends.LDIFBackend
-
- getClassName() - Method in class org.opends.server.backends.SchemaBackend
-
- getClassName() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the fully-qualified name of the Java class for this alert
generator implementation.
- getClassName() - Method in class org.opends.server.config.ConfigurationHandler
-
- getClassName() - Method in class org.opends.server.core.AccessControlConfigManager
-
- getClassName() - Method in class org.opends.server.core.DirectoryServer
-
Retrieves the fully-qualified name of the Java class for this alert
generator implementation.
- getClassName() - Method in class org.opends.server.extensions.DiskSpaceMonitor
-
- getClassName(int) - Method in class org.opends.server.plugins.profiler.ProfileStack
-
Retrieves the class name from the specified frame in the stack.
- getClassName() - Method in class org.opends.server.plugins.profiler.ProfileStackFrame
-
Retrieves the class name for this stack frame.
- getClassName() - Method in class org.opends.server.plugins.UniqueAttributePlugin
-
- getClassName() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getClassName() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves the fully-qualified name of the Java class for this alert
generator implementation.
- getClassName() - Method in class org.opends.server.protocols.LDIFConnectionHandler
-
- getClassName() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
-
- getClassName() - Method in class org.opends.server.snmp.SNMPConnectionHandler
-
Retrieves the fully-qualified name of the Java class for this
alert generator implementation.
- getClassName() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the name of the class implementing the task represented here.
- getClassNames() - Method in class org.opends.server.plugins.profiler.ProfileStack
-
Retrieves the class names in this stack.
- getCleanList() - Method in class org.opends.server.backends.VerifyConfig
-
Get the names of indexes to be verified for cleanliness.
- getClearPasswords() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves a list of the clear-text passwords for the user.
- getClientAddress() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves a string representation of the address of the client.
- getClientAddress() - Method in class org.opends.server.api.ClientConnection
-
Retrieves a string representation of the address of the client.
- getClientAddress() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the client's address.
- getClientAddress() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getClientAddress() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves a string representation of the address of the client.
- getClientAddress() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves a string representation of the address of the client.
- getClientAddress() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves a string representation of the address of the client.
- getClientAliases(String, Principal[]) - Method in class org.opends.admin.ads.util.ApplicationKeyManager
-
- getClientAliases(String, Principal[]) - Method in class org.opends.server.util.SelectableCertificateKeyManager
-
Retrieves the set of certificate aliases that may be used for client
authentication with the given public key type and set of issuers.
- getClientCertificateChain() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Return the certificate chain array associated with a connection.
- getClientCertificateChain() - Method in interface org.opends.server.extensions.ConnectionSecurityProvider
-
Return a certificate chain array.
- getClientCertificateChain() - Method in class org.opends.server.extensions.SASLByteChannel
-
- getClientCertificateChain() - Method in class org.opends.server.extensions.TLSByteChannel
-
- getClientCertificateChain() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Return the certificate chain array associated with a connection.
- getClientConnection() - Method in class org.opends.server.core.OperationWrapper
-
- getClientConnection() - Method in class org.opends.server.protocols.jmx.Credential
-
Returns the associated Client connection.
- getClientConnection() - Method in class org.opends.server.types.AbstractOperation
-
- getClientConnection() - Method in interface org.opends.server.types.Operation
-
Retrieves the client connection with which this operation is
associated.
- getClientConnection() - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the client connection with which this operation is
associated.
- getClientConnections() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Retrieves the set of active client connections that have been established through this connection handler.
- getClientConnections() - Method in class org.opends.server.api.ConnectionHandler
-
Retrieves the set of active client connections that have been
established through this connection handler.
- getClientConnections() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getClientConnections() - Method in class org.opends.server.protocols.internal.InternalConnectionHandler
-
Retrieves the set of active client connections that have been
established through this connection handler.
- getClientConnections() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
Retrieves the set of active client connections that have been
established through this connection handler.
- getClientConnections() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves the set of active client connections that have been established
through this connection handler.
- getClientConnections() - Method in class org.opends.server.protocols.ldap.LDAPRequestHandler
-
Retrieves the set of all client connections that are currently registered
with this request handler.
- getClientConnections() - Method in class org.opends.server.protocols.LDIFConnectionHandler
-
- getClientConnections() - Method in class org.opends.server.snmp.SNMPConnectionHandler
-
Retrieves the set of active client connections that have been
established through this connection handler.
- getClientConstraintHandlers() - Method in class org.forgerock.opendj.config.Constraint
-
Gets the client-side constraint handlers which will be used to enforce
this constraint in client applications.
- getClientConstraintHandlers() - Method in class org.forgerock.opendj.config.GenericConstraint
-
- getClientDN() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Get client DN.
- getClientEntry() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Get the client entry.
- getClientHost() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the client's host.
- getClientHost() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getClientHostPort() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the address and port (if available) of the client
system, separated by a colon.
- getClientId() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClient
-
Gets the "client-id" property.
- getClientId() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the "client-id" property.
- getClientIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "client-id" property definition.
- getClientInfo(String) - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getClientInfo() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getClientPort() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the port number for this connection on the client system.
- getClientPort() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the port number for this connection on the client
system if available.
- getClientPort() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the client's port.
- getClientPort() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getClientPort() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves the port number for this connection on the client
system.
- getClientPort() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the port number for this connection on the client system.
- getClientPort() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the port number for this connection on the client system.
- getClientSecret() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClient
-
Gets the "client-secret" property.
- getClientSecret() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the "client-secret" property.
- getClientSecretPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "client-secret" property definition.
- getCloseButtonToolTip() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getCloseButtonToolTip() - Method in class org.opends.quicksetup.installer.Installer
-
- getCloseButtonToolTip() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the key for the close button's tool tip text.
- getClosureMessage() - Method in enum org.opends.server.types.DisconnectReason
-
Retrieves the human-readable disconnect reason.
- getCNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the cn Attribute Type
which has the OID 2.5.4.3.
- getCode() - Method in class org.opends.dsml.protocol.ResultCode
-
Gets the value of the code property.
- getCollectiveAttributes() - Method in class org.opends.server.types.SubEntry
-
Getter for collective attributes contained within this subentry.
- getCollectiveSubentries(DN) - Method in class org.opends.server.core.SubentryManager
-
Return collective subentries applicable to specific DN.
- getCollectiveSubentries(Entry) - Method in class org.opends.server.core.SubentryManager
-
Return collective subentries applicable to specific entry.
- getColumnClass(int) - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
- getColumnCount() - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
- getColumnCount() - Method in class org.opends.guitools.controlpanel.datamodel.BackupTableModel
-
- getColumnCount() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNTableModel
-
- getColumnCount() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerTableModel
-
- getColumnCount() - Method in class org.opends.guitools.controlpanel.datamodel.DatabaseMonitoringTableModel
-
- getColumnCount() - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
Returns the column count.
- getColumnName(int) - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
- getColumnName(int) - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNTableModel
-
- getColumnName(int) - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerTableModel
-
- getColumnName(int) - Method in class org.opends.guitools.controlpanel.datamodel.DatabaseMonitoringTableModel
-
- getColumnName(int) - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
- getColumnNames() - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
Returns the column names of the table.
- getColumnNames() - Method in class org.opends.guitools.controlpanel.datamodel.IndexTableModel
-
- getColumnNames() - Method in class org.opends.guitools.controlpanel.datamodel.VLVIndexTableModel
-
- getColumns() - Method in class com.forgerock.opendj.cli.MultiColumnPrinter
-
- getCommandBuilder() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Returns the command builder with the equivalent arguments on the
non-interactive mode.
- getCommandFile(String) - Method in class org.opends.quicksetup.Installation
-
Gets the file for invoking a particular command appropriate for the current
operating system.
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.AddToGroupTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.CancelTaskTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.DeleteBaseDNAndBackendTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.DeleteEntryTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.DeleteIndexTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.ModifyAttributeTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.ModifyEntryTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.ModifyObjectClassTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.NewEntryTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.NewSchemaElementsTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.RebuildIndexTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.ResetUserPasswordTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.StartServerTask
-
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the list of command-line arguments.
- getCommandLineArguments() - Method in class org.opends.guitools.controlpanel.ui.InclusionExclusionPanel.InclusionExclusionTask
-
Returns the command line arguments corresponding to the elements
displayed in the inclusion/exclusion panels.
- getCommandLineMaxLineWidth() - Static method in class org.opends.quicksetup.util.Utils
-
Returns the max size in character of a line to be displayed in the command
line.
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.AddToGroupTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.CancelTaskTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.DeleteBaseDNAndBackendTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.DeleteEntryTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.DeleteIndexTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.ModifyAttributeTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.ModifyEntryTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.ModifyObjectClassTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.NewEntryTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.NewSchemaElementsTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.RebuildIndexTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.ResetUserPasswordTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.RestartServerTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.StartServerTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.StopServerTask
-
- getCommandLinePath() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the full path of the command-line associated with this task or
null if there is not a command-line (or a single command-line)
associated with the task.
- getCommandLinePath(String) - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the full path of the command-line for a given script name.
- getCommandLineToDisplay() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the command-line to be displayed (when we display the equivalent
command-line).
- getCommonAudit() - Method in interface org.opends.server.core.ServerContext
-
Returns the common audit manager.
- getCommunity() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "community" property.
- getCommunity() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "community" property.
- getCommunityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "community" property definition.
- getCompactEncodingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "compact-encoding" property definition.
- getCompactEncodingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "compact-encoding" property definition.
- getCompactEncodingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "compact-encoding" property definition.
- getCompactEncodingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "compact-encoding" property definition.
- getCompactEncodingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "compact-encoding" property definition.
- getCompareRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a compare request
protocol op.
- getCompareRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of compare requests that have been received.
- getCompareResponseProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a compare response
protocol op.
- getCompareResponses() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of compare responses that have been sent.
- getCompatibleVersion(short) - Static method in class org.opends.server.replication.protocol.ProtocolVersion
-
Specifies the oldest version of the protocol from the provided one
and the current one.
- getCompleteList() - Method in class org.opends.server.backends.VerifyConfig
-
Get the names of indexes to be verified for completeness.
- getCompletionNotificationEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the email messages that will be used for notifications
when the task completes.
- getCompletionTime() - Method in class org.opends.server.backends.task.Task
-
Retrieves the time that this task completed all of its associated
processing (regardless of whether it was successful), if it has completed.
- getCompletionTime() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the human-friendly completion time.
- getComponentEntryDN() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Retrieves the DN of the configuration entry with which this alert generator is associated.
- getComponentEntryDN() - Method in interface org.opends.server.api.AlertGenerator
-
Retrieves the DN of the configuration entry with which this alert
generator is associated.
- getComponentEntryDN() - Method in class org.opends.server.api.ConnectionHandler
-
Retrieves the DN of the configuration entry with which this alert
generator is associated.
- getComponentEntryDN() - Method in class org.opends.server.authorization.dseecompat.AciListenerManager
-
Retrieves the DN of the configuration entry used to configure the
handler.
- getComponentEntryDN() - Method in class org.opends.server.backends.LDIFBackend
-
- getComponentEntryDN() - Method in class org.opends.server.backends.SchemaBackend
-
- getComponentEntryDN() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the DN of the configuration entry with which this alert generator
is associated.
- getComponentEntryDN() - Method in class org.opends.server.config.ConfigurationHandler
-
- getComponentEntryDN() - Method in class org.opends.server.core.AccessControlConfigManager
-
- getComponentEntryDN() - Method in class org.opends.server.core.DirectoryServer
-
Retrieves the DN of the configuration entry with which this alert generator
is associated.
- getComponentEntryDN() - Method in class org.opends.server.extensions.DiskSpaceMonitor
-
- getComponentEntryDN() - Method in class org.opends.server.plugins.UniqueAttributePlugin
-
- getComponentEntryDN() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getComponentEntryDN() - Method in class org.opends.server.protocols.internal.InternalConnectionHandler
-
Return the configuration dn of the object.
- getComponentEntryDN() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
Retrieves the DN of the configuration entry with which this alert
generator is associated.
- getComponentEntryDN() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves the DN of the configuration entry with which this alert generator
is associated.
- getComponentEntryDN() - Method in class org.opends.server.protocols.LDIFConnectionHandler
-
- getComponentEntryDN() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
-
- getComponentEntryDN() - Method in class org.opends.server.snmp.SNMPConnectionHandler
-
Retrieves the DN of the configuration entry with which this alert
generator is associated.
- getCompressedSchema() - Method in class org.opends.server.types.EntryEncodeConfig
-
Retrieves the compressed schema manager that may be used to
generate compact schema encodings with this entry encode
configuration.
- getComputeChangeNumberPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "compute-change-number" property definition.
- getCondition() - Method in interface org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.ConditionalFilter
-
- getCondition() - Method in class org.opends.server.protocols.http.authz.HttpAuthorizationMechanism
-
- getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Get the "confidentiality-enabled" property definition.
- getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "confidentiality-enabled" property definition.
- getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "confidentiality-enabled" property definition.
- getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "confidentiality-enabled" property definition.
- getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "confidentiality-enabled" property definition.
- getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "confidentiality-enabled" property definition.
- getConfidentialityEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "confidentiality-enabled" property definition.
- getConfigCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the command-line arguments that correspond to the configuration.
- getConfigDirectory() - Method in interface org.forgerock.opendj.server.config.client.Rest2ldapEndpointCfgClient
-
Gets the "config-directory" property.
- getConfigDirectory() - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
-
Gets the "config-directory" property.
- getConfigDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
-
Get the "config-directory" property definition.
- getConfigEntry(DN) - Static method in class org.opends.server.core.DirectoryServer
-
- getConfigEntry(LocalBackend<?>) - Static method in class org.opends.server.tasks.TaskUtils
-
Get the configuration entry for a given backend.
- getConfigEntryDN() - Method in class org.opends.server.backends.task.TaskBackend
-
Retrieves the DN of the configuration entry for this task backend.
- getConfigEntryDN() - Method in class org.opends.server.types.BackupDirectory
-
Retrieves the DN of the configuration entry for the backend with which this
backup directory is associated.
- getConfigErrorHandler(EntryCacheCommon.ConfigPhase, List<LocalizableMessage>, List<LocalizableMessage>) - Static method in class org.opends.server.extensions.EntryCacheCommon
-
Create a new error handler.
- getConfigFile() - Method in interface org.forgerock.opendj.server.config.client.ExternalAccessLogPublisherCfgClient
-
Gets the "config-file" property.
- getConfigFile() - Method in interface org.forgerock.opendj.server.config.client.ExternalHTTPAccessLogPublisherCfgClient
-
Gets the "config-file" property.
- getConfigFile() - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
-
Gets the "config-file" property.
- getConfigFile() - Method in interface org.forgerock.opendj.server.config.server.ExternalHTTPAccessLogPublisherCfg
-
Gets the "config-file" property.
- getConfigFile() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the path to the configuration file used to initialize the
Directory Server.
- getConfigFile() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the config file value provided in the hidden argument of the
command-line.
- getConfigFile() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
-
Retrieves the configuration file that should be used to
initialize the Directory Server config handler.
- getConfigFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Get the "config-file" property definition.
- getConfigFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalHTTPAccessLogPublisherCfgDefn
-
Get the "config-file" property definition.
- getConfigPhase() - Method in class org.opends.server.extensions.EntryCacheCommon.ConfigErrorHandler
-
Get the current configuration phase.
- getConfigRepository() - Method in class org.forgerock.opendj.config.server.ServerManagementContext
-
Returns the repository containing all configuration entries.
- getConfiguration() - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Creates a client configuration view of this managed object.
- getConfiguration() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getConfiguration() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Creates a server configuration view of this managed object.
- getConfiguration() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
-
Returns the configuration of this server, which can be read or updated.
- getConfigurationConnection() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Return the connection for accessing the directory configuration.
- getConfigurationDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the config files under the install path.
- getConfigurationElementCreatedListeners() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the list of configuration listeners.
- getConfigurationFile() - Method in class org.opends.server.config.ConfigurationHandler
-
Returns the configuration file containing all configuration entries.
- getConfigurationHandler() - Method in interface org.opends.server.core.ServerContext
-
Returns the configuration handler, which provides operations to the configuration.
- getConfigurationObject() - Method in class org.opends.guitools.controlpanel.event.ConfigurationElementCreatedEvent
-
Returns the newly created configuration object.
- getConfigurationUpgradeDirectory() - Method in class org.opends.quicksetup.Installation
-
Gets the directory config/upgrade.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.EntryDNVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.EntryUUIDVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.MemberVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.EntryDNVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.EntryUUIDVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
-
Gets the "conflict-behavior" property.
- getConflictBehavior() - Method in class org.opends.server.types.SubEntry
-
Getter for collective conflict behavior defined for this collective attributes subentry.
- getConflictBehavior() - Method in class org.opends.server.types.VirtualAttributeRule
-
Retrieves the behavior that the server should exhibit for entries
that already have one or more real values for the target attribute.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Get the "conflict-behavior" property definition.
- getConflictsHistoricalPurgeDelay() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "conflicts-historical-purge-delay" property.
- getConflictsHistoricalPurgeDelay() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "conflicts-historical-purge-delay" property.
- getConflictsHistoricalPurgeDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "conflicts-historical-purge-delay" property definition.
- getConnectedDirectoryServerIds() - Method in class org.opends.server.replication.server.ReplicationServerHandler
-
Return a Set containing the servers known by this replicationServer.
- getConnectedDSNumber() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Gets the number of directory servers connected to the replication server.
- getConnectedDSs() - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Get the map of connected DSs.
- getConnectedRSs() - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Get the map of connected RSs.
- getConnection() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
-
Returns a connection to the Directory Server associated with this
connection factory.
- getConnection() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
-
Obtains a connection from this connection pool, potentially opening a new
connection if needed.
- getConnection() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
- getConnection() - Method in class org.forgerock.opendj.rest2ldap.AuthenticatedConnectionContext
-
Returns the cached pre-authenticated LDAP connection which should be
re-used for subsequent LDAP operations.
- getConnection() - Method in interface org.forgerock.opendj.server.core.Operation
-
Returns a connection for performing internal operations.
- getConnection() - Method in class org.opends.admin.ads.ADSContext
-
Returns the connection used to retrieve information by this ADSContext.
- getConnection() - Method in class org.opends.admin.ads.util.ConnectionWrapper
-
Returns the connection.
- getConnection(LDAPURL) - Method in class org.opends.guitools.controlpanel.browser.LDAPConnectionPool
-
Returns an LDAPConnection for accessing the specified url.
- getConnection() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the connection to be used by the ControlPanelInfo to retrieve
monitoring and configuration information.
- getConnection() - Method in class org.opends.guitools.uninstaller.ui.LoginDialog
-
Returns the connection we got with the provided authentication.
- getConnectionAsync() - Method in class org.forgerock.opendj.grizzly.GrizzlyLDAPConnectionFactory
-
- getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
-
Asynchronously obtains a connection to the Directory Server associated
with this connection factory.
- getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
-
Asynchronously obtains a connection from this connection pool,
potentially opening a new connection if needed.
- getConnectionAsync() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
- getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Asynchronously obtains a connection to the Directory Server associated
with this connection factory.
- getConnectionClientAddressEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "connection-client-address-equal-to" property.
- getConnectionClientAddressEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "connection-client-address-equal-to" property.
- getConnectionClientAddressEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "connection-client-address-equal-to" property definition.
- getConnectionClientAddressNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "connection-client-address-not-equal-to" property.
- getConnectionClientAddressNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "connection-client-address-not-equal-to" property.
- getConnectionClientAddressNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "connection-client-address-not-equal-to" property definition.
- getConnectionCommandLineArguments() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the list of arguments related to the connection (host, port, bind
DN, etc.).
- getConnectionCommandLineArguments(boolean, boolean) - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the list of arguments related to the connection (host, port, bind
DN, etc.).
- getConnectionEnv() - Method in class org.opends.server.protocols.jmx.OpendsJmxConnector
-
Returns the connection environment.
- getConnectionError() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Returns the error that caused the connection to fail, or null if
the connection has not failed.
- getConnectionFactory(String) - Method in class org.forgerock.opendj.rest2ldap.Rest2LdapHttpApplication
-
- getConnectionHandler() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the connection handler that accepted this client connection.
- getConnectionHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Connection Handler.
- getConnectionHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Connection Handler.
- getConnectionHandler() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the connection handler that accepted this client
connection.
- getConnectionHandler() - Method in class org.opends.server.config.AdministrationConnector
-
Retrieves the connection handler linked to this administration connector.
- getConnectionHandler() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves the connection handler that accepted this client
connection.
- getConnectionHandler() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the connection handler that accepted this client connection.
- getConnectionHandler() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the connection handler that accepted this client
connection.
- getConnectionHandler(ObjectName) - Method in class org.opends.server.snmp.SNMPMonitor
-
Return the ObjectName of the Connection Handler corresponding to the
statistics name.
- getConnectionHandlerMonitor() - Method in class org.opends.server.api.ConnectionHandler
-
Retrieves the monitor instance for this connection handler.
- getConnectionHandlerName() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
- getConnectionHandlerName() - Method in class org.opends.server.api.ConnectionHandler
-
Retrieves a name that may be used to refer to this connection
handler.
- getConnectionHandlerName() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getConnectionHandlerName() - Method in class org.opends.server.protocols.internal.InternalConnectionHandler
-
Retrieves a name that may be used to refer to this connection
handler.
- getConnectionHandlerName() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
- getConnectionHandlerName() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
- getConnectionHandlerName() - Method in class org.opends.server.protocols.LDIFConnectionHandler
-
- getConnectionHandlerName() - Method in class org.opends.server.snmp.SNMPConnectionHandler
-
Retrieves a name that may be used to refer to this connection
handler.
- getConnectionHandlers() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the listener descriptors of the server.
- getConnectionHandlers() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the listener descriptors found in the config.ldif.
- getConnectionHandlers() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of connection handlers configured in the Directory
Server.
- getConnectionHandlers() - Method in class org.opends.server.snmp.SNMPMonitor
-
Return a Set of Connection Handler ObjectNames.
- getConnectionHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "connection-handlers" relation definition.
- getConnectionHandlersStatistics() - Method in class org.opends.server.snmp.SNMPMonitor
-
Gets the Connection Handlers Statistics MBean.
- getConnectionHandlerStatistics(ObjectName) - Method in class org.opends.server.snmp.SNMPMonitor
-
Returns the ObjectName of the Statistics Connection Handler name.
- getConnectionID() - Method in class com.forgerock.opendj.ldap.extensions.GetConnectionIDExtendedResult
-
Returns the client connection ID.
- getConnectionID() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the connection ID assigned to this connection.
- getConnectionID() - Method in interface org.forgerock.opendj.server.core.Operation
-
Retrieves the unique identifier that is assigned to the client connection
that submitted this operation.
- getConnectionID() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the unique identifier that has been assigned to this
connection.
- getConnectionID() - Method in class org.opends.server.core.OperationWrapper
-
- getConnectionID() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the unique identifier that has been assigned to the client
connection for this HTTP request.
- getConnectionID() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getConnectionID() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves the unique identifier that has been assigned to this
connection.
- getConnectionID() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the unique identifier that has been assigned to this connection.
- getConnectionId() - Method in class org.opends.server.protocols.jmx.OpendsJmxConnector
- getConnectionID() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the connection ID assigned to this connection.
- getConnectionID() - Method in class org.opends.server.types.AbstractOperation
-
- getConnectionID() - Method in interface org.opends.server.types.Operation
-
Retrieves the unique identifier that is assigned to the client
connection that submitted this operation.
- getConnectionID() - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the unique identifier that is assigned to the client
connection that submitted this operation.
- GetConnectionIDExtendedOperation - Class in org.opends.server.extensions
-
This class implements the "Get Connection ID" extended operation that can be
used to get the connection ID of the associated client connection.
- GetConnectionIDExtendedOperation() - Constructor for class org.opends.server.extensions.GetConnectionIDExtendedOperation
-
Create an instance of this "Get Connection ID" extended operation.
- GetConnectionIdExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Get Connection Id Extended
Operation Handler settings.
- GetConnectionIdExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Get Connection Id
Extended Operation Handler settings.
- GetConnectionIdExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Get Connection Id Extended Operation
Handler managed object definition meta information.
- GetConnectionIDExtendedRequest - Class in com.forgerock.opendj.ldap.extensions
-
Get connection ID extended request.
- GetConnectionIDExtendedResult - Class in com.forgerock.opendj.ldap.extensions
-
Get connection ID extended result.
- getConnectionPolicy() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the connection policy to be used by this ControlPanelInfo (and in
general by the control panel).
- getConnectionPool() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Return the connection pool used by this controller.
- getConnectionPool() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the connection pool to be used by the LDAP entry browsers.
- getConnectionPortEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "connection-port-equal-to" property.
- getConnectionPortEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "connection-port-equal-to" property.
- getConnectionPortEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "connection-port-equal-to" property definition.
- getConnectionProtocolEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "connection-protocol-equal-to" property.
- getConnectionProtocolEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "connection-protocol-equal-to" property.
- getConnectionProtocolEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "connection-protocol-equal-to" property definition.
- getConnectionsClosed() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of client connections that have been closed.
- getConnectionSecurityLayer() - Method in interface org.forgerock.opendj.ldap.requests.BindClient
-
Returns a connection security layer, but only if this bind client has
negotiated integrity and/or privacy protection for the underlying
connection.
- getConnectionsEstablished() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of client connections that have been
established.
- getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "connection-timeout" property.
- getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
-
Gets the "connection-timeout" property.
- getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "connection-timeout" property.
- getConnectionTimeout() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Gets the "connection-timeout" property.
- getConnectionTimeoutMS() - Static method in class org.opends.server.replication.plugin.MultimasterReplication
-
Returns the connection timeout in milli-seconds.
- getConnectionTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "connection-timeout" property definition.
- getConnectionTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Get the "connection-timeout" property definition.
- getConnectionType() - Method in class org.opends.admin.ads.util.ConnectionWrapper
-
Returns the connection type used by this connection wrapper.
- getConnectionWrapper() - Method in class org.opends.guitools.controlpanel.browser.ConnectionWithControls
-
Returns the connection wrapper.
- getConnectTime() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the time that this connection was established, measured
in the number of milliseconds since January 1, 1970 UTC.
- getConnectTimeout() - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Returns the connect time out.
- getConnectTimeout() - Method in class org.opends.guitools.controlpanel.browser.LDAPConnectionPool
-
Returns the timeout to establish the connection in milliseconds.
- getConnectTimeout() - Method in class org.opends.guitools.controlpanel.ControlPanelArgumentParser
-
Returns the timeout to be used to connect in milliseconds.
- getConnectTimeout() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the timeout to establish the connection in milliseconds.
- getConnectTimeout() - Method in class org.opends.quicksetup.UserData
-
Returns the timeout to be used to connect in milliseconds.
- getConnectTimeout() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliParser
-
Returns the timeout to be used to connect in milliseconds.
- getConnectTimeout() - Method in class org.opends.server.tools.InstallDSArgumentParser
-
Returns the timeout to be used to connect in milliseconds.
- getConnectTimeout() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Returns the timeout to be used to connect with the server.
- getConnectTimeoutArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'connectTimeout' argument.
- getConnectTimeString() - Method in class org.opends.server.api.ClientConnection
-
Retrieves a string representation of the time that this
connection was established.
- getConstants() - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Retrieves the set of constants defined for this template file.
- getConstraints() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the constraints defined by this managed object definition.
- getContainerClasses() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Return the array of container classes for this controller.
- getContainingScroll(Component) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the scrollpane where the provided component is contained.
- getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the content count returned by the server in the last virtual list
view response, if applicable.
- getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns the estimated total number of entries in the result set.
- getContentCount() - Method in class org.opends.server.controls.VLVRequestControl
-
Retrieves the content count indicating the estimated number of entries in
the complete result set.
- getContentCount() - Method in class org.opends.server.controls.VLVResponseControl
-
Retrieves the estimated total number of entries in the result set.
- getContents() - Method in class org.opends.quicksetup.Configuration
-
Provides the contents of the config.ldif file in a String.
- getContextCommandBuilder() - Method in class org.forgerock.opendj.config.dsconfig.LDAPManagementContextFactory
-
Returns the command builder that provides the equivalent arguments in interactive mode to get the management
context.
- getContextID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the context ID provided by the server in the last virtual list
view response for the same set of criteria, or null if there was
no previous virtual list view response or the server did not include a
context ID in the last response.
- getContextID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns a server-defined octet string which, if present, should be sent
back to the server by the client in a subsequent virtual list request.
- getContextID() - Method in class org.opends.server.controls.VLVRequestControl
-
Retrieves a context ID value that should be used to resume a previous VLV
results session.
- getContextID() - Method in class org.opends.server.controls.VLVResponseControl
-
Retrieves a context ID value that should be included in the next request
to retrieve a page of the same result set.
- getContinueInstallButton() - Method in class org.opends.quicksetup.ui.QuickSetupErrorPanel
-
Returns the continue install button.
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.Request
-
Decodes and returns the first control in this request having an OID
corresponding to the provided control decoder.
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.UnbindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.Response
-
Decodes and returns the first control in this response having an OID
corresponding to the provided control decoder.
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getControl() - Method in class org.opends.dsml.protocol.DsmlMessage
-
Gets the value of the control property.
- getController() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
Returns the browser controller in charge of the tree.
- getControlOID() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
Return the OID (Object Identifier) string of the control being evaluated.
- getControlPanelCommandFile() - Method in class org.opends.quicksetup.Installation
-
Gets the control panel command file appropriate for the current operating
system.
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.Request
-
Returns a List containing the controls included with this
request.
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.UnbindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.Response
-
Returns a List containing the controls included with this
response.
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getControls() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the set of controls for this LDAP message.
- getControls() - Method in class org.opends.server.types.IntermediateResponse
-
Retrieves the set of controls for this intermediate response.
- getControls() - Method in class org.opends.server.types.SearchResultEntry
-
Retrieves the set of controls to include with this search result
entry when it is sent to the client.
- getControls() - Method in class org.opends.server.types.SearchResultReference
-
Retrieves the set of controls to include with this search result
reference when it is sent to the client.
- getControlValue() - Method in class org.opends.dsml.protocol.Control
-
Gets the value of the controlValue property.
- getCookie() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
Returns the opaque cookie which is used by the server to track its
position in the set of search results.
- getCookie() - Method in class org.opends.server.controls.EntryChangelogNotificationControl
-
Retrieves the change type for this entry change notification control.
- getCookie() - Method in class org.opends.server.controls.ExternalChangelogRequestControl
-
Returns a copy of the cookie value.
- getCookie() - Method in class org.opends.server.controls.PagedResultsControl
-
Get the control value cookie element.
- getCoreConfigManager() - Static method in class org.opends.server.core.DirectoryServer
-
Returns the core configuration manager.
- getCoreConfigManager() - Method in interface org.opends.server.core.ServerContext
-
Returns the manager of core configuration.
- getCoreSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the core schema.
- getCountryObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the country Object Class
which has the OID 2.5.6.2.
- getCountryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Country String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.11.
- getCreateTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the createTimestamp Attribute Type
which has the OID 2.5.18.1.
- getCreationDate() - Method in class org.opends.guitools.controlpanel.datamodel.BackupDescriptor
-
Returns the creation date of the backup.
- getCreationStackTrace() - Method in class org.opends.server.api.DirectoryThread
-
Retrieves the stack trace that was captured at the time that this
thread was created.
- getCreationTime() - Method in class org.opends.server.replication.protocol.ErrorMsg
-
Get the creation time of this message.
- getCreatorsNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the creatorsName Attribute Type
which has the OID 2.5.18.3.
- getCredentials(byte[]) - Static method in class org.forgerock.opendj.adapter.server3x.Converters
-
- getCRlDistributionPointObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the cRLDistributionPoint Object Class
which has the OID 2.5.6.19.
- getCronExecutorService() - Method in interface org.opends.server.core.ServerContext
-
Returns the UNIX's cron-like executor service.
- getCronValue() - Method in class org.opends.guitools.controlpanel.datamodel.ScheduleType
-
Returns the CRON String representation of the schedule.
- getCrossCertificatePairAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the crossCertificatePair Attribute Type
which has the OID 2.5.4.40.
- getCryptoManager() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the Crypto Manager.
- getCryptoManager() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the Crypto Manager.
- getCryptoManager() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves a reference to the Directory Server crypto manager.
- getCryptoManager() - Method in interface org.opends.server.core.ServerContext
-
Returns the Crypto Manager for the instance.
- getCryptoManagerRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "crypto-manager" relation definition.
- getCryptPasswordStorageEncryptionAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.CryptPasswordStorageSchemeCfgClient
-
Gets the "crypt-password-storage-encryption-algorithm" property.
- getCryptPasswordStorageEncryptionAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.CryptPasswordStorageSchemeCfg
-
Gets the "crypt-password-storage-encryption-algorithm" property.
- getCryptPasswordStorageEncryptionAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
-
Get the "crypt-password-storage-encryption-algorithm" property definition.
- getCSN() - Method in class org.opends.server.plugins.ChangeNumberControlPlugin.ChangeNumberControl
-
Retrieves the CSN.
- getCSN(DN, int) - Method in class org.opends.server.replication.common.MultiDomainServerState
-
Returns the CSN associated to the provided replication domain's baseDN and
serverId.
- getCSN(int) - Method in class org.opends.server.replication.common.ServerState
-
Returns the CSN contained in this server state which corresponds to
the provided server ID.
- getCSN() - Method in class org.opends.server.replication.plugin.FakeOperation
-
Get the CSN.
- getCSN() - Method in class org.opends.server.replication.protocol.AckMsg
-
Get the CSN from the message.
- getCSN() - Method in class org.opends.server.replication.protocol.ChangeTimeHeartbeatMsg
-
Get a CSN with the transmitted change time.
- getCSN() - Method in class org.opends.server.replication.protocol.OperationContext
-
Gets the CSN of the Operation.
- getCSN(Operation) - Static method in class org.opends.server.replication.protocol.OperationContext
-
Get the CSN of an operation.
- getCSN(PluginOperation) - Static method in class org.opends.server.replication.protocol.OperationContext
-
Get the CSN of an operation from the synchronization context
attached to the provided operation.
- getCSN() - Method in class org.opends.server.replication.protocol.UpdateMsg
-
Get the CSN from the message.
- getCSN() - Method in class org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord
-
Getter for the replication CSN field.
- getCsvDelimiterChar() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "csv-delimiter-char" property.
- getCsvDelimiterChar() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "csv-delimiter-char" property.
- getCsvDelimiterChar() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "csv-delimiter-char" property.
- getCsvDelimiterChar() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "csv-delimiter-char" property.
- getCsvDelimiterCharPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "csv-delimiter-char" property definition.
- getCsvDelimiterCharPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "csv-delimiter-char" property definition.
- getCsvEolSymbols() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "csv-eol-symbols" property.
- getCsvEolSymbols() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "csv-eol-symbols" property.
- getCsvEolSymbols() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "csv-eol-symbols" property.
- getCsvEolSymbols() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "csv-eol-symbols" property.
- getCsvEolSymbolsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "csv-eol-symbols" property definition.
- getCsvEolSymbolsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "csv-eol-symbols" property definition.
- getCsvQuoteChar() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "csv-quote-char" property.
- getCsvQuoteChar() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "csv-quote-char" property.
- getCsvQuoteChar() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "csv-quote-char" property.
- getCsvQuoteChar() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "csv-quote-char" property.
- getCsvQuoteCharPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "csv-quote-char" property definition.
- getCsvQuoteCharPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "csv-quote-char" property definition.
- getCurrent() - Static method in class org.opends.quicksetup.BuildInformation
-
Creates an instance from constants present in the current build.
- getCurrentAttributeType() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Get the current attribute type being evaluated.
- getCurrentAttributeType() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
Get the current attribute type being evaluated.
- getCurrentAttributeValue() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
The current attribute type value being evaluated.
- getCurrentBackend() - Method in class org.opends.server.tools.RebuildIndex
-
Returns the current backend.
- getCurrentConfiguration() - Method in class org.opends.quicksetup.Installation
-
Gets the Configuration object representing this file.
- getCurrentConfigurationFile() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the configuration file of the directory server.
- getCurrentConnections() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the number of client connections that are currently established.
- getCurrentEntry() - Method in class org.opends.server.core.ModifyOperationBasis
-
Retrieves the current entry before any modifications are applied.
- getCurrentEntry() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
-
Retrieves the current entry before any modifications are applied.
- getCurrentEntry() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
-
Retrieves the current entry before any modifications are applied.
- getCurrentEntry() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
-
Retrieves the current entry before any modifications are applied.
- getCurrentEntry() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
-
Retrieves the current entry before any modifications are applied.
- getCurrentEntry() - Method in class org.opends.server.workflowelement.localbackend.LocalBackendModifyOperation
-
Retrieves the current entry before any modifications are applied.
- getCurrentOperationDateMessage() - Static method in class com.forgerock.opendj.cli.Utils
-
Returns the message to be displayed in the file with the equivalent command-line with information about the
current time.
- getCurrentPasswords() - Method in class org.opends.server.core.ModifyOperationBasis
-
Retrieves the set of clear-text current passwords for the user,
if available.
- getCurrentPasswords() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
-
Retrieves the set of clear-text current passwords for the user,
if available.
- getCurrentPasswords() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
-
Retrieves the set of clear-text current passwords for the user,
if available.
- getCurrentPasswords() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
-
Retrieves the set of clear-text current passwords for the user,
if available.
- getCurrentPasswords() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
-
Retrieves the set of clear-text current passwords for the user,
if available.
- getCurrentPasswords() - Method in class org.opends.server.workflowelement.localbackend.LocalBackendModifyOperation
-
Retrieves the set of clear-text current passwords for the user, if
available.
- getCurrentPhaseSummary() - Method in class org.opends.quicksetup.event.ProgressUpdateEvent
-
Gets a localized message summary describing the install progress
status.
- getCurrentProgressStep() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getCurrentProgressStep() - Method in class org.opends.quicksetup.Application
-
Gets the current step.
- getCurrentProgressStep() - Method in class org.opends.quicksetup.installer.Installer
-
- getCurrentRcvWindow() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Get the current receive window size.
- getCurrentSendWindow() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Get the current send window size.
- getCurrentSSF() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Return the current SSF (Security Strength Factor) of the underlying
connection.
- getCurrentStepPanel() - Method in class org.opends.quicksetup.ui.QuickSetupDialog
-
Returns the current step panel.
- getCurrentStepPanelInsets() - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns the insets to be used for the current step panel.
- getCurrentTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the time that this password policy state object was created.
- getCurrentVersion() - Static method in class org.opends.server.replication.protocol.ProtocolVersion
-
Gets the current version of the replication protocol.
- getCurrentWizardStep() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the currently displayed wizard step.
- getCursorFrom(long) - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
-
Generate a new
DBCursor that allows to browse the db managed by
this object and starting at the position defined by a given changeNumber.
- getCursorFrom(MultiDomainServerState, DBCursor.CursorOptions) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
-
Generates a
DBCursor across all the domains starting before, at or
after the provided
MultiDomainServerState for each domain,
depending on the provided matching and positioning strategies.
- getCursorFrom(MultiDomainServerState, DBCursor.CursorOptions, Set<DN>) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
-
Generates a
DBCursor across all the domains starting before, at or
after the provided
MultiDomainServerState for each domain,
excluding a provided set of domain DNs.
- getCursorFrom(DN, ServerState, DBCursor.CursorOptions) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
-
Generates a
DBCursor across all the replicaDBs for the specified
replication domain starting before, at or after the provided
ServerState for each replicaDB, depending on the provided matching
and positioning strategies.
- getCursorFrom(DN, int, CSN, DBCursor.CursorOptions) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
-
Generates a
DBCursor for one replicaDB for the specified
replication domain and serverId starting before, at or after the provided
CSN, depending on the provided matching and positioning strategies.
- getCursorFrom(MultiDomainServerState, DBCursor.CursorOptions) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
-
- getCursorFrom(MultiDomainServerState, DBCursor.CursorOptions, Set<DN>) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
-
- getCursorFrom(DN, ServerState, DBCursor.CursorOptions) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
-
- getCursorFrom(DN, int, CSN, DBCursor.CursorOptions) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
-
- getCursorFrom(ServerState) - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Creates and returns a cursor across this replication domain.
- getCustomizedObject(String, T, Class<T>) - Static method in class org.opends.quicksetup.util.Utils
-
Tries to find a customized object in the customization class.
- getData() - Method in class org.opends.guitools.controlpanel.datamodel.SortableListModel
-
Returns the data in this list model ordered.
- getData() - Method in class org.opends.server.replication.server.changelog.file.ECLMultiDomainDBCursor
-
Returns the data associated to the cursor that returned the current record.
- getData(String, OutputStream) - Method in class org.openidentityplatform.opendj.embedded.EmbeddedOpenDJ
-
- getDatabasePaths() - Method in class org.opends.quicksetup.Configuration
-
Returns the list of paths where the databases are installed as they appear
in the configuration file.
- getDatabasesDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the database files under the install path.
- getDataDisplayString(UserData) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the localized string describing the DataOptions chosen by the user.
- getDataProviderID() - Method in interface org.forgerock.opendj.server.core.ArchivableDataProvider
-
Returns the ID of this data provider.
- getDataProviderID() - Method in interface org.forgerock.opendj.server.core.ExportableDataProvider
-
Returns the ID of this data provider.
- getDataProviderID() - Method in interface org.forgerock.opendj.server.core.ImportableDataProvider
-
Returns the ID of this data provider.
- getDate() - Static method in class org.opends.server.util.TimeThread
-
Retrieves a Date containing the time at the last
update.
- getDBCachePercent() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-cache-percent" property.
- getDBCachePercent() - Method in interface org.forgerock.opendj.server.config.client.PDBBackendCfgClient
-
Gets the "db-cache-percent" property.
- getDBCachePercent() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-cache-percent" property.
- getDBCachePercent() - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Gets the "db-cache-percent" property.
- getDBCachePercentPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-cache-percent" property definition.
- getDBCachePercentPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "db-cache-percent" property definition.
- getDBCacheSize() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-cache-size" property.
- getDBCacheSize() - Method in interface org.forgerock.opendj.server.config.client.PDBBackendCfgClient
-
Gets the "db-cache-size" property.
- getDBCacheSize() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-cache-size" property.
- getDBCacheSize() - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Gets the "db-cache-size" property.
- getDBCacheSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-cache-size" property definition.
- getDBCacheSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "db-cache-size" property definition.
- getDBCheckpointerBytesInterval() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-checkpointer-bytes-interval" property.
- getDBCheckpointerBytesInterval() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-checkpointer-bytes-interval" property.
- getDBCheckpointerBytesIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-checkpointer-bytes-interval" property definition.
- getDBCheckpointerWakeupInterval() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-checkpointer-wakeup-interval" property.
- getDBCheckpointerWakeupInterval() - Method in interface org.forgerock.opendj.server.config.client.PDBBackendCfgClient
-
Gets the "db-checkpointer-wakeup-interval" property.
- getDBCheckpointerWakeupInterval() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-checkpointer-wakeup-interval" property.
- getDBCheckpointerWakeupInterval() - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Gets the "db-checkpointer-wakeup-interval" property.
- getDBCheckpointerWakeupIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-checkpointer-wakeup-interval" property definition.
- getDBCheckpointerWakeupIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "db-checkpointer-wakeup-interval" property definition.
- getDBCleanerMinUtilization() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-cleaner-min-utilization" property.
- getDBCleanerMinUtilization() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-cleaner-min-utilization" property.
- getDBCleanerMinUtilizationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-cleaner-min-utilization" property definition.
- getDBDirectory() - Method in interface org.forgerock.opendj.server.config.client.CASBackendCfgClient
-
Gets the "db-directory" property.
- getDBDirectory() - Method in interface org.forgerock.opendj.server.config.client.JDBCBackendCfgClient
-
Gets the "db-directory" property.
- getDBDirectory() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-directory" property.
- getDBDirectory() - Method in interface org.forgerock.opendj.server.config.client.PDBBackendCfgClient
-
Gets the "db-directory" property.
- getDBDirectory() - Method in interface org.forgerock.opendj.server.config.server.CASBackendCfg
-
Gets the "db-directory" property.
- getDBDirectory() - Method in interface org.forgerock.opendj.server.config.server.JDBCBackendCfg
-
Gets the "db-directory" property.
- getDBDirectory() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-directory" property.
- getDBDirectory() - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Gets the "db-directory" property.
- getDBDirectory(String, String) - Static method in class org.opends.server.backends.pluggable.spi.StorageUtils
-
Returns a database directory file from the provided parent database directory and backendId.
- getDBDirectoryPermissions() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-directory-permissions" property.
- getDBDirectoryPermissions() - Method in interface org.forgerock.opendj.server.config.client.PDBBackendCfgClient
-
Gets the "db-directory-permissions" property.
- getDBDirectoryPermissions() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-directory-permissions" property.
- getDBDirectoryPermissions() - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Gets the "db-directory-permissions" property.
- getDBDirectoryPermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-directory-permissions" property definition.
- getDBDirectoryPermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "db-directory-permissions" property definition.
- getDBDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "db-directory" property definition.
- getDBDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "db-directory" property definition.
- getDBDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-directory" property definition.
- getDBDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "db-directory" property definition.
- getDBEvictorCoreThreads() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-evictor-core-threads" property.
- getDBEvictorCoreThreads() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-evictor-core-threads" property.
- getDBEvictorCoreThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-evictor-core-threads" property definition.
- getDBEvictorKeepAlive() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-evictor-keep-alive" property.
- getDBEvictorKeepAlive() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-evictor-keep-alive" property.
- getDBEvictorKeepAlivePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-evictor-keep-alive" property definition.
- getDBEvictorLruOnlyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-evictor-lru-only" property definition.
- getDBEvictorMaxThreads() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-evictor-max-threads" property.
- getDBEvictorMaxThreads() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-evictor-max-threads" property.
- getDBEvictorMaxThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-evictor-max-threads" property definition.
- getDBEvictorNodesPerScan() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-evictor-nodes-per-scan" property.
- getDBEvictorNodesPerScan() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-evictor-nodes-per-scan" property.
- getDBEvictorNodesPerScanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-evictor-nodes-per-scan" property definition.
- getDBLogFilecacheSize() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-log-filecache-size" property.
- getDBLogFilecacheSize() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-log-filecache-size" property.
- getDBLogFilecacheSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-log-filecache-size" property definition.
- getDBLogFileMax() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-log-file-max" property.
- getDBLogFileMax() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-log-file-max" property.
- getDBLogFileMaxPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-log-file-max" property definition.
- getDBLoggingFileHandlerOnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-logging-file-handler-on" property definition.
- getDBLoggingLevel() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-logging-level" property.
- getDBLoggingLevel() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-logging-level" property.
- getDBLoggingLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-logging-level" property definition.
- getDBNumCleanerThreads() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-num-cleaner-threads" property.
- getDBNumCleanerThreads() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-num-cleaner-threads" property.
- getDBNumCleanerThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-num-cleaner-threads" property definition.
- getDBNumLockTables() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "db-num-lock-tables" property.
- getDBNumLockTables() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "db-num-lock-tables" property.
- getDBNumLockTablesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-num-lock-tables" property definition.
- getDBRunCleanerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-run-cleaner" property definition.
- getDBTxnNoSyncPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-txn-no-sync" property definition.
- getDBTxnNoSyncPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "db-txn-no-sync" property definition.
- getDBTxnWriteNoSyncPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "db-txn-write-no-sync" property definition.
- getDCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the dc Attribute Type
which has the OID 0.9.2342.19200300.100.1.25.
- getDCObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the dcObject Object Class
which has the OID 1.3.6.1.4.1.1466.344.
- getDebugExceptionsOnlyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Get the "debug-exceptions-only" property definition.
- getDebugProperties() - Method in class org.opends.server.api.DirectoryThread
-
Retrieves any relevant debug information with which this tread is
associated so they can be included in debug messages.
- getDebugProperties() - Method in class org.opends.server.backends.task.TaskThread
-
Retrieves any relevant debug information with which this tread is
associated so they can be included in debug messages.
- getDebugProperties() - Method in class org.opends.server.extensions.ParallelWorkerThread
-
Retrieves any relevent debug information with which this tread is
associated so they can be included in debug messages.
- getDebugProperties() - Method in class org.opends.server.extensions.TraditionalWorkerThread
-
Retrieves any relevant debug information with which this tread is
associated so they can be included in debug messages.
- getDebugScope() - Method in interface org.forgerock.opendj.server.config.client.DebugTargetCfgClient
-
Gets the "debug-scope" property.
- getDebugScope() - Method in interface org.forgerock.opendj.server.config.server.DebugTargetCfg
-
Gets the "debug-scope" property.
- getDebugScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Get the "debug-scope" property definition.
- getDebugTarget(String) - Method in interface org.forgerock.opendj.server.config.client.DebugLogPublisherCfgClient
-
Gets the named Debug Target.
- getDebugTarget(String) - Method in interface org.forgerock.opendj.server.config.server.DebugLogPublisherCfg
-
Gets the named Debug Target.
- getDebugTargetsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Get the "debug-targets" relation definition.
- getDebugTargetsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "debug-targets" relation definition.
- getDecidingAciName() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Return the name of the ACI that decided the last access evaluation.
- getDeclaredOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the optional attributes for this
object class.
- getDeclaredRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the required attributes for this
object class.
- getDefaultAdminConnectorPort() - Static method in class org.opends.quicksetup.UserData
-
Provides the administration port that will be proposed to the user in the
second page of the installation wizard.
- getDefaultAdministrationPort() - Static method in class org.opends.guitools.controlpanel.ControlPanelArgumentParser
-
Returns the default value for the administration port.
- getDefaultAdministratorUID() - Method in class org.opends.guitools.uninstaller.UninstallerArgumentParser
-
Returns the default Administrator UID value.
- getDefaultAuthPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
-
Gets the "default-auth-password-storage-scheme" property.
- getDefaultAuthPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
-
Gets the "default-auth-password-storage-scheme" property.
- getDefaultAuthPasswordStorageSchemeDNs() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
-
Gets the "default-auth-password-storage-scheme" property as a set
of DNs.
- getDefaultAuthPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Get the "default-auth-password-storage-scheme" property definition.
- getDefaultBackendName() - Static method in class org.opends.admin.ads.ADSContext
-
Returns the default backend name of the administration data.
- getDefaultBehaviorProvider() - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Get the default behavior provider associated with this property
definition.
- getDefaultBindDN() - Static method in class org.opends.guitools.controlpanel.ControlPanelArgumentParser
-
Returns the default bind DN.
- getDefaultBindDn() - Method in class org.opends.server.tools.status.StatusCliArgumentParser
-
Returns the bind DN default value.
- getDefaultCompressedSchema() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the default compressed schema manager for the Directory Server.
- getDefaultContainerIcon() - Method in class org.opends.guitools.controlpanel.browser.IconPool
-
Returns the icon associated with a container node.
- getDefaultCSN() - Method in class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
-
Returns the default CSN.
- getDefaultDebugExceptionsOnlyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Get the "default-debug-exceptions-only" property definition.
- getDefaultDebugExceptionsOnlyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "default-debug-exceptions-only" property definition.
- getDefaultFocusBorder(JTable, Object, boolean, int, int) - Static method in class org.opends.guitools.controlpanel.ui.renderer.CustomCellRenderer
-
Returns the border to be used for a given cell in a table.
- getDefaultHostName() - Static method in class com.forgerock.opendj.cli.Utils
-
Returns the default host name.
- getDefaultHostName() - Static method in class org.opends.quicksetup.UserData
-
Provides the default host name that will be proposed to the user for the
local host.
- getDefaultHostName() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Returns the current hostname.
- getDefaultIncludeThrowableCausePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Get the "default-include-throwable-cause" property definition.
- getDefaultIncludeThrowableCausePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "default-include-throwable-cause" property definition.
- getDefaultJavaArguments(String) - Method in class org.opends.quicksetup.UserData
-
Returns the default java arguments associated with a script name.
- getDefaultJMXPort(int[]) - Static method in class org.opends.quicksetup.UserData
-
Provides the port that will be used by default for JMX.
- getDefaultLeafIcon() - Method in class org.opends.guitools.controlpanel.browser.IconPool
-
Returns the icon associated with a leaf node.
- getDefaultManagedObject(String) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
-
Gets the named default managed object associated with this instantiable
relation definition.
- getDefaultManagedObject() - Method in class org.forgerock.opendj.config.OptionalRelationDefinition
-
Gets the optional default managed object associated with this optional
relation definition.
- getDefaultManagedObject(String) - Method in class org.forgerock.opendj.config.SetRelationDefinition
-
Gets the named default managed object associated with this set relation
definition.
- getDefaultManagedObject() - Method in class org.forgerock.opendj.config.SingletonRelationDefinition
-
Gets the optional default managed object associated with this singleton
relation definition.
- getDefaultManagedObjectNames() - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
-
Gets the names of the default managed objects associated with this
instantiable relation definition.
- getDefaultManagedObjectNames() - Method in class org.forgerock.opendj.config.SetRelationDefinition
-
Gets the names of the default managed objects associated with this set
relation definition.
- getDefaultOmitMethodEntryArgumentsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Get the "default-omit-method-entry-arguments" property definition.
- getDefaultOmitMethodEntryArgumentsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "default-omit-method-entry-arguments" property definition.
- getDefaultOmitMethodReturnValuePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Get the "default-omit-method-return-value" property definition.
- getDefaultOmitMethodReturnValuePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "default-omit-method-return-value" property definition.
- getDefaultPasswordPolicy() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "default-password-policy" property.
- getDefaultPasswordPolicy() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "default-password-policy" property.
- getDefaultPasswordPolicy() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the default password policy for the Directory Server.
- getDefaultPasswordPolicyDN() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "default-password-policy" property as a DN.
- getDefaultPasswordPolicyDN() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the DN of the configuration entry for the default password policy
for the Directory Server.
- getDefaultPasswordPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "default-password-policy" property definition.
- getDefaultPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "default-password-storage-scheme" property.
- getDefaultPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "default-password-storage-scheme" property.
- getDefaultPasswordStorageSchemeDNs() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "default-password-storage-scheme" property as a set of
DNs.
- getDefaultPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "default-password-storage-scheme" property definition.
- getDefaultPasswordStorageSchemes() - Method in class org.opends.server.core.PasswordPolicy
-
Retrieves the default set of password storage schemes that will be used for
this password policy.
- getDefaultPasswordStorageSchemes() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getDefaultPort() - Static method in class org.opends.quicksetup.UserData
-
Provides the port that will be proposed to the user in the second page of
the installation wizard.
- getDefaultProtocols() - Static method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Return a list of the available TLS protocols to use.
- getDefaultProtocols(SSLContext) - Static method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
- getDefaultReferencedHostName() - Method in class org.opends.guitools.uninstaller.UninstallerArgumentParser
-
Returns the default value for the Host name to update remote references as
provided in the command-line.
- getDefaultRootPrivilegeName() - Method in interface org.forgerock.opendj.server.config.client.RootDNCfgClient
-
Gets the "default-root-privilege-name" property.
- getDefaultRootPrivilegeName() - Method in interface org.forgerock.opendj.server.config.server.RootDNCfg
-
Gets the "default-root-privilege-name" property.
- getDefaultRootPrivilegeNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootDNCfgDefn
-
Get the "default-root-privilege-name" property definition.
- getDefaultRootPrivileges() - Method in class org.opends.server.core.RootPrivilegeChangeListener
-
Retrieves the set of privileges that will be automatically granted to root
users.
- getDefaultRootPrivileges() - Static method in enum org.opends.server.types.Privilege
-
Retrieves the set of privileges that should be automatically
granted to root users if the root privilege set is not specified
in the configuration.
- getDefaultSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the default schema which should be used by this application.
- getDefaultServerLocation() - Static method in class org.opends.quicksetup.util.Utils
-
Returns the default server location that will be proposed to the user in
the installation.
- getDefaultSeverity() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
-
Gets the "default-severity" property.
- getDefaultSeverity() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
-
Gets the "default-severity" property.
- getDefaultSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
-
Get the "default-severity" property definition.
- getDefaultSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "default-severity" property definition.
- getDefaultSslPort(int) - Static method in class org.opends.quicksetup.UserData
-
Provides the port that will be proposed to the user in the security dialog
of the installation wizard.
- getDefaultThrowableStackFrames() - Method in interface org.forgerock.opendj.server.config.client.DebugLogPublisherCfgClient
-
Gets the "default-throwable-stack-frames" property.
- getDefaultThrowableStackFrames() - Method in interface org.forgerock.opendj.server.config.server.DebugLogPublisherCfg
-
Gets the "default-throwable-stack-frames" property.
- getDefaultThrowableStackFramesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Get the "default-throwable-stack-frames" property definition.
- getDefaultThrowableStackFramesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "default-throwable-stack-frames" property definition.
- getDefaultUserPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
-
Gets the "default-user-password-storage-scheme" property.
- getDefaultUserPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
-
Gets the "default-user-password-storage-scheme" property.
- getDefaultUserPasswordStorageSchemeDNs() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
-
Gets the "default-user-password-storage-scheme" property as a set
of DNs.
- getDefaultUserPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Get the "default-user-password-storage-scheme" property definition.
- getDefaultValue() - Method in class com.forgerock.opendj.cli.Argument
-
Retrieves the default value that will be used for this argument if it is
not specified on the command line and it is not set from a properties
file.
- getDefaultValues() - Method in interface org.forgerock.opendj.config.client.spi.Property
-
Get an immutable set view of this property's default values.
- getDefaultValues() - Method in class org.forgerock.opendj.config.DefinedDefaultBehaviorProvider
-
Get a copy of the default values.
- getDegradedStatusThreshold() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "degraded-status-threshold" property.
- getDegradedStatusThreshold() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "degraded-status-threshold" property.
- getDegradedStatusThreshold() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Get the degraded status threshold value.
- getDegradedStatusThreshold() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
-
Get the degraded status threshold value.
- getDegradedStatusThreshold() - Method in class org.opends.server.replication.server.ReplicationServer
-
Get the degraded status threshold value for status analyzer.
- getDegradedStatusThresholdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "degraded-status-threshold" property definition.
- getDeleteListeners(DN) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
-
Retrieves the delete listeners that have been registered with the
provided DN.
- getDeleteListeners(DN) - Method in class org.opends.server.config.ConfigurationHandler
-
- getDeleteOldRdn() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
-
Get the delete old rdn option.
- getDeleteRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a delete request
protocol op.
- getDeleteRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of delete requests that have been received.
- getDeleteResponseProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a delete response
protocol op.
- getDeleteResponses() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of delete responses that have been sent.
- getDeleteTime() - Method in class org.opends.server.replication.plugin.AttrHistorical
-
Returns the last time when this attribute was deleted.
- getDeleteTime() - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
-
- getDeleteTime() - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
-
- getDeliveryMethodSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Delivery Method Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.14.
- getDeltaCrlObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the deltaCRL Object Class
which has the OID 2.5.6.23.
- getDeltaRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the deltaRevocationList Attribute Type
which has the OID 2.5.4.53.
- getDeniedClient() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
-
Gets the "denied-client" property.
- getDeniedClient() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
-
Gets the "denied-client" property.
- getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
-
Get the "denied-client" property definition.
- getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "denied-client" property definition.
- getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "denied-client" property definition.
- getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "denied-client" property definition.
- getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Get the "denied-client" property definition.
- getDeniedClientPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "denied-client" property definition.
- getDenyList() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Get the list of deny ACIs.
- getDependencies() - Method in class org.opends.server.types.BackupInfo
-
Retrieves the set of the backup IDs for the backups on which this
backup is dependent.
- getDependencyIds() - Method in class org.opends.server.admin.client.cli.TaskScheduleArgs
-
Gets a list of task IDs upon which the associated task is dependent.
- getDependencyIDs() - Method in class org.opends.server.backends.task.Task
-
Retrieves the set of task IDs for any tasks on which this task is
dependent.
- getDependencyIds() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- getDependencyIds() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the IDs of tasks upon which this task depends.
- getDependencyIds() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Gets a list of task IDs upon which this task is dependent.
- getDependencyIds() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
-
Gets a list of task IDs upon which this task is dependent.
- getDependencyIds() - Method in class org.opends.server.tools.tasks.TaskTool
-
Gets a list of task IDs upon which this task is dependent.
- getDeprecatedPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "deprecated-password-storage-scheme" property.
- getDeprecatedPasswordStorageScheme() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "deprecated-password-storage-scheme" property.
- getDeprecatedPasswordStorageSchemeDNs() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "deprecated-password-storage-scheme" property as a set
of DNs.
- getDeprecatedPasswordStorageSchemePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "deprecated-password-storage-scheme" property definition.
- getDeprecatedPasswordStorageSchemes() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "deprecated-password-storage-scheme" property.
- getDeprecatedPasswordStorageSchemes() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getDerefAliases() - Method in class org.opends.dsml.protocol.SearchRequest
-
Gets the value of the derefAliases property.
- getDereferenceAliasesPolicy() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns an indication as to whether alias entries are to be
dereferenced during the search.
- getDereferenceAliasesPolicy() - Method in class org.opends.server.protocols.internal.SearchRequest
-
To be removed.
- getDereferencePolicy() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
Retrieves the alias dereferencing policy for this search request.
- getDerefPolicy() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the alias dereferencing policy for this search operation.
- getDerefPolicy() - Method in class org.opends.server.core.SearchOperationBasis
-
- getDerefPolicy() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getDerefPolicy() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the alias dereferencing policy for this search
operation.
- getDerefPolicy() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the alias dereferencing policy for this search
operation.
- getDerefPolicy() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the alias dereferencing policy for this search
operation.
- getDerefPolicy() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
-
Retrieves the alias dereferencing policy for this search
operation.
- getDerefPolicy() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the alias dereferencing policy for this search
operation.
- getDerefPolicy() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the alias dereferencing policy for this search
operation.
- getDescr() - Method in class org.opends.dsml.protocol.ResultCode
-
Gets the value of the descr property.
- getDescription() - Method in class com.forgerock.opendj.cli.Argument
-
Retrieves the human-readable description for this argument.
- getDescription() - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the description for this subcommand.
- getDescription() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Gets the optional description of this managed object definition in the
default locale.
- getDescription(Locale) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Gets the optional description of this managed object definition in the
specified locale.
- getDescription() - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Gets the optional description of this property definition in the default
locale.
- getDescription(Locale) - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Gets the optional description of this property definition in the
specified locale.
- getDescription() - Method in class org.forgerock.opendj.config.RelationDefinition
-
Gets the optional description of this relation definition in the default
locale.
- getDescription(Locale) - Method in class org.forgerock.opendj.config.RelationDefinition
-
Gets the optional description of this relation definition in the
specified locale.
- getDescription() - Method in interface org.forgerock.opendj.ldap.schema.SchemaElement
-
Returns the description of this schema element, or the empty string if it does not have a description.
- getDescription() - Method in class org.opends.quicksetup.util.ExtensionFileFilter
-
- getDescriptionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the description Attribute Type
which has the OID 2.5.4.13.
- getDescriptorPath() - Method in class org.opends.server.types.BackupDirectory
-
Retrieves a path to the backup descriptor file that should be used for this
backup directory.
- getDestination() - Method in class org.opends.server.replication.protocol.MonitorMsg
-
Get the destination.
- getDestination() - Method in class org.opends.server.replication.protocol.MonitorRequestMsg
-
Get the destination.
- getDestination() - Method in class org.opends.server.replication.protocol.RoutableMsg
-
Get the destination.
- getDestination() - Method in class org.opends.server.tools.dsreplication.SourceDestinationServerUserData
-
Returns a
HostPort representing the destination server.
- getDestinationHostPort() - Method in class org.opends.server.tools.dsreplication.SourceDestinationServerUserData
-
Returns a host:port string for the destination server.
- getDestinationIndicatorAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the destinationIndicator Attribute Type
which has the OID 2.5.4.27.
- getDetail() - Method in class org.opends.dsml.protocol.ErrorResponse
-
Gets the value of the detail property.
- getDetails() - Method in class org.opends.guitools.controlpanel.ui.components.TitlePanel
-
Returns the details of this panel.
- getDetails() - Method in class org.opends.server.replication.protocol.ErrorMsg
-
Get the details from this message.
- getDetailsMsg() - Method in class org.opends.quicksetup.ProgressDescriptor
-
Returns the details message (the log message) of the install.
- getDeviceObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the device Object Class
which has the OID 2.5.6.14.
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns the diagnostic message associated with this result.
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getDialog() - Method in class org.opends.quicksetup.ui.QuickSetup
-
Get the dialog that is displayed.
- getDictionaryFile() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
-
Gets the "dictionary-file" property.
- getDictionaryFile() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
-
Gets the "dictionary-file" property.
- getDictionaryFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Get the "dictionary-file" property definition.
- getDigestAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Gets the "digest-algorithm" property.
- getDigestAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the "digest-algorithm" property.
- getDigestAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "digest-algorithm" property definition.
- getDirectory() - Method in interface org.opends.server.api.Backupable
-
Returns the directory which acts as the root of all files to backup and restore.
- getDirectory() - Method in class org.opends.server.backends.ConfigurationBackend
-
- getDirectory() - Method in class org.opends.server.backends.jeb.JEStorage
-
- getDirectory() - Method in class org.opends.server.backends.pdb.PDBStorage
-
- getDirectory() - Method in class org.opends.server.backends.SchemaBackend
-
- getDirectory() - Method in class org.opends.server.backends.task.TaskBackend
-
- getDirectoryManagerDn() - Method in class org.opends.quicksetup.UserData
-
Returns the Directory Manager DN.
- getDirectoryManagerDns() - Method in class org.opends.quicksetup.Configuration
-
Returns the list of directory manager dns as they appear in the
configuration file.
- getDirectoryManagerPassword() - Method in class org.opends.server.tools.InstallDSArgumentParser
-
Returns the directory manager password provided by the user.
- getDirectoryManagerPwd() - Method in class org.opends.quicksetup.UserData
-
Returns the Directory Manager password.
- getDirectoryStringFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the directoryStringFirstComponentMatch Matching Rule
which has the OID 2.5.13.31.
- getDirectoryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Directory String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.15.
- getDisabledAlertType() - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
-
Gets the "disabled-alert-type" property.
- getDisabledAlertType() - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
-
Gets the "disabled-alert-type" property.
- getDisabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
-
Get the "disabled-alert-type" property definition.
- getDisabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXAlertHandlerCfgDefn
-
Get the "disabled-alert-type" property definition.
- getDisabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Get the "disabled-alert-type" property definition.
- getDisabledMatchingRule() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
-
Gets the "disabled-matching-rule" property.
- getDisabledMatchingRule() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
-
Gets the "disabled-matching-rule" property.
- getDisabledMatchingRulePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "disabled-matching-rule" property definition.
- getDisabledPrivilege() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "disabled-privilege" property.
- getDisabledPrivilege() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "disabled-privilege" property.
- getDisabledPrivilegePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "disabled-privilege" property definition.
- getDisabledPrivileges() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the set of privileges that have been disabled.
- getDisabledSyntax() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
-
Gets the "disabled-syntax" property.
- getDisabledSyntax() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
-
Gets the "disabled-syntax" property.
- getDisabledSyntaxPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "disabled-syntax" property definition.
- getDisconnectReason() - Method in class org.opends.server.api.plugin.PluginResult.PostConnect
-
The disconnect reason that provides the generic cause for the
disconnect.
- getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
-
Gets the "discovery-interval" property.
- getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
-
Gets the "discovery-interval" property.
- getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
-
Gets the "discovery-interval" property.
- getDiscoveryInterval() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
-
Gets the "discovery-interval" property.
- getDiscoveryIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "discovery-interval" property definition.
- getDiscoveryIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the "discovery-interval" property definition.
- getDiskFullThreshold() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "disk-full-threshold" property.
- getDiskFullThreshold() - Method in interface org.forgerock.opendj.server.config.client.PDBBackendCfgClient
-
Gets the "disk-full-threshold" property.
- getDiskFullThreshold() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "disk-full-threshold" property.
- getDiskFullThreshold() - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Gets the "disk-full-threshold" property.
- getDiskFullThresholdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "disk-full-threshold" property definition.
- getDiskFullThresholdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "disk-full-threshold" property definition.
- getDiskLowThreshold() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "disk-low-threshold" property.
- getDiskLowThreshold() - Method in interface org.forgerock.opendj.server.config.client.PDBBackendCfgClient
-
Gets the "disk-low-threshold" property.
- getDiskLowThreshold() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "disk-low-threshold" property.
- getDiskLowThreshold() - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Gets the "disk-low-threshold" property.
- getDiskLowThresholdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "disk-low-threshold" property definition.
- getDiskLowThresholdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "disk-low-threshold" property definition.
- getDiskSpaceMonitor() - Method in interface org.opends.server.core.ServerContext
-
Returns the Disk Space Monitoring service, for checking free disk space.
- getDiskSpaceUsed() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRetentionPolicyCfgClient
-
Gets the "disk-space-used" property.
- getDiskSpaceUsed() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRetentionPolicyCfg
-
Gets the "disk-space-used" property.
- getDiskSpaceUsedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
-
Get the "disk-space-used" property definition.
- getDisplayAttribute() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Returns the attribute used to display the entry.
- getDisplayedAttributes() - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
Returns the set of attributes ordered.
- getDisplayedDN() - Method in class org.opends.guitools.controlpanel.ui.LDIFViewEntryPanel
-
- getDisplayedDN() - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Returns the DN of the entry that the user is editing (it might differ
from the DN of the entry in the tree if the user modified the DN).
- getDisplayedEntry() - Method in class org.opends.guitools.controlpanel.browser.NodeRefresher
-
Returns the displayed entry in the browser.
- getDisplayedStep() - Method in class org.opends.quicksetup.ui.QuickSetupDialog
-
Returns the currently displayed step.
- getDisplayedUrl() - Method in class org.opends.guitools.controlpanel.browser.NodeRefresher
-
Returns the LDAP URL of the displayed entry in the browser.
- getDisplayFlags() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Return the display flags.
- getDisplayMessage() - Method in enum org.opends.guitools.controlpanel.datamodel.ConnectionHandlerDescriptor.Protocol
-
Returns the display LocalizableMessage to be used for the protocol.
- getDisplayMessage() - Method in enum org.opends.quicksetup.Step
-
Gets this steps message key.
- getDisplayMessage() - Method in interface org.opends.quicksetup.WizardStep
-
Gets the message key associated with the display name of this step.
- getDisplayName() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the label that will be used to display the entry.
- getDisplayName() - Method in class org.opends.guitools.controlpanel.ui.nodes.GeneralMonitoringTreeNode
-
Returns the name of the node.
- getDisplayName() - Method in enum org.opends.server.backends.task.FailedDependencyAction
-
Gets the display name of this action.
- getDisplayName() - Method in class org.opends.server.backends.task.Task
-
Gets a message that identifies this type of task suitable for
presentation to humans in monitoring tools.
- getDisplayName() - Method in enum org.opends.server.backends.task.TaskState
-
Gets a locale sensitive representation of this state.
- getDisplayName() - Method in class org.opends.server.tasks.AddSchemaFileTask
-
- getDisplayName() - Method in class org.opends.server.tasks.BackupTask
-
Gets a message that identifies this type of task suitable for
presentation to humans in monitoring tools.
- getDisplayName() - Method in class org.opends.server.tasks.DisconnectClientTask
-
Gets a message that identifies this type of task suitable for
presentation to humans in monitoring tools.
- getDisplayName() - Method in class org.opends.server.tasks.EnterLockdownModeTask
-
- getDisplayName() - Method in class org.opends.server.tasks.ExportTask
-
- getDisplayName() - Method in class org.opends.server.tasks.ImportTask
-
- getDisplayName() - Method in class org.opends.server.tasks.InitializeTargetTask
-
- getDisplayName() - Method in class org.opends.server.tasks.InitializeTask
-
Gets a message that identifies this type of task suitable for
presentation to humans in monitoring tools.
- getDisplayName() - Method in class org.opends.server.tasks.LeaveLockdownModeTask
-
- getDisplayName() - Method in class org.opends.server.tasks.PurgeConflictsHistoricalTask
-
Gets a message that identifies this type of task suitable for
presentation to humans in monitoring tools.
- getDisplayName() - Method in class org.opends.server.tasks.RebuildTask
-
- getDisplayName() - Method in class org.opends.server.tasks.ResetChangeNumberTask
-
- getDisplayName() - Method in class org.opends.server.tasks.RestoreTask
-
Gets a message that identifies this type of task suitable for
presentation to humans in monitoring tools.
- getDisplayName() - Method in class org.opends.server.tasks.SetGenerationIdTask
-
Gets a message that identifies this type of task suitable for
presentation to humans in monitoring tools.
- getDisplayName() - Method in class org.opends.server.tasks.ShutdownTask
-
- getDistinguishedNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the distinguishedName Attribute Type
which has the OID 2.5.4.49.
- getDistinguishedNameMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the distinguishedNameMatch Matching Rule
which has the OID 2.5.13.1.
- getDITContentRule(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT content rule associated with the provided structural
object class, or null if no rule is defined.
- getDITContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT content rule with the specified name or numeric OID.
- getDITContentRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the DIT Content Rule Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.16.
- getDITContentRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the DIT content
rules contained in this schema.
- getDITContentRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the ditContentRules Attribute Type
which has the OID 2.5.21.2.
- getDITStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT structure rule with the specified name or numeric OID.
- getDITStructureRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT structure rule with the specified name or numeric OID.
- getDITStructureRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the DIT Structure Rule Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.17.
- getDITStructureRules(NameForm) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the DIT structure
rules associated with the provided name form.
- getDITStructureRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the ditStructureRules Attribute Type
which has the OID 2.5.21.1.
- getDITStuctureRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the DIT structure
rules contained in this schema.
- getDN() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Get the DN of the LDAP entry associated with this server managed object.
- getDN() - Method in class org.opends.admin.ads.SuffixDescriptor
-
Returns the DN associated with this suffix descriptor.
- getDn() - Method in class org.opends.dsml.protocol.AddRequest
-
Gets the value of the dn property.
- getDn() - Method in class org.opends.dsml.protocol.CompareRequest
-
Gets the value of the dn property.
- getDn() - Method in class org.opends.dsml.protocol.DelRequest
-
Gets the value of the dn property.
- getDn() - Method in class org.opends.dsml.protocol.ModifyDNRequest
-
Gets the value of the dn property.
- getDn() - Method in class org.opends.dsml.protocol.ModifyRequest
-
Gets the value of the dn property.
- getDn() - Method in class org.opends.dsml.protocol.SearchRequest
-
Gets the value of the dn property.
- getDn() - Method in class org.opends.dsml.protocol.SearchResultEntry
-
Gets the value of the dn property.
- getDn() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNDescriptor
-
Return the String DN associated with the base DN..
- getDN() - Method in class org.opends.guitools.controlpanel.event.EntryReadErrorEvent
-
Returns the DN of the entry we were searching.
- getDN() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the DN of the local entry.
- getDn() - Method in class org.opends.quicksetup.installer.AuthenticationData
-
Returns the Authentication DN.
- getDN() - Method in class org.opends.server.api.AuthenticationPolicy
-
Returns the name of the configuration entry associated with this
authentication policy.
- getDN() - Method in class org.opends.server.authorization.dseecompat.Aci
-
Return the DN of the entry containing the ACI.
- getDN() - Method in class org.opends.server.authorization.dseecompat.Target
-
Returns the URL DN of the expression.
- getDN() - Method in class org.opends.server.core.PasswordPolicy
-
- getDN() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getDN() - Method in class org.opends.server.loggers.ConsoleDebugLogPublisher
-
- getDN() - Method in interface org.opends.server.loggers.LogPublisher
-
Gets the DN of the configuration entry for this log publisher.
- getDN() - Method in class org.opends.server.loggers.TextDebugLogPublisher
-
- getDN() - Method in class org.opends.server.loggers.TextErrorLogPublisher
-
- getDN() - Method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
-
- getDN() - Method in class org.opends.server.loggers.ThreadFilterTextErrorLogPublisher
-
- getDN() - Method in class org.opends.server.protocols.ldap.AddRequestProtocolOp
-
Retrieves the DN for this add request.
- getDN() - Method in class org.opends.server.protocols.ldap.BindRequestProtocolOp
-
Retrieves the DN for this bind request.
- getDN() - Method in class org.opends.server.protocols.ldap.CompareRequestProtocolOp
-
Retrieves the DN for this compare request.
- getDN() - Method in class org.opends.server.protocols.ldap.DeleteRequestProtocolOp
-
Retrieves the DN for this delete request.
- getDN() - Method in class org.opends.server.protocols.ldap.ModifyRequestProtocolOp
-
Retrieves the DN for this modify request.
- getDN() - Method in class org.opends.server.protocols.ldap.SearchResultEntryProtocolOp
-
Retrieves the DN for this search result entry.
- getDN() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Get the DN on which the operation happened.
- getDN() - Method in class org.opends.server.tools.makeldif.TemplateEntry
-
Retrieves the DN for this template entry, if it is known.
- getDN() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the DN of the wrapped entry.
- getDN() - Method in class org.opends.server.types.CacheEntry
-
Retrieves the DN for this cache entry.
- getDN() - Method in class org.opends.server.types.SubEntry
-
Retrieves the distinguished name for this subentry.
- getDN() - Method in class org.opends.server.util.ChangeRecordEntry
-
Retrieves the distinguished name for this entry.
- getDNAttributes() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the value of the DN attributes flag for this extensible match
filter, which indicates whether to perform matching on the components of
the DN.
- getDNAttributes() - Method in class org.opends.server.types.RawFilter
-
Retrieves the value of the DN attributes flag for this extensible
match filter, which indicates whether to perform matching on the
components of the DN.
- getDNAttributes() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the dnAttributes flag for this extensible matching
filter.
- getDNDate() - Method in class org.opends.server.replication.plugin.EntryHistorical
-
Returns the lastCSN when the entry DN was modified.
- getDNQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the dnQualifier Attribute Type
which has the OID 2.5.4.46.
- getDNs() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntrySelectionPanel
-
Returns the selected DN's in an array of Strings.
- getDNSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the DN Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.12.
- getDocDescriptionSupplement() - Method in class com.forgerock.opendj.cli.Argument
-
- getDocDescriptionSupplement() - Method in interface com.forgerock.opendj.cli.DocDescriptionSupplement
-
Retrieves a supplement to the description intended for use in generated reference documentation.
- getDocDescriptionSupplement() - Method in class com.forgerock.opendj.cli.SubCommand
-
- getDocSubcommandsDescriptionSupplement() - Method in class com.forgerock.opendj.cli.ArgumentParser
-
- getDocSubcommandsDescriptionSupplement() - Method in interface com.forgerock.opendj.cli.ToolRefDocContainer
-
Retrieves a supplement to the description for all subcommands of this tool,
intended for use in generated reference documentation.
- getDocToolDescriptionSupplement() - Method in class com.forgerock.opendj.cli.ArgumentParser
-
- getDocToolDescriptionSupplement() - Method in interface com.forgerock.opendj.cli.ToolRefDocContainer
-
Retrieves a supplement to the description for this tool,
intended for use in generated reference documentation.
- getDomain() - Method in class org.opends.server.replication.server.ServerHandler
-
Returns the Replication Server Domain to which belongs this server handler.
- getDomainIterator() - Method in class org.opends.server.replication.server.ReplicationServer
-
Returns an iterator on the list of replicationServerDomain.
- getDomainName(String[], DN) - Static method in class org.opends.quicksetup.installer.InstallerHelper
-
Returns the name to be used for a new replication domain.
- getDomainNewestCSNs(DN) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
-
Returns the newest
CSNs from the replicaDBs for each serverId in
the specified replication domain.
- getDomainNewestCSNs(DN) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
-
- getDomainOldestCSNs(DN) - Method in interface org.opends.server.replication.server.changelog.api.ReplicationDomainDB
-
Returns the oldest
CSNs from the replicaDBs for each serverId in
the specified replication domain.
- getDomainOldestCSNs(DN) - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
-
- getDomainToGenerationId() - Method in class org.opends.server.replication.server.ChangelogState
-
Returns the Map of domainBaseDN => generationId.
- getDomainToServerIds() - Method in class org.opends.server.replication.server.ChangelogState
-
Returns the Map of domainBaseDN => List<serverId>.
- getDriver() - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
-
Gets the driver associated with this management context.
- getDriver() - Method in class org.forgerock.opendj.config.client.ldap.LDAPManagementContext
-
- getDriver() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
Gets the management context driver associated with this managed object.
- getDsApplIfAddEntryOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfAddEntryOps" variable.
- getDsApplIfAddEntryOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfAddEntryOps" variable.
- getDsApplIfAddEntryOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfAddEntryOps" variable.
- getDsApplIfBindSecurityErrors() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfBindSecurityErrors" variable.
- getDsApplIfBindSecurityErrors() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfBindSecurityErrors" variable.
- getDsApplIfChainings() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfChainings" variable.
- getDsApplIfChainings() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfChainings" variable.
- getDsApplIfCompareOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfCompareOps" variable.
- getDsApplIfCompareOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfCompareOps" variable.
- getDsApplIfCompareOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfCompareOps" variable.
- getDsApplIfErrors() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfErrors" variable.
- getDsApplIfErrors() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfErrors" variable.
- getDsApplIfInBytes() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfInBytes" variable.
- getDsApplIfInBytes() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfInBytes" variable.
- getDsApplIfInBytes() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfInBytes" variable.
- getDsApplIfInOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfInOps" variable.
- getDsApplIfInOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfInOps" variable.
- getDsApplIfListOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfListOps" variable.
- getDsApplIfListOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfListOps" variable.
- getDsApplIfModifyEntryOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfModifyEntryOps" variable.
- getDsApplIfModifyEntryOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfModifyEntryOps" variable.
- getDsApplIfModifyEntryOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfModifyEntryOps" variable.
- getDsApplIfModifyRDNOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfModifyRDNOps" variable.
- getDsApplIfModifyRDNOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfModifyRDNOps" variable.
- getDsApplIfModifyRDNOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfModifyRDNOps" variable.
- getDsApplIfOneLevelSearchOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfOneLevelSearchOps" variable.
- getDsApplIfOneLevelSearchOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfOneLevelSearchOps" variable.
- getDsApplIfOneLevelSearchOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfOneLevelSearchOps" variable.
- getDsApplIfOpsTable() - Method in class org.opends.server.snmp.DsMIB
-
Access the "DsApplIfOpsTable" variable as a bean indexed property.
- getDsApplIfOutBytes() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfOutBytes" variable.
- getDsApplIfOutBytes() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfOutBytes" variable.
- getDsApplIfOutBytes() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfOutBytes" variable.
- getDsApplIfProtocol() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfProtocol" variable.
- getDsApplIfProtocol() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfProtocol" variable.
- getDsApplIfProtocol() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfProtocol" variable.
- getDsApplIfProtocolIndex() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfProtocolIndex" variable.
- getDsApplIfProtocolIndex() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfProtocolIndex" variable.
- getDsApplIfProtocolIndex() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfProtocolIndex" variable.
- getDsApplIfProtocolIndex() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsApplIfProtocolIndex" variable.
- getDsApplIfProtocolIndex() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsApplIfProtocolIndex" variable.
- getDsApplIfReadOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfReadOps" variable.
- getDsApplIfReadOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfReadOps" variable.
- getDsApplIfReadOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfReadOps" variable.
- getDsApplIfReferrals() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfReferrals" variable.
- getDsApplIfReferrals() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfReferrals" variable.
- getDsApplIfRemoveEntryOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfRemoveEntryOps" variable.
- getDsApplIfRemoveEntryOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfRemoveEntryOps" variable.
- getDsApplIfRemoveEntryOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfRemoveEntryOps" variable.
- getDsApplIfReplicationUpdatesIn() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfReplicationUpdatesIn" variable.
- getDsApplIfReplicationUpdatesIn() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfReplicationUpdatesIn" variable.
- getDsApplIfReplicationUpdatesOut() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfReplicationUpdatesOut" variable.
- getDsApplIfReplicationUpdatesOut() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfReplicationUpdatesOut" variable.
- getDsApplIfSearchOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfSearchOps" variable.
- getDsApplIfSearchOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfSearchOps" variable.
- getDsApplIfSearchOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfSearchOps" variable.
- getDsApplIfSecurityErrors() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfSecurityErrors" variable.
- getDsApplIfSecurityErrors() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfSecurityErrors" variable.
- getDsApplIfSimpleAuthBinds() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfSimpleAuthBinds" variable.
- getDsApplIfSimpleAuthBinds() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfSimpleAuthBinds" variable.
- getDsApplIfStrongAuthBinds() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfStrongAuthBinds" variable.
- getDsApplIfStrongAuthBinds() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfStrongAuthBinds" variable.
- getDsApplIfUnauthBinds() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfUnauthBinds" variable.
- getDsApplIfUnauthBinds() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfUnauthBinds" variable.
- getDsApplIfWholeSubtreeSearchOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntry
-
Getter for the "DsApplIfWholeSubtreeSearchOps" variable.
- getDsApplIfWholeSubtreeSearchOps() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Getter for the "DsApplIfWholeSubtreeSearchOps" variable.
- getDsApplIfWholeSubtreeSearchOps() - Method in interface org.opends.server.snmp.DsApplIfOpsEntryMBean
-
Getter for the "DsApplIfWholeSubtreeSearchOps" variable.
- getDsCacheEntries() - Method in class org.opends.server.snmp.DsTableEntry
-
Getter for the "DsCacheEntries" variable.
- getDsCacheEntries() - Method in class org.opends.server.snmp.DsTableEntryImpl
-
Getter for the "DsCacheEntries" variable.
- getDsCacheEntries() - Method in interface org.opends.server.snmp.DsTableEntryMBean
-
Getter for the "DsCacheEntries" variable.
- getDsCacheHits() - Method in class org.opends.server.snmp.DsTableEntry
-
Getter for the "DsCacheHits" variable.
- getDsCacheHits() - Method in class org.opends.server.snmp.DsTableEntryImpl
-
Getter for the "DsCacheHits" variable.
- getDsCacheHits() - Method in interface org.opends.server.snmp.DsTableEntryMBean
-
Getter for the "DsCacheHits" variable.
- getDsConfigReplicationEnableEquivalentCommandLines(UserData) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the equivalent dsconfig command-line required to configure the
first replicated server in the topology.
- getDsCopyEntries() - Method in class org.opends.server.snmp.DsTableEntry
-
Getter for the "DsCopyEntries" variable.
- getDsCopyEntries() - Method in interface org.opends.server.snmp.DsTableEntryMBean
-
Getter for the "DsCopyEntries" variable.
- getDsId() - Method in class org.opends.server.replication.common.DSInfo
-
Get the DS id.
- getDsIntEntDirectoryName() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsIntEntDirectoryName" variable.
- getDsIntEntDirectoryName() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsIntEntDirectoryName" variable.
- getDsIntEntFailures() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsIntEntFailures" variable.
- getDsIntEntFailures() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsIntEntFailures" variable.
- getDsIntEntFailuresSinceLastSuccess() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsIntEntFailuresSinceLastSuccess" variable.
- getDsIntEntFailuresSinceLastSuccess() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsIntEntFailuresSinceLastSuccess" variable.
- getDsIntEntIndex() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsIntEntIndex" variable.
- getDsIntEntIndex() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsIntEntIndex" variable.
- getDsIntEntSuccesses() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsIntEntSuccesses" variable.
- getDsIntEntSuccesses() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsIntEntSuccesses" variable.
- getDsIntEntTimeOfCreation() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsIntEntTimeOfCreation" variable.
- getDsIntEntTimeOfCreation() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsIntEntTimeOfCreation" variable.
- getDsIntEntTimeOfLastAttempt() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsIntEntTimeOfLastAttempt" variable.
- getDsIntEntTimeOfLastAttempt() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsIntEntTimeOfLastAttempt" variable.
- getDsIntEntTimeOfLastSuccess() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsIntEntTimeOfLastSuccess" variable.
- getDsIntEntTimeOfLastSuccess() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsIntEntTimeOfLastSuccess" variable.
- getDsIntEntURL() - Method in class org.opends.server.snmp.DsIntEntry
-
Getter for the "DsIntEntURL" variable.
- getDsIntEntURL() - Method in interface org.opends.server.snmp.DsIntEntryMBean
-
Getter for the "DsIntEntURL" variable.
- getDsIntTable() - Method in class org.opends.server.snmp.DsMIB
-
Access the "DsIntTable" variable as a bean indexed property.
- getDsMasterEntries() - Method in class org.opends.server.snmp.DsTableEntry
-
Getter for the "DsMasterEntries" variable.
- getDsMasterEntries() - Method in class org.opends.server.snmp.DsTableEntryImpl
-
Getter for the "DsMasterEntries" variable.
- getDsMasterEntries() - Method in interface org.opends.server.snmp.DsTableEntryMBean
-
Getter for the "DsMasterEntries" variable.
- getDsReplicationEquivalentCommandLines(String, UserData) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the list of equivalent command-lines that must be executed to
enable or initialize replication as the setup does.
- getDsServerDescription() - Method in class org.opends.server.snmp.DsTableEntry
-
Getter for the "DsServerDescription" variable.
- getDsServerDescription() - Method in class org.opends.server.snmp.DsTableEntryImpl
-
Getter for the "DsServerDescription" variable.
- getDsServerDescription() - Method in interface org.opends.server.snmp.DsTableEntryMBean
-
Getter for the "DsServerDescription" variable.
- getDsServerType() - Method in class org.opends.server.snmp.DsTableEntry
-
Getter for the "DsServerType" variable.
- getDsServerType() - Method in class org.opends.server.snmp.DsTableEntryImpl
-
Getter for the "DsServerType" variable.
- getDsServerType() - Method in interface org.opends.server.snmp.DsTableEntryMBean
-
Getter for the "DsServerType" variable.
- getDsSlaveHits() - Method in class org.opends.server.snmp.DsTableEntry
-
Getter for the "DsSlaveHits" variable.
- getDsSlaveHits() - Method in interface org.opends.server.snmp.DsTableEntryMBean
-
Getter for the "DsSlaveHits" variable.
- getDsTable() - Method in class org.opends.server.snmp.DsMIB
-
Access the "DsTable" variable as a bean indexed property.
- getDsUrl() - Method in class org.opends.server.replication.common.DSInfo
-
Get the DS URL.
- getDuration() - Method in enum org.forgerock.opendj.config.DurationUnit
-
Get the number of milliseconds that this unit represents.
- getDynamicGroupDN() - Method in class org.opends.server.extensions.DynamicGroupMemberList
-
Retrieves the DN of the dynamic group with which this dynamic group member
list is associated.
- getECLInclude() - Method in interface org.forgerock.opendj.server.config.client.ExternalChangelogDomainCfgClient
-
Gets the "ecl-include" property.
- getECLInclude() - Method in interface org.forgerock.opendj.server.config.server.ExternalChangelogDomainCfg
-
Gets the "ecl-include" property.
- getECLIncludeForDeletes() - Method in interface org.forgerock.opendj.server.config.client.ExternalChangelogDomainCfgClient
-
Gets the "ecl-include-for-deletes" property.
- getECLIncludeForDeletes() - Method in interface org.forgerock.opendj.server.config.server.ExternalChangelogDomainCfg
-
Gets the "ecl-include-for-deletes" property.
- getECLIncludeForDeletesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalChangelogDomainCfgDefn
-
Get the "ecl-include-for-deletes" property definition.
- getECLIncludePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalChangelogDomainCfgDefn
-
Get the "ecl-include" property definition.
- getEclIncludes() - Method in class org.opends.server.replication.common.DSInfo
-
Get the entry attributes to be included in the ECL.
- getEclIncludes() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Returns the list of entry attributes.
- getEclIncludes() - Method in class org.opends.server.replication.protocol.StartSessionMsg
-
Get the attributes to include in each change for the ECL.
- getEclIncludes() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Get the attributes to include in each change for the ECL.
- getEclIncludesForDeletes() - Method in class org.opends.server.replication.common.DSInfo
-
Get the entry attributes to be included in the ECL for delete operations.
- getEclIncludesForDeletes() - Method in class org.opends.server.replication.protocol.StartSessionMsg
-
Get the attributes to include in each delete change for the ECL.
- getEclIncludesForDeletes() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Get the attributes to include in each delete change for the ECL.
- GetEffectiveRightsRequestControl - Class in org.forgerock.opendj.ldap.controls
-
A partial implementation of the get effective rights request control as
defined in draft-ietf-ldapext-acl-model.
- GetEffectiveRightsRequestControl - Class in org.opends.server.controls
-
This class partially implements the geteffectiverights control as defined
in draft-ietf-ldapext-acl-model-08.txt.
- GetEffectiveRightsRequestControl(DN, List<AttributeType>) - Constructor for class org.opends.server.controls.GetEffectiveRightsRequestControl
-
Create a new geteffectiverights control with the specified authzDN and
an attribute list.
- GetEffectiveRightsRequestControl(boolean, DN, List<AttributeType>) - Constructor for class org.opends.server.controls.GetEffectiveRightsRequestControl
-
Create a new geteffectiverights control with the specified authzDN and
an attribute list.
- GetEffectiveRightsRequestControl(boolean, String, List<String>) - Constructor for class org.opends.server.controls.GetEffectiveRightsRequestControl
-
Create a new geteffectiverights control with the specified raw
authzDN and an attribute list.
- getEffectiveValues() - Method in interface org.forgerock.opendj.config.client.spi.Property
-
Get an immutable set view of this property's effective values.
- getElementAt(int) - Method in class org.opends.guitools.controlpanel.datamodel.SortableListModel
-
- getElementDefinitionWithFileName(SchemaElement) - Static method in class org.opends.server.util.SchemaUtils
-
Retrieves the definition string used to create the provided schema element and including the
X-SCHEMA-FILE extension.
- getElementNameOrOID(SchemaElement) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the name or OID of provided element.
- getElementOID(SchemaElement) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the OID of provided element.
- getElementOrigin(SchemaElement) - Static method in class org.opends.server.util.SchemaUtils
-
Returns the origin of the provided schema element.
- getElementPropertyAsSingleValue(SchemaElement, String) - Static method in class org.opends.server.util.SchemaUtils
-
Returns the single value of the provided extra property for the provided schema element.
- getElementSchemaFile(SchemaElement) - Static method in class org.opends.server.util.SchemaUtils
-
Returns the schema file of the provided schema element.
- getEmailAddressAttributeType() - Method in interface org.forgerock.opendj.server.config.client.SMTPAccountStatusNotificationHandlerCfgClient
-
Gets the "email-address-attribute-type" property.
- getEmailAddressAttributeType() - Method in interface org.forgerock.opendj.server.config.server.SMTPAccountStatusNotificationHandlerCfg
-
Gets the "email-address-attribute-type" property.
- getEmailAddressAttributeTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the "email-address-attribute-type" property definition.
- getEmptyInsets() - Static method in class org.opends.quicksetup.ui.UIFactory
-
Return empty insets.
- getEmptyPrintStream() - Static method in class org.opends.quicksetup.util.Utils
-
Returns a printstream that does not write anything to standard output.
- getEmptySchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the empty schema.
- getEnabledAdministrationPorts() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the list of enabled administration ports.
- getEnabledAlertType() - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
-
Gets the "enabled-alert-type" property.
- getEnabledAlertType() - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
-
Gets the "enabled-alert-type" property.
- getEnabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
-
Get the "enabled-alert-type" property definition.
- getEnabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXAlertHandlerCfgDefn
-
Get the "enabled-alert-type" property definition.
- getEnabledAlertTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Get the "enabled-alert-type" property definition.
- getEnabledCipherSuites() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Returns the names of the protocol versions which are currently enabled
for secure connections with the Directory Server.
- getEnabledPropertyDefinition() - Method in class com.example.opendj.meta.ExamplePluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class opendj.meta.MsadPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AESPasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AnonymousSASLMechanismHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ClientConnectionMonitorProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CramMD5SASLMechanismHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DynamicGroupImplementationCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheMonitorProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalChangelogDomainCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalHTTPAccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSASLMechanismHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FractionalLDIFImportPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GroupImplementationCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPAccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPAnonymousAuthorizationMechanismCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPAuthorizationMechanismCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPEndpointCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2AuthorizationMechanismCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXAlertHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHTTPAccessLogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPAttributeDescriptionListPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LogPublisherCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MD5PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryUsageMonitorProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA256PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA512PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS5S2PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PlainSASLMechanismHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RC4PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedMD5PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA1PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA256PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA384PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA512PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SASLMechanismHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SHA1PasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StackTraceMonitorProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StartTLSExtendedOperationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticGroupImplementationCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectDNToUserAttributeCertificateMapperCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDNCertificateMapperCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SystemInfoMonitorProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TripleDESPasswordStorageSchemeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VersionMonitorProviderCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualStaticGroupImplementationCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "enabled" property definition.
- getEnabledProtocols() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Returns the names of the protocol versions which are currently enabled
for secure connections with the Directory Server.
- getEnabledSSLCipherSuites() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
- getEnabledSSLCipherSuites() - Method in class org.opends.server.api.ConnectionHandler
-
Retrieves an unmodifiable set of enabled SSL cipher suites configured for
this connection handler, if applicable.
- getEnabledSSLCipherSuites() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getEnabledSSLCipherSuites() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
- getEnabledSSLProtocols() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
- getEnabledSSLProtocols() - Method in class org.opends.server.api.ConnectionHandler
-
Retrieves the set of enabled SSL protocols configured for this connection
handler.
- getEnabledSSLProtocols() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getEnabledSSLProtocols() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
- getEnableProfilingOnStartupPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Get the "enable-profiling-on-startup" property definition.
- getEnableSSL() - Method in class org.opends.quicksetup.SecurityOptions
-
Returns whether SSL is enabled or not.
- getEnableStartTLS() - Method in class org.opends.quicksetup.SecurityOptions
-
Returns whether StartTLS is enabled or not.
- getEnableWindowsService() - Method in class org.opends.quicksetup.UserData
-
Returns true if the windows service must be enabled during
installation, false if not.
- getEncodedSize(long) - Static method in class com.forgerock.opendj.util.PackedLong
-
Get the number of bytes required to store the given value using the compact long representation.
- getEnhancedGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Enhanced Guide Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.21.
- getEnhancedSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the enhancedSearchGuide Attribute Type
which has the OID 2.5.4.47.
- getEntries() - Method in class org.opends.admin.ads.ReplicaDescriptor
-
Returns the number of entries contained in the replica.
- getEntries() - Method in class org.opends.guitools.controlpanel.datamodel.BackendDescriptor
-
Return the number of entries in the backend
- getEntries() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNDescriptor
-
Returns the number of entries in the backend for this base DN.
- getEntries() - Method in class org.opends.server.snmp.DsMIBImpl
-
Returns the list of Created Entries.
- getEntries() - Method in class org.opends.server.snmp.TableDsApplIfOpsTable
-
Return the entries stored in the table.
- getEntries() - Method in class org.opends.server.snmp.TableDsIntTable
-
Return the entries stored in the table.
- getEntries() - Method in class org.opends.server.snmp.TableDsTable
-
Return the entries stored in the table.
- getEntriesCompressedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "entries-compressed" property definition.
- getEntriesCompressedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "entries-compressed" property definition.
- getEntriesCompressedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "entries-compressed" property definition.
- getEntriesCompressedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "entries-compressed" property definition.
- getEntriesCompressedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "entries-compressed" property definition.
- getEntriesIgnored() - Method in class org.opends.server.util.LDIFReader
-
Retrieves the total number of entries that have been ignored so far by this
LDIF reader because they did not match the import criteria.
- getEntriesImported() - Method in class org.opends.server.types.LDIFImportResult
-
Retrieves the total number of entries that were successfully
imported.
- getEntriesObjectNames() - Method in class org.opends.server.snmp.DsMIBImpl
-
Returns the Set of ObjectName of all the created entries in all the Table.
- getEntriesRead() - Method in class org.opends.server.types.LDIFImportResult
-
Retrieves the total number of entries read during the import,
including those that were later rejected or skipped.
- getEntriesRead() - Method in class org.opends.server.util.LDIFReader
-
Retrieves the total number of entries read so far by this LDIF reader,
including those that have been ignored or rejected.
- getEntriesRejected() - Method in class org.opends.server.types.LDIFImportResult
-
Retrieves the total number of entries rejected during the import.
- getEntriesRejected() - Method in class org.opends.server.util.LDIFReader
-
Retrieves the total number of entries rejected so far by this LDIF reader.
- getEntriesSent() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the number of entries sent to the client for this search
operation.
- getEntriesSent() - Method in class org.opends.server.core.SearchOperationBasis
-
- getEntriesSent() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getEntriesSent() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the number of entries sent to the client for this
search operation.
- getEntriesSent() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the number of entries sent to the client for this
search operation.
- getEntriesSkipped() - Method in class org.opends.server.types.LDIFImportResult
-
Retrieves the total number of entries skipped during the import.
- getEntry(DN) - Method in interface org.forgerock.opendj.config.server.spi.ConfigurationRepository
-
Returns the configuration entry for the provided DN.
- getEntry() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
Returns an unmodifiable entry whose contents reflect the state of the
updated entry immediately after the update operation was performed.
- getEntry() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
-
Returns an unmodifiable entry whose contents reflect the state of the
updated entry immediately before the update operation was performed.
- getEntry() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns the entry which backs this Root DSE instance.
- getEntry(DN) - Method in interface org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.EntryResolver
-
Returns the named entry in order to enforce DIT structure rules.
- getEntry(DN) - Method in interface org.forgerock.opendj.server.core.DataProvider
-
Retrieves the specified entry from this data provider.
- getEntry(DN) - Method in interface org.forgerock.opendj.server.core.DataProviderConnection
-
Retrieves the specified entry from the underlying data provider.
- getEntry() - Method in class org.opends.guitools.controlpanel.event.LDAPEntryChangedEvent
-
Returns the entry that has been modified (the object contains the new
values of the entry).
- getEntry() - Method in class org.opends.guitools.controlpanel.ui.AbstractNewEntryPanel
-
Returns the entry object representing what the user provided as data.
- getEntry() - Method in class org.opends.guitools.controlpanel.ui.LDIFViewEntryPanel
-
- getEntry() - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Returns an Entry object representing what the panel is displaying.
- getEntry(DN) - Method in class org.opends.server.api.EntryCache
-
Retrieves the entry with the specified DN from the cache.
- getEntry(String, long) - Method in class org.opends.server.api.EntryCache
-
Retrieves the requested entry if it is present in the cache.
- getEntry(DN) - Method in class org.opends.server.api.LocalBackend
-
Retrieves the requested entry from this backend.
- getEntry(DN) - Method in class org.opends.server.backends.BackupBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.ChangelogBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.ConfigurationBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.LDIFBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.MemoryBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.MonitorBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.NullBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- getEntry(DN) - Method in class org.opends.server.backends.RootDSEBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.SchemaBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.task.TaskBackend
-
- getEntry(DN) - Method in class org.opends.server.backends.TrustStoreBackend
-
- getEntry(DN) - Method in class org.opends.server.config.ConfigurationHandler
-
- getEntry(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the entry with the requested DN.
- getEntry(String, long) - Method in class org.opends.server.extensions.DefaultEntryCache
-
- getEntry(DN) - Method in class org.opends.server.extensions.DefaultEntryCache
-
- getEntry(DN) - Method in class org.opends.server.extensions.FIFOEntryCache
-
- getEntry(DN) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
-
- getEntry() - Method in class org.opends.server.types.CacheEntry
-
Retrieves the entry for this cache entry.
- getEntry(DN) - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the entry with the requested DN.
- getEntry() - Method in class org.opends.server.types.SubEntry
-
Getter to retrieve the actual entry object for this subentry.
- getEntryBytes() - Method in class org.opends.server.replication.protocol.EntryMsg
-
Returns the entry bytes.
- getEntryCache(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Entry Cache.
- getEntryCache(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Entry Cache.
- getEntryCache() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the entry cache for the Directory Server.
- getEntryCacheMonitor() - Method in class org.opends.server.api.EntryCache
-
Retrieves the monitor that is associated with this entry
cache.
- getEntryCaches() - Method in class org.opends.guitools.controlpanel.util.ConfigFromConnection
-
Returns the monitoring entry for the entry caches.
- getEntryCachesMonitor() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the monitoring entry for the entry caches.
- getEntryCachesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "entry-caches" relation definition.
- getEntryContainers() - Method in class org.opends.server.backends.pluggable.RootContainer
-
Return all the entry containers in this root container.
- getEntryCount() - Method in class org.opends.server.api.LocalBackend
-
Retrieves the total number of entries contained in this backend,
if that information is available.
- getEntryCount() - Method in class org.opends.server.backends.BackupBackend
-
- getEntryCount() - Method in class org.opends.server.backends.ChangelogBackend
-
- getEntryCount() - Method in class org.opends.server.backends.ConfigurationBackend
-
- getEntryCount() - Method in class org.opends.server.backends.LDIFBackend
-
- getEntryCount() - Method in class org.opends.server.backends.MemoryBackend
-
- getEntryCount() - Method in class org.opends.server.backends.MonitorBackend
-
- getEntryCount() - Method in class org.opends.server.backends.NullBackend
-
- getEntryCount() - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- getEntryCount() - Method in class org.opends.server.backends.RootDSEBackend
-
- getEntryCount() - Method in class org.opends.server.backends.SchemaBackend
-
- getEntryCount() - Method in class org.opends.server.backends.task.TaskBackend
-
- getEntryCount() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the total number of entries in the task backend.
- getEntryCount() - Method in class org.opends.server.backends.TrustStoreBackend
-
- getEntryCount() - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
-
Get the number of entries expected to be sent during the export.
- getEntryDN(String, long) - Method in class org.opends.server.api.EntryCache
-
Retrieves the entry DN for the entry with the specified ID on
the specific backend from the cache.
- getEntryDN() - Method in interface org.opends.server.core.AddOperation
-
Retrieves the DN of the entry to add.
- getEntryDN() - Method in class org.opends.server.core.AddOperationBasis
-
- getEntryDN() - Method in class org.opends.server.core.AddOperationWrapper
-
- getEntryDN() - Method in interface org.opends.server.core.CompareOperation
-
Retrieves the DN of the entry to compare.
- getEntryDN() - Method in class org.opends.server.core.CompareOperationBasis
-
- getEntryDN() - Method in class org.opends.server.core.CompareOperationWrapper
-
- getEntryDN() - Method in interface org.opends.server.core.DeleteOperation
-
Retrieves the DN of the entry to delete.
- getEntryDN() - Method in class org.opends.server.core.DeleteOperationBasis
-
- getEntryDN() - Method in class org.opends.server.core.DeleteOperationWrapper
-
- getEntryDN() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the DN of the entry to rename.
- getEntryDN() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getEntryDN() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getEntryDN() - Method in interface org.opends.server.core.ModifyOperation
-
Retrieves the DN of the entry to modify.
- getEntryDN() - Method in class org.opends.server.core.ModifyOperationBasis
-
- getEntryDN() - Method in class org.opends.server.core.ModifyOperationWrapper
-
- getEntryDN(String, long) - Method in class org.opends.server.extensions.DefaultEntryCache
-
- getEntryDN(String, long) - Method in class org.opends.server.extensions.FIFOEntryCache
-
- getEntryDN(String, long) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
-
- getEntryDN() - Method in class org.opends.server.protocols.ldap.ModifyDNRequestProtocolOp
-
Retrieves the current entry DN for this modify DN request.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
-
Retrieves the DN of the entry to add.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
-
Retrieves the DN of the entry to compare.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationDeleteOperation
-
Retrieves the DN of the entry to delete.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
-
Retrieves the DN of the entry to rename.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
-
Retrieves the DN of the entry to modify.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
-
Retrieves the DN of the entry to add.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
-
Retrieves the DN of the entry to compare.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseDeleteOperation
-
Retrieves the DN of the entry to delete.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
-
Retrieves the DN of the entry to rename.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
-
Retrieves the DN of the entry to modify.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
-
Retrieves the DN of the entry to add.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationDeleteOperation
-
Retrieves the DN of the entry to delete.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
-
Retrieves the DN of the entry to rename.
- getEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
-
Retrieves the DN of the entry to modify.
- getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
-
Retrieves the DN of the entry to add.
- getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
-
Retrieves the DN of the entry to compare.
- getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationDeleteOperation
-
Retrieves the DN of the entry to delete.
- getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Retrieves the DN of the entry to rename.
- getEntryDN() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
-
Retrieves the DN of the entry to modify.
- getEntryDN() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
-
Retrieves the DN of the entry to rename.
- getEntryDNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the entryDN Attribute Type
which has the OID 1.3.6.1.1.20.
- getEntryFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Returns the EntryFactory which will be used for creating new
Entry instances when decoding entries.
- getEntryForID(String) - Method in class org.opends.server.api.IdentityMapper
-
Retrieves the user entry that was mapped to the provided
identification string.
- getEntryForID(String) - Method in class org.opends.server.extensions.ExactMatchIdentityMapper
-
Retrieves the user entry that was mapped to the provided identification
string.
- getEntryForID(String) - Method in class org.opends.server.extensions.RegularExpressionIdentityMapper
-
- getEntryID(DN) - Method in class org.opends.server.api.EntryCache
-
Retrieves the entry ID for the entry with the specified DN from
the cache.
- getEntryID(DN) - Method in class org.opends.server.extensions.DefaultEntryCache
-
- getEntryID(DN) - Method in class org.opends.server.extensions.FIFOEntryCache
-
- getEntryID(DN) - Method in class org.opends.server.extensions.SoftReferenceEntryCache
-
- getEntryID() - Method in class org.opends.server.types.CacheEntry
-
Retrieves the entry ID for this cache entry.
- getEntryLimit() - Method in class org.opends.guitools.controlpanel.datamodel.IndexDescriptor
-
Returns the entry limit of the index.
- getEntryToAdd() - Method in class org.opends.server.core.AddOperationBasis
-
Retrieves the entry to be added to the server.
- getEntryToAdd() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
-
Retrieves the entry to be added to the server.
- getEntryToAdd() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
-
Retrieves the entry to be added to the server.
- getEntryToAdd() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
-
Retrieves the entry to be added to the server.
- getEntryToAdd() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
-
Retrieves the entry to be added to the server.
- getEntryToAdd() - Method in class org.opends.server.workflowelement.localbackend.LocalBackendAddOperation
-
Retrieves the entry to be added to the server.
- getEntryToCompare() - Method in class org.opends.server.core.CompareOperationBasis
-
Retrieves the entry to target with the compare operation.
- getEntryToCompare() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
-
Retrieves the entry to target with the compare operation.
- getEntryToCompare() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
-
Retrieves the entry to target with the compare operation.
- getEntryToCompare() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
-
Retrieves the entry to target with the compare operation.
- getEntryToCompare() - Method in class org.opends.server.workflowelement.localbackend.LocalBackendCompareOperation
-
Retrieves the entry to target with the compare operation.
- getEntryToDelete() - Method in class org.opends.server.core.DeleteOperationBasis
-
Retrieves the entry to be deleted.
- getEntryToDelete() - Method in interface org.opends.server.types.operation.PostOperationDeleteOperation
-
Retrieves the entry to be deleted.
- getEntryToDelete() - Method in interface org.opends.server.types.operation.PostResponseDeleteOperation
-
Retrieves the entry to be deleted.
- getEntryToDelete() - Method in interface org.opends.server.types.operation.PostSynchronizationDeleteOperation
-
Retrieves the entry to be deleted.
- getEntryToDelete() - Method in interface org.opends.server.types.operation.PreOperationDeleteOperation
-
Retrieves the entry to be deleted.
- getEntryToDelete() - Method in class org.opends.server.workflowelement.localbackend.LocalBackendDeleteOperation
-
Retrieves the entry to be deleted.
- getEntryUUID(Entry) - Static method in class org.opends.server.replication.plugin.EntryHistorical
-
Get the entry unique Id in String form.
- getEntryUUID(PreOperationAddOperation) - Static method in class org.opends.server.replication.plugin.EntryHistorical
-
Get the Entry Unique Id from an add operation.
- getEntryUUID() - Method in class org.opends.server.replication.plugin.FakeDelOperation
-
Retrieves the Unique ID of the entry that was deleted with this operation.
- getEntryUUID() - Method in class org.opends.server.replication.protocol.LDAPUpdateMsg
-
Get the entryUUID of the entry on which the operation happened.
- getEntryUUID() - Method in class org.opends.server.replication.protocol.OperationContext
-
Get the unique Identifier of the modified entry.
- getEntryUUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the entryUUID Attribute Type
which has the OID 1.3.6.1.1.16.4.
- getEnumClass() - Method in class org.forgerock.opendj.config.EnumPropertyDefinition
-
Get the enumeration class used for values of this property.
- getEnumRight(int) - Static method in enum org.opends.server.authorization.dseecompat.EnumRight
-
Return the EnumRight corresponding to the provided rightsMask.
- getEnvironment() - Method in interface org.opends.server.core.ServerContext
-
Returns the environment of the server.
- getEnvironmentConfig() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the environment configuration for the Directory Server.
- getEqualityMatch() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the equalityMatch property.
- getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the matching rule that should be used for equality matching with
this attribute type.
- getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the default equality matching rule that will be used for
attributes with this syntax.
- getEqualityMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the default equality matching rule that will be used for
attributes with this syntax.
- getEqualityMatchingRule() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the equality matching rule that should be used for this matched
values filter.
- getEquivalentCommandLine(String, List<String>) - Static method in class org.opends.guitools.controlpanel.task.Task
-
Returns the equivalent command line in HTML without font properties.
- getError() - Method in exception org.opends.admin.ads.ADSContextException
-
Returns the error type of this exception.
- getError() - Method in class org.opends.guitools.controlpanel.event.EntryReadErrorEvent
-
Returns the throwable that we got as error.
- getError() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the error that occurred when updating the node.
- getErrorArg() - Method in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
Returns the argument associated to an error/exception.
- getErrorCode() - Method in exception org.opends.server.tools.dsreplication.ReplicationCliException
-
Returns the error code associated with this exception.
- getErrorException() - Method in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
Returns the exception associated to the error.
- getErrorIcon() - Method in class org.opends.guitools.controlpanel.browser.IconPool
-
Returns the icon associated with a node for which an error occurred.
- getErrorLogs() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the error logs of the task.
- getErrorMaskIcon() - Method in class org.opends.guitools.controlpanel.browser.IconPool
-
Returns the icon associated with the error mask icon.
- getErrorMessage() - Method in class org.opends.dsml.protocol.LDAPResult
-
Gets the value of the errorMessage property.
- getErrorMessage() - Method in class org.opends.server.api.plugin.PluginResult.ImportLDIF
-
- getErrorMessage() - Method in class org.opends.server.api.plugin.PluginResult.IntermediateResponse
-
- getErrorMessage() - Method in interface org.opends.server.api.plugin.PluginResult.OperationResult
-
- getErrorMessage() - Method in class org.opends.server.api.plugin.PluginResult.PostConnect
-
- getErrorMessage() - Method in class org.opends.server.api.plugin.PluginResult.PostOperation
-
- getErrorMessage() - Method in class org.opends.server.api.plugin.PluginResult.PreOperation
-
- getErrorMessage() - Method in class org.opends.server.api.plugin.PluginResult.PreParse
-
- getErrorMessage() - Method in class org.opends.server.api.plugin.PluginResult.Startup
-
- getErrorMessage() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateDelete
-
- getErrorMessage() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
-
- getErrorMessage() - Method in class org.opends.server.core.OperationWrapper
-
- getErrorMessage() - Method in class org.opends.server.protocols.ldap.AddResponseProtocolOp
-
Retrieves the error message for this response.
- getErrorMessage() - Method in class org.opends.server.protocols.ldap.BindResponseProtocolOp
-
Retrieves the error message for this response.
- getErrorMessage() - Method in class org.opends.server.protocols.ldap.CompareResponseProtocolOp
-
Retrieves the error message for this response.
- getErrorMessage() - Method in class org.opends.server.protocols.ldap.DeleteResponseProtocolOp
-
Retrieves the error message for this response.
- getErrorMessage() - Method in class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Retrieves the error message for this response.
- getErrorMessage() - Method in class org.opends.server.protocols.ldap.ModifyDNResponseProtocolOp
-
Retrieves the error message for this response.
- getErrorMessage() - Method in class org.opends.server.protocols.ldap.ModifyResponseProtocolOp
-
Retrieves the error message for this response.
- getErrorMessage() - Method in class org.opends.server.protocols.ldap.SearchResultDoneProtocolOp
-
Retrieves the error message for this response.
- getErrorMessage() - Method in exception org.opends.server.tools.LDAPConnectionException
-
Retrieves the server-provided error message associated with this exception.
- getErrorMessage() - Method in class org.opends.server.types.AbstractOperation
-
- getErrorMessage() - Method in exception org.opends.server.types.LDAPException
-
Retrieves the server-provided error message for this exception.
- getErrorMessage() - Method in exception org.opends.server.types.MembershipException
-
Retrieves the error message for this membership exception.
- getErrorMessage() - Method in interface org.opends.server.types.Operation
-
Retrieves the error message for this operation.
- getErrorMessage() - Method in interface org.opends.server.types.operation.InProgressOperation
-
Retrieves the error message for this operation.
- getErrorMessage() - Method in interface org.opends.server.types.operation.PostOperationOperation
-
Retrieves the error message for this operation.
- getErrorMessage() - Method in interface org.opends.server.types.operation.PostResponseOperation
-
Retrieves the error message for this operation.
- getErrorMessage() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
-
Retrieves the error message for this operation.
- getErrorMessage() - Method in interface org.opends.server.types.operation.PreOperationOperation
-
Retrieves the error message for this operation.
- getErrorMessage() - Method in interface org.opends.server.types.operation.PreParseOperation
-
Retrieves the error message for this operation.
- getErrorMessage() - Method in class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
-
- getErrorMessage() - Method in class org.opends.server.types.SynchronizationProviderResult.StopProcessing
-
- getErrorMessages() - Method in class org.opends.admin.ads.TopologyCache
-
Returns a set of error messages encountered in the TopologyCache.
- getErrorMessages() - Method in class org.opends.server.extensions.EntryCacheCommon.ConfigErrorHandler
-
Get the current error messages.
- getErrorNotificationEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the email messages that will be used for notifications
when the task encounters an error.
- getErrorPrintStream() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the print stream for the error logs.
- getErrors() - Method in exception org.opends.guitools.controlpanel.datamodel.CheckEntrySyntaxException
-
Returns the list of errors that were encountered.
- getErrorStream() - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Returns the application error stream.
- getErrorType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Returns the password policy error type, if available.
- getErrorType() - Method in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
Returns the error detected while reading this entry.
- getErrorType() - Method in class org.opends.server.controls.PasswordPolicyResponseControl
-
Retrieves the password policy error type contained in this control.
- getErrStream() - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Returns the error stream.
- getEtimeResolution() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "etime-resolution" property.
- getEtimeResolution() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "etime-resolution" property.
- getEtimeResolutionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "etime-resolution" property definition.
- getEvalReason() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Return the reason the last access evaluation was evaluated the way it
was.
- getEvalSummary() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Return the access evaluation summary string.
- getEventTypes() - Method in class org.forgerock.opendj.server.core.DataProviderEvent
-
Returns an unmodifiable set containing the types of event that have
occurred in the data provider.
- getException() - Method in class org.opends.guitools.controlpanel.browser.BasicNodeError
-
Returns the exception.
- getException() - Method in class org.opends.guitools.controlpanel.browser.NodeRefresher
-
Returns the exception that occurred during the processing.
- getException() - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
-
Get the exception that occurred during the import/export.
- getExceptionArg() - Method in class org.opends.guitools.controlpanel.browser.NodeRefresher
-
Returns the argument of the exception that occurred during the processing.
- getExceptionMessage(Throwable) - Static method in class com.forgerock.opendj.util.StaticUtils
-
Retrieves the best human-readable message for the provided exception.
- getExceptionMessage(Throwable) - Static method in class org.opends.server.util.StaticUtils
-
Retrieves the best human-readable message for the provided exception.
- getExceptions() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the exceptions that occurred while reading the configuration.
- getExceptions() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the list of exceptions that were encountered reading the
configuration.
- getExcludeAttributes() - Method in class org.opends.server.types.LDIFExportConfig
-
Retrieves the set of attributes that should be excluded from the
entries written to LDIF.
- getExcludeAttributes() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the set of attributes that should be excluded from the
entries read from the LDIF.
- getExcludeBranches() - Method in class org.opends.server.types.LDIFExportConfig
-
Retrieves the set of base DNs that specify the set of entries to
exclude from the export.
- getExcludeBranches() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the set of base DNs that specify the set of entries to
exclude from the import.
- getExcludedAttribute() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
-
Gets the "excluded-attribute" property.
- getExcludedAttribute() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
-
Gets the "excluded-attribute" property.
- getExcludedAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "excluded-attribute" property definition.
- getExcludedChangelogDomains() - Static method in class org.opends.server.replication.plugin.MultimasterReplication
-
Gets the Set of domain baseDN which are disabled for the external changelog.
- getExcludeFilter() - Method in interface org.forgerock.opendj.server.config.client.FIFOEntryCacheCfgClient
-
Gets the "exclude-filter" property.
- getExcludeFilter() - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
-
Gets the "exclude-filter" property.
- getExcludeFilter() - Method in interface org.forgerock.opendj.server.config.server.FIFOEntryCacheCfg
-
Gets the "exclude-filter" property.
- getExcludeFilter() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
-
Gets the "exclude-filter" property.
- getExcludeFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Get the "exclude-filter" property definition.
- getExcludeFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Get the "exclude-filter" property definition.
- getExcludeFilters() - Method in class org.opends.server.api.EntryCache
-
Retrieves the set of search filters that may be used to determine
whether an entry should be excluded from the cache.
- getExcludeFilters() - Method in class org.opends.server.types.LDIFExportConfig
-
Retrieves the set of search filters that should be used to
determine which entries to exclude from the LDIF.
- getExcludeFilters() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the set of search filters that should be used to
determine which entries to exclude from the LDIF.
- getExpirePasswordsWithoutWarningPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "expire-passwords-without-warning" property definition.
- getExplicitBindDn() - Method in class org.opends.guitools.controlpanel.ControlPanelArgumentParser
-
Returns the bind DN explicitly provided in the command-line.
- getExplicitBindDn() - Method in class org.opends.server.tools.status.StatusCliArgumentParser
-
Returns the bind DN explicitly provided in the command-line.
- getExplicitHostName() - Method in class org.opends.guitools.controlpanel.ControlPanelArgumentParser
-
Returns the host name explicitly provided in the command-line.
- getExplicitPort() - Method in class org.opends.guitools.controlpanel.ControlPanelArgumentParser
-
Returns the administration port explicitly provided in the command-line.
- getExportTarget() - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
-
Gets the server id of the exporting server.
- getExtendedOperationHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Extended Operation Handler.
- getExtendedOperationHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Extended Operation Handler.
- getExtendedOperationHandler(String) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the handler for the extended operation for the provided OID.
- getExtendedOperationHandler(String) - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the handler for the extended operation for the provided
extended operation OID.
- getExtendedOperationHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "extended-operation-handlers" relation definition.
- getExtendedOperationName() - Method in class org.opends.server.api.ExtendedOperationHandler
-
Retrieves the name associated with this extended operation.
- getExtendedOperationName() - Method in class org.opends.server.crypto.GetSymmetricKeyExtendedOperation
-
Retrieves the name associated with this extended operation.
- getExtendedOperationName() - Method in class org.opends.server.extensions.CancelExtendedOperation
-
- getExtendedOperationName() - Method in class org.opends.server.extensions.GetConnectionIDExtendedOperation
-
- getExtendedOperationName() - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
-
- getExtendedOperationName() - Method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
-
- getExtendedOperationName() - Method in class org.opends.server.extensions.StartTLSExtendedOperation
-
- getExtendedOperationName() - Method in class org.opends.server.extensions.WhoAmIExtendedOperation
-
- getExtendedOperationOID() - Method in class org.opends.server.api.ExtendedOperationHandler
-
Retrieves the object OID associated with this extended operation.
- getExtendedOperationOID() - Method in class org.opends.server.crypto.GetSymmetricKeyExtendedOperation
-
Retrieves the object OID associated with this extended operation.
- getExtendedOperationOID() - Method in class org.opends.server.extensions.CancelExtendedOperation
-
- getExtendedOperationOID() - Method in class org.opends.server.extensions.GetConnectionIDExtendedOperation
-
- getExtendedOperationOID() - Method in class org.opends.server.extensions.PasswordModifyExtendedOperation
-
- getExtendedOperationOID() - Method in class org.opends.server.extensions.PasswordPolicyStateExtendedOperation
-
- getExtendedOperationOID() - Method in class org.opends.server.extensions.StartTLSExtendedOperation
-
- getExtendedOperationOID() - Method in class org.opends.server.extensions.WhoAmIExtendedOperation
-
- getExtendedRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as an extended request
protocol op.
- getExtendedRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of extended requests that have been received.
- getExtendedResponseProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as an extended response
protocol op.
- getExtendedResponses() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of extended responses that have been sent.
- getExtensibleMatch() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the extensibleMatch property.
- getExtensibleObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the extensibleObject Object Class
which has the OID 1.3.6.1.4.1.1466.101.120.111.
- getExtensions() - Method in class org.opends.server.types.LDAPURL
-
Retrieves the set of extensions for this LDAP URL.
- getExternalChangelogDomain() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the External Changelog Domain.
- getExternalChangelogDomain() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the External Changelog Domain.
- getExternalChangelogDomainRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "external-changelog-domain" relation definition.
- getExternalDbsToRemove() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns the list of databases located outside the installation that must
be removed.
- getExternalLogsToRemove() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns the list of log files located outside the installation that must
be removed.
- getExtOp() - Method in class org.opends.server.authorization.dseecompat.AciTargets
-
Return the class representing the ACI extop keyword.
- getExtOpOID() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
Return The OID (Object Identifier) string of the extended operation being
evaluated.
- getExtraAttributes() - Method in class org.opends.server.schema.SchemaHandler
-
Returns the extra attributes stored in this schema handler.
- getExtraDialogHeight() - Method in class org.opends.quicksetup.installer.Installer
-
- getExtraDialogHeight() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the amount of addition pixels added to the height
of the tallest panel in order to size the wizard for
asthetic reasons.
- getExtraLines() - Method in class org.opends.server.tools.makeldif.Branch
-
Retrieves the set of extra lines that should be included in this branch
entry.
- getExtraProperties() - Method in interface org.forgerock.opendj.ldap.schema.SchemaElement
-
Returns an unmodifiable map containing all of the extra properties associated with this schema element.
- getFacsimileTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the facsimileTelephoneNumber Attribute Type
which has the OID 2.5.4.23.
- getFacsimileTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Facsimile Telephone Number Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.22.
- getFailedDependencyAction() - Method in class org.opends.server.admin.client.cli.TaskScheduleArgs
-
Gets the action to take should one of the dependent task fail.
- getFailedDependencyAction() - Method in class org.opends.server.backends.task.Task
-
Retrieves the action that should be taken if any of the dependencies for
this task do not complete successfully.
- getFailedDependencyAction() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- getFailedDependencyAction() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the action to take if this task fails.
- getFailedDependencyAction() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Gets the action to take should one of the dependent task fail.
- getFailedDependencyAction() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
-
Gets the action to take should one of the dependent task fail.
- getFailedDependencyAction() - Method in class org.opends.server.tools.tasks.TaskTool
-
Gets the action to take should one of the dependent task fail.
- getFailedServers() - Method in class org.opends.server.replication.protocol.AckMsg
-
Get the list of failed servers.
- getFaxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Fax Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.23.
- getFieldStringValue(FieldName) - Method in class org.opends.quicksetup.ui.QuickSetup
-
Gets the string value for a given field name.
- getFieldValue(FieldName) - Method in class org.opends.guitools.uninstaller.ui.ConfirmUninstallPanel
-
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.installer.ui.DataOptionsPanel
-
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.installer.ui.DataReplicationPanel
-
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.installer.ui.GlobalAdministratorPanel
-
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.installer.ui.InstallReviewPanel
-
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.installer.ui.RemoteReplicationPortsPanel
-
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.installer.ui.RuntimeOptionsPanel
-
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.installer.ui.ServerSettingsPanel
-
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.installer.ui.SuffixesToReplicatePanel
-
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.ui.CurrentStepPanel
-
Returns the value corresponding to the provided FieldName.
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.ui.QuickSetup
-
Gets the value for a given field name.
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.ui.QuickSetupDialog
-
Returns the value corresponding to the provided FieldName.
- getFieldValue(FieldName) - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Returns the value corresponding to the provided FieldName.
- getFile() - Method in class org.opends.guitools.controlpanel.datamodel.BinaryValue
-
Return the file that was used to read the binary value.
- getFile(String) - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Retrieves a File object based on the provided path.
- getFile() - Method in class org.openidentityplatform.opendj.embedded.Config
-
- getFileForPath(String) - Static method in class org.opends.server.util.StaticUtils
-
Retrieves a File object corresponding to the specified path.
- getFileForPath(String, ServerContext) - Static method in class org.opends.server.util.StaticUtils
-
Retrieves a File object corresponding to the specified path.
- getFileLines(File) - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Retrieves the lines of the specified file as a string array.
- getFilenameFilter() - Method in class org.opends.server.loggers.TimeStampNaming
-
- getFileNames(File[]) - Static method in class org.opends.server.util.StaticUtils
-
Returns the sorted list of names of provided files.
- getFiles(File, FileFilter, String) - Static method in class org.opends.server.util.BackupManager
-
Helper method to build a list of files to backup, in the simple case where all files are located
under the provided directory.
- getFileSizeLimit() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRotationPolicyCfgClient
-
Gets the "file-size-limit" property.
- getFileSizeLimit() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRotationPolicyCfg
-
Gets the "file-size-limit" property.
- getFileSizeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
-
Get the "file-size-limit" property definition.
- getFilesToBackup() - Method in interface org.opends.server.api.Backupable
-
Returns the files to backup.
- getFilesToBackup() - Method in class org.opends.server.backends.ConfigurationBackend
-
- getFilesToBackup() - Method in class org.opends.server.backends.jeb.JEStorage
-
- getFilesToBackup() - Method in class org.opends.server.backends.pdb.PDBStorage
-
- getFilesToBackup() - Method in class org.opends.server.backends.SchemaBackend
-
- getFilesToBackup() - Method in class org.opends.server.backends.task.TaskBackend
-
- getFilter() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
Returns the assertion filter.
- getFilter() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the search filter associated with this LDAP URL.
- getFilter() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the filter that defines the conditions that must be fulfilled in
order for an entry to be returned.
- getFilter() - Method in interface org.forgerock.opendj.rest2ldap.authz.ConditionalFilters.ConditionalFilter
-
- getFilter() - Method in interface org.forgerock.opendj.server.config.client.BackendVLVIndexCfgClient
-
Gets the "filter" property.
- getFilter() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
-
Gets the "filter" property.
- getFilter() - Method in interface org.forgerock.opendj.server.config.server.BackendVLVIndexCfg
-
Gets the "filter" property.
- getFilter() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
-
Gets the "filter" property.
- getFilter() - Method in class org.opends.admin.ads.TopologyCache
-
Returns the filter to be used when retrieving information.
- getFilter() - Method in class org.opends.dsml.protocol.SearchRequest
-
Gets the value of the filter property.
- getFilter() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Returns the filter that is being used to search the entries.
- getFilter() - Method in class org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor
-
Returns the filter of the search indexed by the VLV index.
- getFilter() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntrySelectionPanel
-
Returns the last filter set with the setFilter method.
- getFilter() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the filter for this search operation.
- getFilter() - Method in class org.opends.server.core.SearchOperationBasis
-
- getFilter() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getFilter() - Method in class org.opends.server.protocols.http.authz.HttpAuthorizationMechanism
-
- getFilter() - Method in class org.opends.server.protocols.internal.SearchRequest
-
To be removed.
- getFilter() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
Retrieves the filter for this search request.
- getFilter() - Method in class org.opends.server.types.LDAPURL
-
Retrieves the processed search filter for this LDAP URL.
- getFilter() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the filter for this search operation.
- getFilter() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the filter for this search operation.
- getFilter() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the filter for this search operation.
- getFilter() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the filter for this search operation.
- getFilter() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the filter for this search operation.
- getFilterComponents() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the set of subordinate filter components for AND or OR searches.
- getFilterComponents() - Method in class org.opends.server.types.RawFilter
-
Retrieves the set of subordinate filter components for AND or OR
searches.
- getFilterComponents() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the set of filter components for this AND or OR filter.
- getFilterGroup() - Method in class org.opends.dsml.protocol.FilterSet
-
Gets the value of the filterGroup property.
- getFilteringPolicy() - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
-
Gets the "filtering-policy" property.
- getFilteringPolicy() - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
-
Gets the "filtering-policy" property.
- getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Get the "filtering-policy" property definition.
- getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "filtering-policy" property definition.
- getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Get the "filtering-policy" property definition.
- getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "filtering-policy" property definition.
- getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "filtering-policy" property definition.
- getFilteringPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "filtering-policy" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVLVIndexCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Get the "filter" property definition.
- getFilters() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
Returns an unmodifiable collection containing the list of filters
associated with this matched values control.
- getFilters() - Method in class org.opends.server.controls.MatchedValuesControl
-
Retrieves the set of filters associated with this matched values control.
- getFilters(SortedSet<String>, LocalizableMessageDescriptor.Arg3<Object, Object, Object>, EntryCacheCommon.ConfigErrorHandler, DN) - Static method in class org.opends.server.extensions.EntryCacheCommon
-
Reads a list of string filters and convert it to a list of search
filters.
- getFilters() - Method in class org.opends.server.types.VirtualAttributeRule
-
Retrieves the set of search filters for entries that are eligible
to have this virtual attribute.
- getFilterType() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the filter type for this search filter.
- getFilterType() - Method in class org.opends.server.types.RawFilter
-
Retrieves the filter type for this search filter.
- getFilterType() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the filter type for this search filter.
- getFinal() - Method in class org.opends.dsml.protocol.SubstringFilter
-
Gets the value of the final property.
- getFinalTaskState() - Method in class org.opends.server.backends.task.Task
-
Returns a state for this task after processing has completed.
- getFingerprintAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
-
Gets the "fingerprint-algorithm" property.
- getFingerprintAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
-
Gets the "fingerprint-algorithm" property.
- getFingerprintAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
-
Get the "fingerprint-algorithm" property definition.
- getFingerprintAttribute() - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
-
Gets the "fingerprint-attribute" property.
- getFingerprintAttribute() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
-
Gets the "fingerprint-attribute" property.
- getFingerprintAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
-
Get the "fingerprint-attribute" property definition.
- getFinishButtonLabel() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getFinishButtonLabel() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the key for the finish button's label.
- getFinishButtonToolTip() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getFinishButtonToolTip() - Method in class org.opends.quicksetup.installer.Installer
-
- getFinishButtonToolTip() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the key for the finish button's tool tip text.
- getFinishedStep() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getFinishedStep() - Method in class org.opends.quicksetup.installer.Installer
-
- getFinishedStep() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the finished step in the wizard.
- getFirstArgumentValue(Argument...) - Static method in class com.forgerock.opendj.cli.Utils
-
Returns value of first present
Argument.
- getFirstAVA() - Method in class org.forgerock.opendj.ldap.RDN
-
Returns the first AVA contained in this RDN.
- getFirstName() - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Retrieves the first name value that should be used for the current entry.
- getFirstValueAsString(Entry, String) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the first value as a String for a given attribute in the provided
entry.
- getFirstWizardStep() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getFirstWizardStep() - Method in class org.opends.quicksetup.installer.Installer
-
- getFirstWizardStep() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Returns the initial wizard step.
- getFontStyle() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the font style to be used to render this node.
- getForceChangeOnAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "force-change-on-add" property definition.
- getForceChangeOnResetPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "force-change-on-reset" property definition.
- getFormattedAfterUrlClick(String, LocalizableMessage) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the log HTML representation after the user has clicked on a url.
- getFormattedAfterUrlClick(String, LocalizableMessage) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedAfterUrlClick(String, LocalizableMessage) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the log formatted representation after the user has clicked on a
url.
- getFormattedConfirmation(LocalizableMessage, Font, LocalizableMessage, Font) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the HTML representation of a confirmation for a given text.
- getFormattedDone() - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of the 'Done' text string.
- getFormattedDone() - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of the 'Done' text string.
- getFormattedDone() - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedDone() - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of the 'Done' text string.
- getFormattedDoneWithLineBreak() - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of the 'Done' text string
with a line break at the end.
- getFormattedEquivalentCommandLine(List<String>, ProgressMessageFormatter) - Static method in class org.opends.quicksetup.util.Utils
-
Returns a String representation of the provided command-line.
- getFormattedError(LocalizableMessage, Font, LocalizableMessage, Font) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the HTML representation of an error for a given text.
- getFormattedError(LocalizableMessage) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of an error for a given text.
- getFormattedError(Throwable, boolean) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of an error message for a given
exception.
- getFormattedError(LocalizableMessage, boolean) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of an error for a given text.
- getFormattedError() - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of the 'Error' text string.
- getFormattedError(Throwable, boolean) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of an error message for a given throwable.
- getFormattedError(LocalizableMessage, boolean) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedError() - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedError(Throwable, boolean) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedError(LocalizableMessage, boolean) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of an error for a given text.
- getFormattedError() - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of the 'Error' text string.
- getFormattedError(Throwable, boolean) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of an error message for a given
throwable.
- getFormattedLog(LocalizableMessage) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of a log message for a given text.
- getFormattedLog(LocalizableMessage) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of a log message for a given text.
- getFormattedLog(LocalizableMessage) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedLog(LocalizableMessage) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of a log message for a given text.
- getFormattedLogError(LocalizableMessage) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of a log error message for a given
text.
- getFormattedLogError(LocalizableMessage) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of a log error message for a given
text.
- getFormattedLogError(LocalizableMessage) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedLogError(LocalizableMessage) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of a log error message for a given
text.
- getFormattedPoint() - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the formatted representation of a point.
- getFormattedPoint() - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedPoint() - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of a point.
- getFormattedProgress(LocalizableMessage) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of a progress message for a given
text.
- getFormattedProgress(LocalizableMessage) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the formatted representation of a progress message for a given
text.
- getFormattedProgress(LocalizableMessage) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedProgress(LocalizableMessage) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of a progress message for a given
text.
- getFormattedProgressWithLineBreak(LocalizableMessage) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of a progress message for a given
text with a line break.
- getFormattedSuccess(LocalizableMessage, Font, LocalizableMessage, Font) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the HTML representation of a success for a given text.
- getFormattedSuccess(LocalizableMessage) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of a success message for a given text.
- getFormattedSuccess(LocalizableMessage) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of a success message for a given text.
- getFormattedSuccess(LocalizableMessage) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedSuccess(LocalizableMessage) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of a success message for a given text.
- getFormattedSummary(LocalizableMessage) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of the text that is the summary of the
installation process (the one that goes in the UI next to the progress
bar).
- getFormattedSummary(LocalizableMessage) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of the text that is the summary of the
installation process (the one that goes in the UI next to the progress
bar).
- getFormattedSummary(LocalizableMessage) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedSummary(LocalizableMessage) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of the text that is the summary of the
installation process (the one that goes in the UI next to the progress
bar).
- getFormattedText(LocalizableMessage) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of the text without providing any style.
- getFormattedText(LocalizableMessage) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedText(LocalizableMessage) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of the text without providing any
style.
- getFormattedWarning(LocalizableMessage, Font, LocalizableMessage, Font) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the HTML representation of a warning for a given text.
- getFormattedWarning(LocalizableMessage) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of an warning for a given text.
- getFormattedWarning(LocalizableMessage, boolean) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of a warning for a given text.
- getFormattedWarning(LocalizableMessage, boolean) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedWarning(LocalizableMessage, boolean) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of a warning for a given text.
- getFormattedWithPoints(LocalizableMessage) - Method in class org.opends.quicksetup.Application
-
Returns the formatted representation of the argument text to which we add
points.
- getFormattedWithPoints(LocalizableMessage) - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the HTML representation of the argument text to which we add
points.
- getFormattedWithPoints(LocalizableMessage) - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getFormattedWithPoints(LocalizableMessage) - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of the argument text to which we add
points.
- getFormatter() - Static method in class org.opends.server.loggers.JDKLogging
-
Get a formatter.
- getFormatter() - Method in class org.opends.server.tools.tasks.TaskScheduleInteraction
-
Returns the formatter that is used to generate messages.
- getFractionalExclude() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "fractional-exclude" property.
- getFractionalExclude() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "fractional-exclude" property.
- getFractionalExcludePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "fractional-exclude" property definition.
- getFractionalInclude() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "fractional-include" property.
- getFractionalInclude() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "fractional-include" property.
- getFractionalIncludePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "fractional-include" property definition.
- getFrame(Component) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the parent frame of a component.
- getFrame() - Method in class org.opends.quicksetup.ui.ProgressDialog
-
Returns the parent for this dialog.
- getFrame() - Method in class org.opends.quicksetup.ui.QuickSetupDialog
-
Returns the frame containing the dialog.
- getFrameTitle() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getFrameTitle() - Method in class org.opends.guitools.uninstaller.UninstallLauncher
-
- getFrameTitle() - Method in class org.opends.quicksetup.installer.Installer
-
- getFrameTitle() - Method in class org.opends.quicksetup.installer.SetupLauncher
-
- getFrameTitle() - Method in class org.opends.quicksetup.Launcher
-
Gets the frame title of the GUI application that will be used
in some operating systems.
- getFrameTitle() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the frame title of the GUI application that will be used
in some operating systems.
- getFreeDiskSpace() - Method in interface org.forgerock.opendj.server.config.client.FreeDiskSpaceLogRetentionPolicyCfgClient
-
Gets the "free-disk-space" property.
- getFreeDiskSpace() - Method in interface org.forgerock.opendj.server.config.server.FreeDiskSpaceLogRetentionPolicyCfg
-
Gets the "free-disk-space" property.
- getFreeDiskSpacePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
-
Get the "free-disk-space" property definition.
- getFullVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns a string which represents the full version of the Directory Server
implementation.
- getFullVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the fullVendorVersion Attribute Type
which has the OID 1.3.6.1.4.1.36733.2.1.1.141.
- getGeneralizedTime(Entry, AttributeType) - Static method in class org.opends.server.api.AuthenticationPolicyState
-
A utility method which may be used by implementations in order to obtain
the value of the specified attribute from the provided entry as a time in
generalized time format.
- getGeneralizedTime() - Static method in class org.opends.server.util.TimeThread
-
Retrieves a string containing a normalized representation of the
current time in a generalized time format.
- getGeneralizedTimeMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the generalizedTimeMatch Matching Rule
which has the OID 2.5.13.27.
- getGeneralizedTimeOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the generalizedTimeOrderingMatch Matching Rule
which has the OID 2.5.13.28.
- getGeneralizedTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Generalized Time Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.24.
- getGeneratedPassword() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
Returns the newly generated password, but only if the password modify
request succeeded and a generated password was requested.
- getGenerationId() - Method in class org.opends.server.replication.common.DSInfo
-
Get the generation id DS is using.
- getGenerationId() - Method in class org.opends.server.replication.common.RSInfo
-
Get the generation id RS is using.
- getGenerationId() - Method in class org.opends.server.replication.protocol.ResetGenerationIdMsg
-
Returns the generation Id set in this message.
- getGenerationId() - Method in class org.opends.server.replication.protocol.StartMsg
-
Get the generationId from this message.
- getGenerationId(DN) - Method in class org.opends.server.replication.server.ReplicationServer
-
Get the value of generationId for the replication replicationServerDomain
associated with the provided baseDN.
- getGenerationId() - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Get the generationId associated to this domain.
- getGenerationId() - Method in class org.opends.server.replication.server.ServerHandler
-
Returns the value of generationId for that handler.
- getGenerationID() - Method in class org.opends.server.replication.service.ReplicationDomain
-
This method should return the generationID to use for this
ReplicationDomain.
- getGenerationQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the generationQualifier Attribute Type
which has the OID 2.5.4.44.
- getGenerator() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Returns the
CSNGenerator that will be used to
generate
CSN for this domain.
- getGenericMonitorData(Long, Long, Long, Long, Long, Long) - Static method in class org.opends.server.extensions.EntryCacheCommon
-
Constructs a set of generic attributes containing entry cache
monitor data.
- getGivenNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the givenName Attribute Type
which has the OID 2.5.4.42.
- getGlobalACI() - Method in interface org.forgerock.opendj.server.config.client.DseeCompatAccessControlHandlerCfgClient
-
Gets the "global-aci" property.
- getGlobalACI() - Method in interface org.forgerock.opendj.server.config.server.DseeCompatAccessControlHandlerCfg
-
Gets the "global-aci" property.
- getGlobalACIPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
-
Get the "global-aci" property definition.
- getGlobalAdministratorPassword() - Method in class org.opends.quicksetup.UserData
-
Returns the password of the global administrator.
- getGlobalAdministratorUID() - Method in class org.opends.quicksetup.UserData
-
Returns the UID of the global administrator.
- getGlobalArgumentForLongID(String) - Method in class com.forgerock.opendj.cli.SubCommandArgumentParser
-
Retrieves the global argument with the specified long identifier.
- getGlobalArgumentForShortID(Character) - Method in class com.forgerock.opendj.cli.SubCommandArgumentParser
-
Retrieves the global argument with the specified short identifier.
- getGlobalConfiguration() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the Global Configuration.
- getGlobalConfiguration() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the Global Configuration.
- getGlobalConfigurationRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "global-configuration" relation definition.
- getGMTTime() - Static method in class org.opends.server.util.TimeThread
-
Retrieves a string containing the current time in GMT.
- getGoverningStructureRuleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the governingStructureRule Attribute Type
which has the OID 2.5.21.10.
- getGraceLoginCount() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "grace-login-count" property.
- getGraceLoginCount() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "grace-login-count" property.
- getGraceLoginCount() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "grace-login-count" property.
- getGraceLoginCount() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getGraceLoginCountPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "grace-login-count" property definition.
- getGraceLoginsRemaining() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the number of grace logins that the user has left.
- getGraceLoginTimes() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the times that the user has authenticated to the server using a grace login.
- getGreaterOrEqual() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the greaterOrEqual property.
- getGreaterOrEqualAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the normalized form of the provided assertion value, which is
best suited for efficiently performing greater than or equal ordering
matching operations on that value.
- getGreaterOrEqualAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Retrieves the normalized form of the provided assertion value, which is
best suited for efficiently performing greater than or equal matching
operations on that value.
- getGreaterOrEqualAssertion(Schema, ByteSequence) - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
-
- getGreaterThanOrEqualAssertion() - Method in class org.opends.server.controls.VLVRequestControl
-
Retrieves the assertion value that will be used to locate the beginning of
the results page.
- getGroupDefinitionFilter() - Method in class org.opends.server.api.Group
-
Retrieves a search filter that may be used to identify entries
containing definitions for groups of this type in the Directory
Server.
- getGroupDefinitionFilter() - Method in class org.opends.server.extensions.DynamicGroup
-
- getGroupDefinitionFilter() - Method in class org.opends.server.extensions.StaticGroup
-
- getGroupDefinitionFilter() - Method in class org.opends.server.extensions.VirtualStaticGroup
-
- getGroupDN() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
-
Gets the "group-dn" property.
- getGroupDN() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
-
Gets the "group-dn" property.
- getGroupDN() - Method in class org.opends.server.api.Group
-
Retrieves the DN of the entry that contains the definition for
this group.
- getGroupDN() - Method in class org.opends.server.extensions.DynamicGroup
-
- getGroupDN() - Method in class org.opends.server.extensions.StaticGroup
-
- getGroupDN() - Method in class org.opends.server.extensions.VirtualStaticGroup
-
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Get the "group-dn" property definition.
- getGroupDNs() - Method in class org.opends.server.types.VirtualAttributeRule
-
Retrieves the set of DNs for groups whose members are eligible to
have this virtual attribute.
- getGroupId() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "group-id" property.
- getGroupId() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "group-id" property.
- getGroupId() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "group-id" property.
- getGroupId() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "group-id" property.
- getGroupId() - Method in class org.opends.server.replication.common.DSInfo
-
Get the DS group id.
- getGroupId() - Method in class org.opends.server.replication.common.RSInfo
-
Get the RS group id.
- getGroupId() - Method in class org.opends.server.replication.protocol.StartMsg
-
Get the group id in this message.
- getGroupId() - Method in class org.opends.server.replication.server.ReplicationServer
-
Get The replication server group id.
- getGroupId() - Method in class org.opends.server.replication.server.ServerHandler
-
Gets the group id of the server represented by this object.
- getGroupId() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the group id for this domain.
- getGroupIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "group-id" property definition.
- getGroupIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "group-id" property definition.
- getGroupImplementation(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Group Implementation.
- getGroupImplementation(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Group Implementation.
- getGroupImplementations() - Method in class org.opends.server.core.GroupManager
-
Retrieves an Iterable object that may be used to cursor across the
group implementations defined in the server.
- getGroupImplementationsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "group-implementations" relation definition.
- getGroupInstance(DN) - Method in class org.opends.server.core.GroupManager
-
Retrieves the group instance defined in the entry with the specified DN.
- getGroupInstances() - Method in class org.opends.server.core.GroupManager
-
Retrieves an Iterable object that may be used to cursor across the
group instances defined in the server.
- getGroupManager() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the Directory Server group manager.
- getGroupOfNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the groupOfNames Object Class
which has the OID 2.5.6.9.
- getGroupOfUniqueNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the groupOfUniqueNames Object Class
which has the OID 2.5.6.17.
- getGroups(Operation) - Method in class org.opends.server.api.ClientConnection
-
Retrieves the set of groups in which the user associated with
this client connection may be considered to be a member.
- getGSSExceptionMessage(GSSException) - Static method in class org.opends.server.extensions.GSSAPISASLMechanismHandler
-
Get the underlying GSSException messages that really tell what the
problem is.
- getGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Guide Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.25.
- getHasSubOrdinates(Entry) - Static method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Returns whether the entry has subordinates or not.
- getHasSubordinatesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the hasSubordinates Attribute Type
which has the OID 2.5.18.9.
- getHeader(LocalizableMessage) - Method in class org.opends.guitools.controlpanel.datamodel.SortableTableModel
-
Returns the header wrapped with the default line width.
- getHeader(LocalizableMessage, int) - Method in class org.opends.guitools.controlpanel.datamodel.SortableTableModel
-
Returns the header wrapped with a certain line width.
- getHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "heartbeat-interval" property.
- getHeartbeatInterval() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "heartbeat-interval" property.
- getHeartbeatInterval() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the heartbeat interval requested by the ldap server that created the
message.
- getHeartbeatInterval() - Method in class org.opends.server.replication.server.ServerHandler
-
Get our heartbeat interval.
- getHeartbeatIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "heartbeat-interval" property definition.
- getHelpTooltip() - Method in class org.opends.guitools.controlpanel.ui.components.LabelWithHelpIcon
-
Returns the tool tip to be used in the help icon.
- getHelpTooltip() - Method in class org.opends.guitools.controlpanel.ui.components.SelectableLabelWithHelpIcon
-
Returns the tool tip to be used in the help icon.
- getHelpUsageReference() - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Retrieves a string describing how the user can get more help.
- getHistoricalAttr(Entry) - Static method in class org.opends.server.replication.plugin.EntryHistorical
-
Get the attribute used to store the historical information from the provided Entry.
- getHistoryDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the directory where the lock files are stored.
- getHistoryLogFile() - Method in class org.opends.quicksetup.Installation
-
Gets the log file where the history of upgrades and reversions is kept.
- getHoldability() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getHost() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the name or IP address in dotted format of the LDAP server
referenced by this LDAP URL.
- getHost() - Method in exception org.opends.quicksetup.UserDataCertificateException
-
Returns the host we tried to connect to when this exception was generated.
- getHost() - Method in class org.opends.server.types.HostPort
-
Retrieves the host for this HostPort object.
- getHost() - Method in class org.opends.server.types.LDAPURL
-
Retrieves the host for this LDAP URL.
- getHostname() - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Returns the host name if the argument is present otherwise, if the application
is interactive, prompt the user for it.
- getHostName() - Method in class org.forgerock.opendj.grizzly.GrizzlyLDAPConnectionFactory
-
- getHostName() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Returns the host name of the Directory Server.
- getHostName() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Returns the hostname used by the connections created by this factory.
- getHostName() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the host name of the server.
- getHostname() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the host name of the server.
- getHostName() - Method in class org.opends.guitools.controlpanel.ui.LocalOrRemotePanel
-
Returns the displayed host name.
- getHostName() - Method in class org.opends.guitools.uninstaller.ui.LoginDialog
-
Returns the Host Name as is referenced in other servers.
- getHostName() - Method in class org.opends.quicksetup.UserData
-
Returns the server host name.
- getHostName() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Get the host name which has to be used for the command.
- getHostName() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliParser
-
Get the host name which has to be used for the command.
- getHostName() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Get the hostname of the bound connection.
- getHostName() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Gets the host name that should be used for connections based on this
interaction.
- getHostNameArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'hostName' global argument.
- getHostNameDestination() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the destination host name explicitly provided in the initialize
replication subcommand.
- getHostNameDestination() - Method in class org.opends.server.tools.dsreplication.SourceDestinationServerUserData
-
Returns the host name of the destination server.
- getHostNameDestinationOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the destination host name default value in the initialize
replication subcommand.
- getHostNameForCertificate(String) - Static method in class org.opends.server.util.SetupUtils
-
Returns the host name to be used to create self-signed certificates.
- getHostNameForLdapUrl(String) - Static method in class com.forgerock.opendj.cli.Utils
-
Returns the string that can be used to represent a given host name in a LDAP URL.
- getHostNameSource() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the source host name explicitly provided in the initialize
replication subcommand.
- getHostNameSource() - Method in class org.opends.server.tools.dsreplication.SourceDestinationServerUserData
-
Returns the host name of the source server.
- getHostNameSourceOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the first host name default value in the initialize replication
subcommand.
- getHostNameToDisable() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the host name explicitly provided in the disable replication
subcommand.
- getHostNameToDisableOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the host name default value in the disable replication
subcommand.
- getHostNameToInitializeAllOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the host name default value in the initialize all replication
subcommand.
- getHostNameToStatusOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the host name default value in the status replication subcommand.
- getHostPort() - Method in class org.opends.admin.ads.ADSContext
-
Returns the host name and port number of this connection.
- getHostPort(boolean) - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns a String of type host-name:port-number for the server.
- getHostPort() - Method in exception org.opends.admin.ads.TopologyCacheException
-
Returns the host port representation of the server we where connected to
(or trying to connect) when this exception was generated.
- getHostPort() - Method in class org.opends.admin.ads.util.ConnectionWrapper
-
Returns the host name and port number of this connection.
- getHostPort() - Method in class org.opends.admin.ads.util.PreferredConnection
-
Returns the host name and port number.
- getHostPort() - Method in class org.opends.quicksetup.installer.AuthenticationData
-
Returns the host name and port to connect to.
- getHostPort() - Method in class org.opends.quicksetup.UserData
-
Returns the server host name and LDAP port.
- getHostPort() - Method in class org.opends.server.discovery.Partition.Server
-
Returns the host port for this server.
- getHostString(InetSocketAddress) - Static method in class org.forgerock.opendj.ldap.Connections
-
Returns the host name associated with the provided
InetSocketAddress, without performing a DNS lookup.
- getHourAndMinute() - Static method in class org.opends.server.util.TimeThread
-
Retrieves an integer containing the time in HHmm format at the last
update.
- getHouseIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the houseIdentifier Attribute Type
which has the OID 2.5.4.51.
- getHtml(String) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the HTML representation for a given text. without adding any kind
of font or style elements.
- getHTMLSafeMethodName() - Method in class org.opends.server.plugins.profiler.ProfileStackFrame
-
Retrieves the method name for this stack frame in a manner that will be
safe for use in an HTML context.
- getHTTPAccessLogPublishers() - Static method in class org.opends.server.loggers.HTTPAccessLogger
-
Returns all the registered HTTP access log publishers.
- getHTTPAuthorizationMechanism(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named HTTP Authorization Mechanism.
- getHTTPAuthorizationMechanism(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named HTTP Authorization Mechanism.
- getHTTPAuthorizationMechanismsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "http-authorization-mechanisms" relation definition.
- getHTTPEndpoint(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named HTTP Endpoint.
- getHTTPEndpoint(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named HTTP Endpoint.
- getHTTPEndpointsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "http-endpoints" relation definition.
- getHTTPRouter() - Method in interface org.opends.server.core.ServerContext
-
Returns the HTTP request router.
- getIA5StringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the IA5 String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.26.
- getIcon(SortedSet<String>, int) - Method in class org.opends.guitools.controlpanel.browser.IconPool
-
If objectClass is null, a default icon is used.
- getIcon() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the icon associated with this node.
- getIconForRootNode() - Method in class org.opends.guitools.controlpanel.browser.IconPool
-
Returns the icon associated with a root node.
- getIconHtml(UIFactory.IconType) - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns the HTML string representing the provided IconType.
- getIconPool() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Return the icon pool used by this controller.
- getIconPool() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the icon pool to be used by the LDAP entry browsers.
- getId() - Method in class com.forgerock.opendj.cli.MultiColumnPrinter.Column
-
- getId() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns an Id that is unique for this server.
- getId() - Method in class org.opends.admin.ads.SuffixDescriptor
-
Returns an Id that is unique for this suffix.
- getID() - Method in class org.opends.guitools.controlpanel.datamodel.BackupDescriptor
-
Returns the backup ID.
- getId() - Method in class org.opends.server.replication.common.RSInfo
-
Get the RS id.
- getId() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the ID of the task.
- getIdentifier() - Method in class org.opends.guitools.controlpanel.ui.nodes.GeneralMonitoringTreeNode
-
Returns the identifier that is unique among all the nodes.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.CramMD5SASLMechanismHandlerCfgClient
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.DigestMD5SASLMechanismHandlerCfgClient
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.GSSAPISASLMechanismHandlerCfgClient
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.HTTPBasicAuthorizationMechanismCfgClient
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2AuthorizationMechanismCfgClient
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.PasswordModifyExtendedOperationHandlerCfgClient
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.PlainSASLMechanismHandlerCfgClient
-
Gets the "identity-mapper" property.
- getIdentityMapper(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Identity Mapper.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.CramMD5SASLMechanismHandlerCfg
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.DigestMD5SASLMechanismHandlerCfg
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.HTTPBasicAuthorizationMechanismCfg
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2AuthorizationMechanismCfg
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
-
Gets the "identity-mapper" property.
- getIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.PlainSASLMechanismHandlerCfg
-
Gets the "identity-mapper" property.
- getIdentityMapper(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Identity Mapper.
- getIdentityMapper(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the Directory Server identity mapper whose configuration resides
in the specified configuration entry.
- getIdentityMapperDN() - Method in interface org.forgerock.opendj.server.config.server.CramMD5SASLMechanismHandlerCfg
-
Gets the "identity-mapper" property as a DN.
- getIdentityMapperDN() - Method in interface org.forgerock.opendj.server.config.server.DigestMD5SASLMechanismHandlerCfg
-
Gets the "identity-mapper" property as a DN.
- getIdentityMapperDN() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the "identity-mapper" property as a DN.
- getIdentityMapperDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPBasicAuthorizationMechanismCfg
-
Gets the "identity-mapper" property as a DN.
- getIdentityMapperDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2AuthorizationMechanismCfg
-
Gets the "identity-mapper" property as a DN.
- getIdentityMapperDN() - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
-
Gets the "identity-mapper" property as a DN.
- getIdentityMapperDN() - Method in interface org.forgerock.opendj.server.config.server.PlainSASLMechanismHandlerCfg
-
Gets the "identity-mapper" property as a DN.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CramMD5SASLMechanismHandlerCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2AuthorizationMechanismCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PlainSASLMechanismHandlerCfgDefn
-
Get the "identity-mapper" property definition.
- getIdentityMappersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "identity-mappers" relation definition.
- getIdleLockoutInterval() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "idle-lockout-interval" property.
- getIdleLockoutInterval() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "idle-lockout-interval" property.
- getIdleLockoutInterval() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "idle-lockout-interval" property.
- getIdleLockoutInterval() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getIdleLockoutIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "idle-lockout-interval" property definition.
- getIdleTime() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the length of time in milliseconds that this client connection has been idle.
- getIdleTime() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the length of time in milliseconds that this client
connection has been idle.
- getIdleTime() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the length of time in milliseconds that this client
connection has been idle.
- getIdleTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "idle-time-limit" property.
- getIdleTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "idle-time-limit" property.
- getIdleTimeLimit() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the maximum length of time in milliseconds that this
client connection will be allowed to remain idle before it should
be disconnected.
- getIdleTimeLimit() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the idle time limit for the server.
- getIdleTimeLimit() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the maximum length of time in milliseconds that client
connections should be allowed to remain idle without being disconnected.
- getIdleTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "idle-time-limit" property definition.
- getIDToAbandon() - Method in interface org.opends.server.core.AbandonOperation
-
Retrieves the message ID of the operation that should be abandoned.
- getIDToAbandon() - Method in class org.opends.server.core.AbandonOperationBasis
-
Retrieves the message ID of the operation that should be abandoned.
- getIDToAbandon() - Method in class org.opends.server.core.AbandonOperationWrapper
-
- getIDToAbandon() - Method in class org.opends.server.protocols.ldap.AbandonRequestProtocolOp
-
Retrieves the message ID of the operation to abandon.
- getIDToAbandon() - Method in interface org.opends.server.types.operation.PostOperationAbandonOperation
-
Retrieves the message ID of the operation that should be
abandoned.
- getIDToAbandon() - Method in interface org.opends.server.types.operation.PreParseAbandonOperation
-
Retrieves the message ID of the operation that should be
abandoned.
- getIgnoreWhiteSpacePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Get the "ignore-white-space" property definition.
- getIllegalName() - Method in exception org.forgerock.opendj.config.client.IllegalManagedObjectNameException
-
Get the illegal managed object name.
- getImageIcon(UIFactory.IconType) - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns an ImageIcon object for the provided IconType.
- getImportExportContext() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Returns the Import/Export context associated to this ReplicationDomain.
- getImportOffheapMemorySize() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Gets the "import-offheap-memory-size" property.
- getImportOffheapMemorySize() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the "import-offheap-memory-size" property.
- getImportOffheapMemorySizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "import-offheap-memory-size" property definition.
- getImportOffheapMemorySizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "import-offheap-memory-size" property definition.
- getImportOffheapMemorySizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "import-offheap-memory-size" property definition.
- getImportOffheapMemorySizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "import-offheap-memory-size" property definition.
- getImportOffheapMemorySizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "import-offheap-memory-size" property definition.
- getImportProgressMessage(String) - Method in class org.opends.quicksetup.installer.InstallerHelper
-
If the log message is of type "[03/Apr/2008:21:25:43 +0200] category=JEB
severity=NOTICE msgID=8847454 Processed 1 entries, imported 0, skipped 1,
rejected 0 and migrated 0 in 1 seconds (average rate 0.0/sec)" returns the
message part.
- getImportSource() - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
-
Gets the server id of the importing server.
- getIncludeAttributes() - Method in class org.opends.server.types.LDIFExportConfig
-
Retrieves the set of attributes that should be included in the
entries written to LDIF.
- getIncludeAttributes() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the set of attributes that should be included in the
entries read from the LDIF.
- getIncludeBranches() - Method in class org.opends.server.types.LDIFExportConfig
-
Retrieves the set of base DNs that specify the set of entries to
include in the export.
- getIncludeBranches() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the set of base DNs that specify the set of entries to
include in the import.
- getIncludeFilter() - Method in interface org.forgerock.opendj.server.config.client.FIFOEntryCacheCfgClient
-
Gets the "include-filter" property.
- getIncludeFilter() - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
-
Gets the "include-filter" property.
- getIncludeFilter() - Method in interface org.forgerock.opendj.server.config.server.FIFOEntryCacheCfg
-
Gets the "include-filter" property.
- getIncludeFilter() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
-
Gets the "include-filter" property.
- getIncludeFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Get the "include-filter" property definition.
- getIncludeFilterPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Get the "include-filter" property definition.
- getIncludeFilters() - Method in class org.opends.server.api.EntryCache
-
Retrieves the set of search filters that may be used to determine
whether an entry should be included in the cache.
- getIncludeFilters() - Method in class org.opends.server.types.LDIFExportConfig
-
Retrieves the set of search filters that should be used to
determine which entries to include in the LDIF.
- getIncludeFilters() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the set of search filters that should be used to
determine which entries to include in the LDIF.
- getIncludeThrowableCausePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Get the "include-throwable-cause" property definition.
- getIncompatibilityMessage(Task, Task) - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the incompatible message between two tasks.
- getIncrementalBaseID() - Method in class org.opends.server.types.BackupConfig
-
Retrieves the backup ID for the backup on which this incremental
backup should be based.
- getIndex() - Method in class org.opends.guitools.controlpanel.event.IndexSelectionEvent
-
Returns the index that has been selected.
- getIndex() - Method in class org.opends.guitools.controlpanel.ui.nodes.IndexTreeNode
-
Returns the index descriptor associated with the node.
- getIndex() - Method in class org.opends.guitools.controlpanel.ui.nodes.VLVIndexTreeNode
-
Returns the VLV index descriptor associated with the node.
- getIndexAt(int) - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
Returns the index in the specified row.
- getIndexDescriptor() - Method in class org.opends.guitools.controlpanel.event.IndexModifiedEvent
-
Returns list of indexes that have been modified.
- getIndexedField() - Method in interface org.forgerock.opendj.server.config.client.JsonSchemaCfgClient
-
Gets the "indexed-field" property.
- getIndexedField() - Method in interface org.forgerock.opendj.server.config.server.JsonSchemaCfg
-
Gets the "indexed-field" property.
- getIndexedFieldPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Get the "indexed-field" property definition.
- getIndexEntryLimit() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
-
Gets the "index-entry-limit" property.
- getIndexEntryLimit() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Gets the "index-entry-limit" property.
- getIndexEntryLimit() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
-
Gets the "index-entry-limit" property.
- getIndexEntryLimit() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the "index-entry-limit" property.
- getIndexEntryLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Get the "index-entry-limit" property definition.
- getIndexEntryLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "index-entry-limit" property definition.
- getIndexEntryLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "index-entry-limit" property definition.
- getIndexEntryLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "index-entry-limit" property definition.
- getIndexEntryLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "index-entry-limit" property definition.
- getIndexEntryLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "index-entry-limit" property definition.
- getIndexes() - Method in class org.opends.guitools.controlpanel.datamodel.BackendDescriptor
-
Returns the index objects associated with the backend.
- getIndexExtensibleMatchingRule() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
-
Gets the "index-extensible-matching-rule" property.
- getIndexExtensibleMatchingRule() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
-
Gets the "index-extensible-matching-rule" property.
- getIndexExtensibleMatchingRulePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Get the "index-extensible-matching-rule" property definition.
- getIndexFilterAnalyzerEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "index-filter-analyzer-enabled" property definition.
- getIndexFilterAnalyzerEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "index-filter-analyzer-enabled" property definition.
- getIndexFilterAnalyzerEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "index-filter-analyzer-enabled" property definition.
- getIndexFilterAnalyzerEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "index-filter-analyzer-enabled" property definition.
- getIndexFilterAnalyzerEnabledPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "index-filter-analyzer-enabled" property definition.
- getIndexFilterAnalyzerMaxFilters() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Gets the "index-filter-analyzer-max-filters" property.
- getIndexFilterAnalyzerMaxFilters() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the "index-filter-analyzer-max-filters" property.
- getIndexFilterAnalyzerMaxFiltersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "index-filter-analyzer-max-filters" property definition.
- getIndexFilterAnalyzerMaxFiltersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "index-filter-analyzer-max-filters" property definition.
- getIndexFilterAnalyzerMaxFiltersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "index-filter-analyzer-max-filters" property definition.
- getIndexFilterAnalyzerMaxFiltersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "index-filter-analyzer-max-filters" property definition.
- getIndexFilterAnalyzerMaxFiltersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "index-filter-analyzer-max-filters" property definition.
- getIndexID() - Method in interface org.forgerock.opendj.ldap.spi.Indexer
-
Returns an index identifier associated with this indexer.
- getIndexId() - Method in class org.opends.server.backends.pluggable.spi.TreeName
-
Returns the index identifier.
- getIndexingOptions() - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns the indexing options for this factory.
- getIndexTableModel() - Method in class org.opends.guitools.controlpanel.ui.BackendIndexesPanel
-
- getIndexTableModel() - Method in class org.opends.guitools.controlpanel.ui.BackendVLVIndexesPanel
-
- getIndexType() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
-
Gets the "index-type" property.
- getIndexType() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
-
Gets the "index-type" property.
- getIndexTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Get the "index-type" property definition.
- getInetAddressComparator() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the comparator to be used to sort InetAddresses.
- GetInfo - Class in org.forgerock.opendj.examples
-
Demonstrates accessing server information about capabilities and schema.
- getInfo() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the ControlPanelInfo object.
- getInfo() - Method in class org.opends.guitools.controlpanel.ui.GenericMenuBar
-
Returns the control panel information.
- getInfo() - Method in class org.opends.guitools.controlpanel.ui.renderer.AttributeCellEditor
-
Returns the control panel information.
- getInfo() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the control panel info object.
- getInformCommunities(InetAddress) - Method in class org.opends.server.snmp.SNMPInetAddressAcl
- getInformDestinations() - Method in class org.opends.server.snmp.SNMPInetAddressAcl
- getInheritFromBaseDN() - Method in class org.opends.server.types.SubEntry
-
Getter to retrieve inheritFromBaseRDN DN for inherited collective attribute subentry.
- getInheritFromDNAttrValue() - Method in class org.opends.server.types.SubEntry
-
Getter to retrieve inheritFromDNAttribute value for inherited collective attribute subentry.
- getInheritFromDNType() - Method in class org.opends.server.types.SubEntry
-
Getter to retrieve inheritFromDNAttribute type for inherited collective attribute subentry.
- getInheritFromRDNAttrType() - Method in class org.opends.server.types.SubEntry
-
Getter to retrieve inheritFromRDNAttribute type for inherited collective attribute subentry.
- getInheritFromRDNAttrValue() - Method in class org.opends.server.types.SubEntry
-
Getter to retrieve inheritFromRDNAttribute value for inherited collective attribute subentry.
- getInheritFromRDNType() - Method in class org.opends.server.types.SubEntry
-
Getter to retrieve RDN type of inheritFromRDNType for inherited collective attribute subentry.
- getInitial() - Method in class org.opends.dsml.protocol.SubstringFilter
-
Gets the value of the initial property.
- getInitialFocusButtonName() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getInitialFocusButtonName() - Method in class org.opends.quicksetup.installer.Installer
-
- getInitialFocusButtonName() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Get the name of the button that will receive initial focus.
- getInitializationWindowSize() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "initialization-window-size" property.
- getInitializationWindowSize() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "initialization-window-size" property.
- getInitializationWindowSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "initialization-window-size" property definition.
- getInitialMemory() - Method in class org.opends.quicksetup.JavaArguments
-
Returns the initial memory allowed to execute the command-line.
- getInitialMemoryArgument(int) - Static method in class org.opends.quicksetup.JavaArguments
-
Returns the java argument to specify the initial memory to be used.
- getInitialMemoryGenericArgument() - Static method in class org.opends.quicksetup.JavaArguments
-
Returns a generic initial memory argument (to be used in messages).
- getInitialName() - Method in class org.opends.server.loggers.TimeStampNaming
-
- getInitialsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the initials Attribute Type
which has the OID 2.5.4.43.
- getInitiatorID() - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
-
Get the serverID of the server that initiated the export.
- getInitiatorsName() - Method in class org.opends.server.replication.protocol.DeleteMsg
-
Get the initiator's name of this change.
- getInitWindow() - Method in class org.opends.server.replication.protocol.InitializeRequestMsg
-
Return the initWindow value.
- getInitWindow() - Method in class org.opends.server.replication.protocol.InitializeTargetMsg
-
Get the initializationWindow.
- getInputStream() - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Returns the application input stream.
- getInstallation() - Method in class org.opends.quicksetup.Application
-
Gets the OpenDJ installation associated with the execution of this
command.
- getInstallationMsg() - Method in class org.opends.quicksetup.CurrentInstallStatus
-
Provides a localized message to be displayed to the user in HTML format
informing of the installation status.
- getInstallationPath() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getInstallationPath() - Method in class org.opends.quicksetup.Application
-
Returns the installation path.
- getInstallationPath() - Method in class org.opends.quicksetup.installer.Installer
-
- getInstalledPanel() - Method in class org.opends.quicksetup.ui.QuickSetupDialog
-
Returns (and creates if it is not already created) the panel that
informs the user that the server is already installed when the
installation has been launched.
- getInstallPath() - Method in class org.forgerock.opendj.config.ConfigurationFramework
-
Returns the installation path.
- getInstallPath() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Return the install path where the server is installed.
- getInstallPathFromClasspath() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the path of the installation of the directory server.
- getInstallPathFromClasspath() - Static method in class org.opends.quicksetup.util.Utils
-
Returns the path of the installation of the directory server.
- getInstallProgressStep() - Method in class org.opends.quicksetup.installer.NewSuffixOptions
-
- getInstance() - Static method in class com.example.opendj.meta.ExamplePluginCfgDefn
-
Get the Example Plugin configuration definition singleton.
- getInstance() - Static method in class opendj.meta.MsadPluginCfgDefn
-
Get the Msad Plugin configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.config.ConfigurationFramework
-
Returns the single application wide configuration framework instance.
- getInstance() - Method in class org.forgerock.opendj.config.DefaultManagedObject.Builder
-
Construct a default managed object based on the properties of this
builder.
- getInstance() - Static method in class org.forgerock.opendj.config.LDAPProfile
-
Get the global LDAP profile instance.
- getInstance() - Static method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18NResource
-
Gets the internationalized resource instance which can be used to
retrieve the localized descriptions for the managed objects and their
associated properties and relations.
- getInstance() - Method in class org.forgerock.opendj.config.PropertyDefinition.AbstractBuilder
-
Construct a property definition based on the properties of this
builder.
- getInstance() - Method in class org.forgerock.opendj.config.RelationDefinition.AbstractBuilder
-
Construct a relation definition based on the properties of this
builder.
- getInstance() - Static method in class org.forgerock.opendj.config.TopCfgDefn
-
Get the Top configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the singleton core schema.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
-
Get the Access Control Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the Access Log Filtering Criteria configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Get the Access Log Publisher configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
-
Get the Account Status Notification Handler configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
-
Get the Admin Endpoint configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Get the Administration Connector configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AESPasswordStorageSchemeCfgDefn
-
Get the AES Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
-
Get the Alert Handler configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AnonymousSASLMechanismHandlerCfgDefn
-
Get the Anonymous SASL Mechanism Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Get the Attribute Cleanup Plugin configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Get the Attribute Value Password Validator configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.AuthenticationPolicyCfgDefn
-
Get the Authentication Policy configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
-
Get the Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Get the Backend Index configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BackendVLVIndexCfgDefn
-
Get the Backend VLV Index configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Get the Backup Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
-
Get the Base64 Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
-
Get the Bcrypt Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
-
Get the Blind Trust Manager Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
-
Get the Blowfish Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
-
Get the Cancel Extended Operation Handler configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the CAS Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
-
Get the Certificate Mapper configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
-
Get the Change Number Control Plugin configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Get the Character Set Password Validator configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
-
Get the Clear Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ClientConnectionMonitorProviderCfgDefn
-
Get the Client Connection Monitor Provider configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Get the Collective Attribute Subentries Virtual Attribute
configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
-
Get the Connection Handler configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the Core Schema configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CramMD5SASLMechanismHandlerCfgDefn
-
Get the Cram MD5 SASL Mechanism Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the Crypto Manager configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
-
Get the Crypt Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the Csv File Access Log Publisher configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the Csv File HTTP Access Log Publisher configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Get the Debug Log Publisher configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Get the Debug Target configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Get the Dictionary Password Validator configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Get the Digest MD5 SASL Mechanism Handler configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
-
Get the Dsee Compat Access Control Handler configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.DynamicGroupImplementationCfgDefn
-
Get the Dynamic Group Implementation configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the Entity Tag Virtual Attribute configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
-
Get the Entry Cache configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntryCacheMonitorProviderCfgDefn
-
Get the Entry Cache Monitor Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Get the Entry DN Virtual Attribute configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntryUUIDPluginCfgDefn
-
Get the Entry UUID Plugin configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Get the Entry UUID Virtual Attribute configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
-
Get the Error Log Account Status Notification Handler
configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
-
Get the Error Log Publisher configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
-
Get the Exact Match Identity Mapper configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
-
Get the Extended Operation Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Get the External Access Log Publisher configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExternalChangelogDomainCfgDefn
-
Get the External Changelog Domain configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExternalHTTPAccessLogPublisherCfgDefn
-
Get the External HTTP Access Log Publisher configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ExternalSASLMechanismHandlerCfgDefn
-
Get the External SASL Mechanism Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Get the FIFO Entry Cache configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the File Based Access Log Publisher configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the File Based Audit Log Publisher configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the File Based Debug Log Publisher configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the File Based Error Log Publisher configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the File Based HTTP Access Log Publisher configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Get the File Based Key Manager Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Get the File Based Trust Manager Provider configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
-
Get the File Count Log Retention Policy configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
-
Get the Fingerprint Certificate Mapper configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
-
Get the Fixed Time Log Rotation Policy configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FractionalLDIFImportPluginCfgDefn
-
Get the Fractional LDIF Import Plugin configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
-
Get the Free Disk Space Log Retention Policy configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
-
Get the Get Connection Id Extended Operation Handler
configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
-
Get the Get Symmetric Key Extended Operation Handler
configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the Global Configuration configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Get the Governing Structure Rule Virtual Attribute configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GroupImplementationCfgDefn
-
Get the Group Implementation configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the GSSAPI SASL Mechanism Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Get the Has Subordinates Virtual Attribute configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPAccessLogPublisherCfgDefn
-
Get the HTTP Access Log Publisher configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPAnonymousAuthorizationMechanismCfgDefn
-
Get the HTTP Anonymous Authorization Mechanism configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPAuthorizationMechanismCfgDefn
-
Get the HTTP Authorization Mechanism configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Get the HTTP Basic Authorization Mechanism configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the HTTP Connection Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPEndpointCfgDefn
-
Get the HTTP Endpoint configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPOauth2AuthorizationMechanismCfgDefn
-
Get the HTTP Oauth2 Authorization Mechanism configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Get the HTTP Oauth2 Cts Authorization Mechanism configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Get the HTTP Oauth2 File Authorization Mechanism configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the HTTP Oauth2 Openam Authorization Mechanism configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the HTTP Oauth2 Token Introspection Authorization Mechanism
configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
-
Get the Identity Mapper configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Get the Is Member Of Virtual Attribute configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the JDBC Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the JE Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JMXAlertHandlerCfgDefn
-
Get the JMX Alert Handler configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the JMX Connection Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the Json File Access Log Publisher configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JsonFileHTTPAccessLogPublisherCfgDefn
-
Get the Json File HTTP Access Log Publisher configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Get the Json Schema configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
-
Get the Key Manager Provider configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
-
Get the Last Mod Plugin configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LDAPAttributeDescriptionListPluginCfgDefn
-
Get the LDAP Attribute Description List Plugin configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the LDAP Connection Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Get the LDAP Key Manager Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the LDAP Pass Through Authentication Policy configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Get the LDAP Trust Manager Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Get the LDIF Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Get the LDIF Connection Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
-
Get the Length Based Password Validator configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
-
Get the Local Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LogPublisherCfgDefn
-
Get the Log Publisher configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
-
Get the Log Retention Policy configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
-
Get the Log Rotation Policy configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MD5PasswordStorageSchemeCfgDefn
-
Get the MD5 Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the Member Virtual Attribute configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
-
Get the Memory Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MemoryUsageMonitorProviderCfgDefn
-
Get the Memory Usage Monitor Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
-
Get the Monitor Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.MonitorProviderCfgDefn
-
Get the Monitor Provider configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
-
Get the Null Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Get the Num Subordinates Virtual Attribute configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ParallelWorkQueueCfgDefn
-
Get the Parallel Work Queue configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Get the Password Expiration Time Virtual Attribute configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
-
Get the Password Generator configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
-
Get the Password Modify Extended Operation Handler configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the Password Policy configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Get the Password Policy Import Plugin configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
-
Get the Password Policy State Extended Operation Handler
configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Get the Password Policy Subentry Virtual Attribute configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
-
Get the Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
-
Get the Password Validator configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA256PasswordStorageSchemeCfgDefn
-
Get the PBKDF2 Hmac SHA256 Password Storage Scheme configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA512PasswordStorageSchemeCfgDefn
-
Get the PBKDF2 Hmac SHA512 Password Storage Scheme configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PBKDF2PasswordStorageSchemeCfgDefn
-
Get the PBKDF2 Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the PDB Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Get the PKCS11 Key Manager Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Get the PKCS11 Trust Manager Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PKCS5S2PasswordStorageSchemeCfgDefn
-
Get the PKCS5S2 Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PlainSASLMechanismHandlerCfgDefn
-
Get the Plain SASL Mechanism Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the Pluggable Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
-
Get the Plugin configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the Plugin Root configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Get the Profiler Plugin configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
-
Get the Random Password Generator configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RC4PasswordStorageSchemeCfgDefn
-
Get the RC4 Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the Referential Integrity Plugin configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Get the Regular Expression Identity Mapper configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
-
Get the Repeated Characters Password Validator configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the Replication Domain configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the Replication Server configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the Replication Service Discovery Mechanism configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Get the Replication Synchronization Provider configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
-
Get the Rest2ldap Endpoint configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the Root configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RootDNCfgDefn
-
Get the Root DN configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RootDNUserCfgDefn
-
Get the Root DN User configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.RootDSEBackendCfgDefn
-
Get the Root DSE Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedMD5PasswordStorageSchemeCfgDefn
-
Get the Salted MD5 Password Storage Scheme configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedSHA1PasswordStorageSchemeCfgDefn
-
Get the Salted SHA1 Password Storage Scheme configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedSHA256PasswordStorageSchemeCfgDefn
-
Get the Salted SHA256 Password Storage Scheme configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedSHA384PasswordStorageSchemeCfgDefn
-
Get the Salted SHA384 Password Storage Scheme configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SaltedSHA512PasswordStorageSchemeCfgDefn
-
Get the Salted SHA512 Password Storage Scheme configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Get the Samba Password Plugin configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SASLMechanismHandlerCfgDefn
-
Get the SASL Mechanism Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Get the Schema Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
-
Get the Schema Provider configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Get the Service Discovery Mechanism configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Get the Seven Bit Clean Plugin configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SHA1PasswordStorageSchemeCfgDefn
-
Get the SHA1 Password Storage Scheme configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
-
Get the Similarity Based Password Validator configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
-
Get the Size Limit Log Retention Policy configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
-
Get the Size Limit Log Rotation Policy configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the SMTP Account Status Notification Handler configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Get the SMTP Alert Handler configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the SNMP Connection Handler configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Get the Soft Reference Entry Cache configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.StackTraceMonitorProviderCfgDefn
-
Get the Stack Trace Monitor Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.StartTLSExtendedOperationHandlerCfgDefn
-
Get the Start TLS Extended Operation Handler configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.StaticGroupImplementationCfgDefn
-
Get the Static Group Implementation configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the Static Service Discovery Mechanism configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Get the Structural Object Class Virtual Attribute configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
-
Get the Subject Attribute To User Attribute Certificate Mapper
configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SubjectDNToUserAttributeCertificateMapperCfgDefn
-
Get the Subject DN To User Attribute Certificate Mapper
configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDNCertificateMapperCfgDefn
-
Get the Subject Equals DN Certificate Mapper configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Get the Subschema Subentry Virtual Attribute configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
-
Get the Synchronization Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.SystemInfoMonitorProviderCfgDefn
-
Get the System Info Monitor Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Get the Task Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
-
Get the Time Limit Log Rotation Policy configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
-
Get the Traditional Work Queue configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TripleDESPasswordStorageSchemeCfgDefn
-
Get the Triple DES Password Storage Scheme configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
-
Get the Trust Manager Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the Trust Store Backend configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Get the Unique Attribute Plugin configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
-
Get the Unique Characters Password Validator configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the User Defined Virtual Attribute configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.VersionMonitorProviderCfgDefn
-
Get the Version Monitor Provider configuration definition
singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Get the Virtual Attribute configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.VirtualStaticGroupImplementationCfgDefn
-
Get the Virtual Static Group Implementation configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
-
Get the Who Am I Extended Operation Handler configuration
definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
-
Get the Work Queue configuration definition singleton.
- getInstance() - Static method in class org.forgerock.opendj.server.core.ProductInformation
-
Returns the singleton product information instance.
- getInstance() - Static method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the Openidm Account Status Notification Handler configuration
definition singleton.
- getInstance() - Static method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns a singleton for this instance.
- getInstance() - Static method in class org.opends.quicksetup.util.UIKeyStore
-
Returns the KeyStore to be used by graphical applications.
- getInstance() - Static method in class org.opends.server.backends.ChangelogBackend
-
- getInstance() - Static method in class org.opends.server.core.AccessControlConfigManager
-
Get the single application-wide access control manager instance.
- getInstance() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the instance of the Directory Server that is associated with this
JVM.
- getInstance() - Static method in class org.opends.server.loggers.AccessLogger
-
Retrieve the singleton instance of this class.
- getInstance() - Static method in class org.opends.server.loggers.DebugLogger
-
Retrieve the singleton instance of this class.
- getInstance() - Static method in class org.opends.server.loggers.ErrorLogger
-
Retrieve the singleton instance of this class.
- getInstance() - Static method in class org.opends.server.loggers.HTTPAccessLogger
-
Retrieve the singleton instance of this class.
- getInstance() - Static method in class org.opends.server.protocols.internal.InternalConnectionHandler
-
Retrieves the static instance of this internal connection
handler.
- getInstanceBuildInformation() - Method in class org.opends.quicksetup.Installation
-
Gets information about the build that was used to produce the instance.
- getInstanceDirectory() - Method in class org.opends.quicksetup.Installation
-
Gets the top level directory of an OpenDJ instance.
- getInstanceForProfile(String) - Static method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18NResource
-
Gets the internationalized resource instance for the named profile.
- getInstanceKeyID() - Method in class com.forgerock.opendj.ldap.extensions.GetSymmetricKeyExtendedRequest
-
Returns the instance key ID.
- getInstanceKeyID(byte[]) - Static method in class org.opends.server.crypto.CryptoManagerImpl
-
Return the identifier of an instance's instance key.
- getInstanceOfInterface() - Method in class org.forgerock.opendj.config.ClassPropertyDefinition
-
Get an unmodifiable list of classes which values of this property must
implement.
- getInstancePath() - Method in class org.forgerock.opendj.config.ConfigurationFramework
-
Returns the instance path.
- getInstancePath() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Return the instance path where the server databases and configuration is
located.
- getInstancePath() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getInstancePath() - Method in class org.opends.quicksetup.Application
-
Returns the instance path.
- getInstancePath() - Method in class org.opends.quicksetup.installer.Installer
-
- getInstancePathFromInstallPath(String) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the path of the installation of the directory server.
- getInstancePublicKeyCertificate() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the instance-key public-key certificate retrieved from the
truststore backend of the instance referenced through this descriptor.
- getInstanceRoot() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the path to the instance directory for this instance of the
Directory Server.
- getInstanceRoot() - Method in interface org.opends.server.core.ServerContext
-
Returns the directory of server instance.
- getInstanceRoot() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
-
Retrieves the directory that should be considered the instance
root.
- getInstanceRootAsString() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
-
Retrieves the path of the directory that should be considered the instance
root.
- getInstanceRootDirectory(String) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the instance root directory (the path where the instance is
installed).
- getInstanceVCSRevision() - Method in class org.opends.quicksetup.Installation
-
Gets the VCS revision of the instance.
- getInstructions() - Method in class org.opends.guitools.uninstaller.ui.ConfirmUninstallPanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.DataOptionsPanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.DataReplicationPanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.GlobalAdministratorPanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.InstallLicensePanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.InstallReviewPanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.InstallWelcomePanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.RemoteReplicationPortsPanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.RuntimeOptionsPanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.ServerSettingsPanel
-
- getInstructions() - Method in class org.opends.quicksetup.installer.ui.SuffixesToReplicatePanel
-
- getInstructions() - Method in class org.opends.quicksetup.ui.ProgressPanel
-
- getInstructions() - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Returns the instruction of this panel.
- getIntegerFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the integerFirstComponentMatch Matching Rule
which has the OID 2.5.13.29.
- getIntegerMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the integerMatch Matching Rule
which has the OID 2.5.13.14.
- getIntegerOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the integerOrderingMatch Matching Rule
which has the OID 2.5.13.15.
- getIntegerSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Integer Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.27.
- getInternalConnection() - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
-
Returns an internal connection to the server that will be authenticated automatically with
the bind DN defined for this server.
- getInternalConnection(DN) - Method in class org.forgerock.opendj.server.embedded.EmbeddedDirectoryServer
-
Returns an internal connection to the server that will be authenticated as the specified user.
- getInternalConnectionFactory() - Method in class org.opends.server.protocols.http.LDAPContext
-
- getInternationalISDNNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the internationalISDNNumber Attribute Type
which has the OID 2.5.4.25.
- getIntValue() - Method in class com.forgerock.opendj.cli.Argument
-
Retrieves the value of this argument as an integer.
- getInvalidAttributeSyntaxBehavior() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "invalid-attribute-syntax-behavior" property.
- getInvalidAttributeSyntaxBehavior() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "invalid-attribute-syntax-behavior" property.
- getInvalidAttributeSyntaxBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "invalid-attribute-syntax-behavior" property definition.
- getInvalidityReason() - Method in class org.opends.quicksetup.Installation
-
Creates a string explaining why this is not a legitimate OpenDJ
installation.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class com.example.opendj.meta.ExamplePluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class opendj.meta.MsadPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FractionalLDIFImportPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPAttributeDescriptionListPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getInvokeForInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Get the "invoke-for-internal-operations" property definition.
- getIsAcceptable() - Method in class org.opends.server.extensions.EntryCacheCommon.ConfigErrorHandler
-
Get the current isAcceptable flag.
- getIsAdminActionRequired() - Method in class org.opends.server.extensions.EntryCacheCommon.ConfigErrorHandler
-
Get the current isAdminActionRequired flag as determined after apply
action has been taken on a given configuration.
- getIsolationPolicy() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "isolation-policy" property.
- getIsolationPolicy() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "isolation-policy" property.
- getIsolationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "isolation-policy" property definition.
- getIsPrivateBackendPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Get the "is-private-backend" property definition.
- getJavaArguments() - Method in class org.opends.quicksetup.installer.ui.JavaArgumentsDialog
-
Returns the java arguments object representing the input of the user
in this panel.
- getJavaArguments(String) - Method in class org.opends.quicksetup.UserData
-
Returns the java arguments associated with a script name.
- getJavaClass() - Method in interface com.example.opendj.client.ExamplePluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface com.example.opendj.server.ExamplePluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface opendj.client.MsadPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface opendj.server.MsadPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AccessControlHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AccountStatusNotificationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AdminEndpointCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AESPasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AlertHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AnonymousSASLMechanismHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.AuthenticationPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.BackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.BackupBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Base64PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.BcryptPasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.BlindTrustManagerProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.BlowfishPasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CancelExtendedOperationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CASBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CertificateMapperCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ChangeNumberControlPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ClearPasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ClientConnectionMonitorProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CollectiveAttributeSubentriesVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CramMD5SASLMechanismHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CryptPasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.DebugLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.DigestMD5SASLMechanismHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.DseeCompatAccessControlHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.DynamicGroupImplementationCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntityTagVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntryCacheCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntryCacheMonitorProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntryDNVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntryUUIDPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.EntryUUIDVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogAccountStatusNotificationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExtendedOperationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExternalAccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExternalHTTPAccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ExternalSASLMechanismHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FIFOEntryCacheCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedDebugLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FileCountLogRetentionPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FixedTimeLogRotationPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.FreeDiskSpaceLogRetentionPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GetConnectionIdExtendedOperationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GetSymmetricKeyExtendedOperationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GoverningStructureRuleVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GroupImplementationCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.GSSAPISASLMechanismHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HasSubordinatesVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPAccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPAnonymousAuthorizationMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPAuthorizationMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPBasicAuthorizationMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPEndpointCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2CtsAuthorizationMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2FileAuthorizationMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2OpenamAuthorizationMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.IdentityMapperCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.IsMemberOfVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JDBCBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JMXAlertHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JMXConnectionHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHTTPAccessLogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.JsonSchemaCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.KeyManagerProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LastModPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LDAPAttributeDescriptionListPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LDAPKeyManagerProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LDAPTrustManagerProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LDIFBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LDIFConnectionHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LocalBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LogPublisherCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LogRetentionPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.LogRotationPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.MD5PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.MemberVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.MemoryBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.MemoryUsageMonitorProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.MonitorBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.MonitorProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.NullBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.NumSubordinatesVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ParallelWorkQueueCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordExpirationTimeVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordGeneratorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordModifyExtendedOperationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyStateExtendedOperationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicySubentryVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PasswordValidatorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PBKDF2HmacSHA256PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PBKDF2HmacSHA512PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PBKDF2PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PDBBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PKCS11KeyManagerProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PKCS11TrustManagerProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PKCS5S2PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PlainSASLMechanismHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ProfilerPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.RC4PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.RepeatedCharactersPasswordValidatorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.Rest2ldapEndpointCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedMD5PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedSHA1PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedSHA256PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedSHA384PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SaltedSHA512PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SASLMechanismHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SchemaProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.ServiceDiscoveryMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SHA1PasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SimilarityBasedPasswordValidatorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRetentionPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SizeLimitLogRotationPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SMTPAccountStatusNotificationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SMTPAlertHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.StackTraceMonitorProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.StartTLSExtendedOperationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.StaticGroupImplementationCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.StructuralObjectClassVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SubjectDNToUserAttributeCertificateMapperCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SubjectEqualsDNCertificateMapperCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SubschemaSubentryVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SynchronizationProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.SystemInfoMonitorProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TimeLimitLogRotationPolicyCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TraditionalWorkQueueCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TripleDESPasswordStorageSchemeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TrustManagerProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.TrustStoreBackendCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.UniqueCharactersPasswordValidatorCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.UserDefinedVirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.VersionMonitorProviderCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.VirtualStaticGroupImplementationCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.WhoAmIExtendedOperationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.client.WorkQueueCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AccessControlHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AccountStatusNotificationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AdminEndpointCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AESPasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AlertHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AnonymousSASLMechanismHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.AuthenticationPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.BackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.BackupBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Base64PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.BcryptPasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.BlindTrustManagerProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.BlowfishPasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CancelExtendedOperationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CASBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CertificateMapperCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ChangeNumberControlPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ClearPasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ClientConnectionMonitorProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CollectiveAttributeSubentriesVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ConnectionHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CramMD5SASLMechanismHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CryptPasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.DebugLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.DigestMD5SASLMechanismHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.DseeCompatAccessControlHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.DynamicGroupImplementationCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntityTagVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntryCacheCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntryCacheMonitorProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntryDNVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntryUUIDPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.EntryUUIDVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogAccountStatusNotificationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExtendedOperationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalAccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalHTTPAccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ExternalSASLMechanismHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FIFOEntryCacheCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FileCountLogRetentionPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FixedTimeLogRotationPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.FreeDiskSpaceLogRetentionPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GetConnectionIdExtendedOperationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GetSymmetricKeyExtendedOperationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GoverningStructureRuleVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GroupImplementationCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HasSubordinatesVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPAccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPAnonymousAuthorizationMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPAuthorizationMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPBasicAuthorizationMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPEndpointCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2CtsAuthorizationMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2FileAuthorizationMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2OpenamAuthorizationMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.IdentityMapperCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.IsMemberOfVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JDBCBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JMXAlertHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JMXConnectionHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHTTPAccessLogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.JsonSchemaCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.KeyManagerProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LastModPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPAttributeDescriptionListPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPKeyManagerProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LDAPTrustManagerProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LDIFBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LDIFConnectionHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LocalBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LogPublisherCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LogRetentionPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.LogRotationPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.MD5PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.MemberVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.MemoryUsageMonitorProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.MonitorBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.MonitorProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.NumSubordinatesVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ParallelWorkQueueCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordExpirationTimeVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordGeneratorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordModifyExtendedOperationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyStateExtendedOperationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicySubentryVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PasswordValidatorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PBKDF2HmacSHA256PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PBKDF2HmacSHA512PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PBKDF2PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PDBBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PKCS11KeyManagerProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PKCS11TrustManagerProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PKCS5S2PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PlainSASLMechanismHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ProfilerPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.RC4PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.Rest2ldapEndpointCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedMD5PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA1PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA256PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA384PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SaltedSHA512PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SASLMechanismHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SchemaProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SHA1PasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SimilarityBasedPasswordValidatorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRetentionPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SizeLimitLogRotationPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SMTPAccountStatusNotificationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SMTPAlertHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.StackTraceMonitorProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.StartTLSExtendedOperationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.StaticGroupImplementationCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.StructuralObjectClassVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectDNToUserAttributeCertificateMapperCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SubjectEqualsDNCertificateMapperCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SubschemaSubentryVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SynchronizationProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.SystemInfoMonitorProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TimeLimitLogRotationPolicyCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TripleDESPasswordStorageSchemeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TrustManagerProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.UserDefinedVirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.VersionMonitorProviderCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.VirtualStaticGroupImplementationCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.WhoAmIExtendedOperationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.opendj.server.config.server.WorkQueueCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "java-class" property.
- getJavaClass() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "java-class" property.
- getJavaClass() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
-
- getJavaClassPropertyDefinition() - Method in class com.example.opendj.meta.ExamplePluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class opendj.meta.MsadPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AESPasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AnonymousSASLMechanismHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AuthenticationPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ClientConnectionMonitorProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CramMD5SASLMechanismHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DynamicGroupImplementationCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheMonitorProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalHTTPAccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalSASLMechanismHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FractionalLDIFImportPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GroupImplementationCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPAccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPAnonymousAuthorizationMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPAuthorizationMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPEndpointCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2AuthorizationMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXAlertHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHTTPAccessLogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPAttributeDescriptionListPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LogPublisherCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MD5PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryUsageMonitorProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ParallelWorkQueueCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA256PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA512PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS5S2PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PlainSASLMechanismHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RC4PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedMD5PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA1PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA256PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA384PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA512PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SASLMechanismHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SHA1PasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StackTraceMonitorProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StartTLSExtendedOperationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticGroupImplementationCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectDNToUserAttributeCertificateMapperCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDNCertificateMapperCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SystemInfoMonitorProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TripleDESPasswordStorageSchemeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VersionMonitorProviderCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualStaticGroupImplementationCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "java-class" property definition.
- getJavaClassPropertyDefinition() - Method in class org.opends.server.loggers.AbstractLogger
-
- getJavaClassPropertyDefinition() - Method in class org.opends.server.loggers.AccessLogger
-
- getJavaClassPropertyDefinition() - Method in class org.opends.server.loggers.DebugLogger
-
- getJavaClassPropertyDefinition() - Method in class org.opends.server.loggers.ErrorLogger
-
- getJavaClassPropertyDefinition() - Method in class org.opends.server.loggers.HTTPAccessLogger
-
- getJavaVersion() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Return the java version used to run the server.
- getJavaVersion() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the java version used to run the server.
- getJEProperty() - Method in interface org.forgerock.opendj.server.config.client.JEBackendCfgClient
-
Gets the "je-property" property.
- getJEProperty() - Method in interface org.forgerock.opendj.server.config.server.JEBackendCfg
-
Gets the "je-property" property.
- getJEPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "je-property" property definition.
- getJMXMBean(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the JMX MBean associated with the specified entry in the
Directory Server configuration.
- getJMXMBeans() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of JMX MBeans that are associated with the server.
- getJMXMBeanServer() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves a reference to the JMX MBean server that is associated with the
Directory Server.
- getJmxName(DN) - Static method in class org.opends.server.config.JMXMBean
-
Creates a JMX object name string based on a DN.
- getJmxPort() - Method in class org.openidentityplatform.opendj.embedded.Config
-
- getJPEGSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the JPEG Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.28.
- getJsonQuerySyntax() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
-
Returns the JSON Query attribute syntax having the OID 1.3.6.1.4.1.36733.2.1.3.2.
- getJsonSyntax() - Static method in class org.forgerock.opendj.rest2ldap.schema.JsonSchema
-
Returns the JSON attribute syntax having the OID 1.3.6.1.4.1.36733.2.1.3.1.
- getJsonValidationPolicy() - Method in interface org.forgerock.opendj.server.config.client.CoreSchemaCfgClient
-
Gets the "json-validation-policy" property.
- getJsonValidationPolicy() - Method in interface org.forgerock.opendj.server.config.server.CoreSchemaCfg
-
Gets the "json-validation-policy" property.
- getJsonValidationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "json-validation-policy" property definition.
- getJvmMemoryUsage() - Method in class org.opends.guitools.controlpanel.util.ConfigFromConnection
-
Returns the monitoring entry for the JVM memory usage.
- getJvmMemoryUsageMonitor() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the monitoring entry for the JVM memory usage.
- getJvmSupportedLocaleNamesToOids() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchemaSupportedLocales
-
Returns the unmodifiable map of JVM supported locale tags to OIDs.
- getKDCAddress() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the optional address of the Kerberos KDC (Key Distribution
Center).
- getKdcAddress() - Method in interface org.forgerock.opendj.server.config.client.GSSAPISASLMechanismHandlerCfgClient
-
Gets the "kdc-address" property.
- getKdcAddress() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the "kdc-address" property.
- getKdcAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the "kdc-address" property definition.
- getKeepStatsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "keep-stats" property definition.
- getKeepStatsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "keep-stats" property definition.
- getKey() - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
-
- getKey() - Method in interface org.opends.server.backends.pluggable.spi.SequentialCursor
-
Returns the key of the record on which this cursor is currently positioned.
- getKey(String) - Method in class org.opends.server.backends.TrustStoreBackend
-
Returns the key associated with the given alias, using the trust
store pin to recover it.
- getKey() - Method in enum org.opends.server.replication.plugin.HistAttrModificationKey
-
Retrieves the human-readable name for this HistKey.
- getKey() - Method in class org.opends.server.types.AdditionalLogItem
-
Returns the log item key.
- getKeyManager(String) - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Retrieves a KeyManager object that may be used for
interactions requiring access to a key manager.
- getKeyManager() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Gets the key manager that should be used for connections based on this
interaction.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2OpenamAuthorizationMechanismCfgClient
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClient
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.JMXConnectionHandlerCfgClient
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Key Manager Provider.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.ServiceDiscoveryMechanismCfgClient
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2OpenamAuthorizationMechanismCfg
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.JMXConnectionHandlerCfg
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Key Manager Provider.
- getKeyManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "key-manager-provider" property.
- getKeyManagerProvider(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the key manager provider registered with the provided entry DN.
- getKeyManagerProvider(DN) - Method in interface org.opends.server.core.ServerContext
-
Returns the key manager provider matching the provided DN.
- getKeyManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the "key-manager-provider" property as a DN.
- getKeyManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "key-manager-provider" property as a DN.
- getKeyManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2OpenamAuthorizationMechanismCfg
-
Gets the "key-manager-provider" property as a DN.
- getKeyManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the "key-manager-provider" property as a DN.
- getKeyManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.JMXConnectionHandlerCfg
-
Gets the "key-manager-provider" property as a DN.
- getKeyManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "key-manager-provider" property as a DN.
- getKeyManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
-
Gets the "key-manager-provider" property as a DN.
- getKeyManagerProviderDN() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "key-manager-provider" property as a DN.
- getKeyManagerProviderDN() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the DN of the key manager provider that should be used
for operations requiring access to a key manager.
- getKeyManagerProviderDN() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
Retrieves the DN of the key manager provider that should be used
for operations associated with this connection handler which need
access to a key manager.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProviderPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "key-manager-provider" property definition.
- getKeyManagerProvidersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "key-manager-providers" relation definition.
- getKeyManagers() - Method in class org.opends.server.api.KeyManagerProvider
-
Retrieves a set of KeyManager objects that may be used
for interactions requiring access to a key manager.
- getKeyManagers() - Method in class org.opends.server.backends.TrustStoreBackend
-
Retrieves a set of KeyManager objects that may be used for
interactions requiring access to a key manager.
- getKeyManagers() - Method in class org.opends.server.extensions.FileBasedKeyManagerProvider
-
- getKeyManagers() - Method in class org.opends.server.extensions.LDAPKeyManagerProvider
-
- getKeyManagers() - Method in class org.opends.server.extensions.NullKeyManagerProvider
-
Retrieves a KeyManager object that may be used for
interactions requiring access to a key manager.
- getKeyManagers() - Method in class org.opends.server.extensions.PKCS11KeyManagerProvider
-
- getKeyMatchingStrategy() - Method in class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
-
Returns the key matching strategy.
- getKeyStore() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Gets the key store that should be used for connections based on this
interaction.
- getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "key-store-file" property.
- getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "key-store-file" property.
- getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
-
Gets the "key-store-file" property.
- getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "key-store-file" property.
- getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "key-store-file" property.
- getKeyStoreFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
-
Gets the "key-store-file" property.
- getKeyStoreFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "key-store-file" property definition.
- getKeyStoreFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "key-store-file" property definition.
- getKeyStoreFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Get the "key-store-file" property definition.
- getKeystorePassword() - Method in class org.opends.quicksetup.SecurityOptions
-
Returns the key store password.
- getKeyStorePassword() - Method in class org.opends.server.tools.InstallDSArgumentParser
-
Returns the key store password provided by the user.
- getKeyStorePasswordArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'keyStorePassword' global argument.
- getKeyStorePasswordFileArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'keyStorePasswordFile' global argument.
- getKeystorePath() - Method in class org.opends.quicksetup.SecurityOptions
-
Returns the key store path.
- getKeyStorePathArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'keyStore' global argument.
- getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
-
Gets the "key-store-pin" property.
- getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.client.LDAPKeyManagerProviderCfgClient
-
Gets the "key-store-pin" property.
- getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.client.PKCS11KeyManagerProviderCfgClient
-
Gets the "key-store-pin" property.
- getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
-
Gets the "key-store-pin" property.
- getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.server.LDAPKeyManagerProviderCfg
-
Gets the "key-store-pin" property.
- getKeyStorePin() - Method in interface org.forgerock.opendj.server.config.server.PKCS11KeyManagerProviderCfg
-
Gets the "key-store-pin" property.
- getKeyStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
-
Gets the "key-store-pin-environment-variable" property.
- getKeyStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.client.LDAPKeyManagerProviderCfgClient
-
Gets the "key-store-pin-environment-variable" property.
- getKeyStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.client.PKCS11KeyManagerProviderCfgClient
-
Gets the "key-store-pin-environment-variable" property.
- getKeyStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
-
Gets the "key-store-pin-environment-variable" property.
- getKeyStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.server.LDAPKeyManagerProviderCfg
-
Gets the "key-store-pin-environment-variable" property.
- getKeyStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.server.PKCS11KeyManagerProviderCfg
-
Gets the "key-store-pin-environment-variable" property.
- getKeyStorePinEnvironmentVariablePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Get the "key-store-pin-environment-variable" property definition.
- getKeyStorePinEnvironmentVariablePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Get the "key-store-pin-environment-variable" property definition.
- getKeyStorePinEnvironmentVariablePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Get the "key-store-pin-environment-variable" property definition.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.client.LDAPKeyManagerProviderCfgClient
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.client.PKCS11KeyManagerProviderCfgClient
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.server.LDAPKeyManagerProviderCfg
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFile() - Method in interface org.forgerock.opendj.server.config.server.PKCS11KeyManagerProviderCfg
-
Gets the "key-store-pin-file" property.
- getKeyStorePinFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "key-store-pin-file" property definition.
- getKeyStorePinFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "key-store-pin-file" property definition.
- getKeyStorePinFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Get the "key-store-pin-file" property definition.
- getKeyStorePinFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Get the "key-store-pin-file" property definition.
- getKeyStorePinFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Get the "key-store-pin-file" property definition.
- getKeyStorePinProperty() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
-
Gets the "key-store-pin-property" property.
- getKeyStorePinProperty() - Method in interface org.forgerock.opendj.server.config.client.LDAPKeyManagerProviderCfgClient
-
Gets the "key-store-pin-property" property.
- getKeyStorePinProperty() - Method in interface org.forgerock.opendj.server.config.client.PKCS11KeyManagerProviderCfgClient
-
Gets the "key-store-pin-property" property.
- getKeyStorePinProperty() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
-
Gets the "key-store-pin-property" property.
- getKeyStorePinProperty() - Method in interface org.forgerock.opendj.server.config.server.LDAPKeyManagerProviderCfg
-
Gets the "key-store-pin-property" property.
- getKeyStorePinProperty() - Method in interface org.forgerock.opendj.server.config.server.PKCS11KeyManagerProviderCfg
-
Gets the "key-store-pin-property" property.
- getKeyStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Get the "key-store-pin" property definition.
- getKeyStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Get the "key-store-pin" property definition.
- getKeyStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Get the "key-store-pin" property definition.
- getKeyStorePinPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Get the "key-store-pin-property" property definition.
- getKeyStorePinPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Get the "key-store-pin-property" property definition.
- getKeyStorePinPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Get the "key-store-pin-property" property definition.
- getKeyStoreType() - Method in interface org.forgerock.opendj.server.config.client.FileBasedKeyManagerProviderCfgClient
-
Gets the "key-store-type" property.
- getKeyStoreType() - Method in interface org.forgerock.opendj.server.config.server.FileBasedKeyManagerProviderCfg
-
Gets the "key-store-type" property.
- getKeyStoreTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Get the "key-store-type" property definition.
- getKeytab() - Method in interface org.forgerock.opendj.server.config.client.GSSAPISASLMechanismHandlerCfgClient
-
Gets the "keytab" property.
- getKeytab() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the "keytab" property.
- getKeytabPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the "keytab" property definition.
- getKeywordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the keywordMatch Matching Rule
which has the OID 2.5.13.33.
- getKeyWrappingTransformation() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Gets the "key-wrapping-transformation" property.
- getKeyWrappingTransformation() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the "key-wrapping-transformation" property.
- getKeyWrappingTransformationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "key-wrapping-transformation" property definition.
- getLabel(MonitoringAttributes) - Static method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the label to be used in panels (with ':') based on the definition
of the monitoring attribute.
- getLabel() - Method in class org.opends.quicksetup.ui.LabelFieldDescriptor
-
Returns the String displayed by the label.
- getLabelType() - Method in class org.opends.quicksetup.ui.LabelFieldDescriptor
-
Returns the label type.
- getLastEntryLineNumber() - Method in class org.opends.server.util.LDIFReader
-
Retrieves the starting line number for the last entry read from the LDIF
source.
- getLastException() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the last exception that was encountered reading the configuration
of the server.
- getLastException() - Method in class org.opends.admin.ads.util.ServerLoader
-
Returns the last exception that occurred while trying to generate
the ServerDescriptor object.
- getLastException() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns last exception encountered during the task execution.
- getLastException() - Method in class org.opends.guitools.controlpanel.util.ProcessReader
-
Returns the last exception that occurred reading the output (or the error)
of the process.
- getLastGeneratedChangeNumber() - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
-
Returns the last generated change number.
- getLastLocalChange() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Returns the CSN of the last Change that was fully processed by this
ReplicationDomain.
- getLastLoginTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the time that the user last authenticated to the Directory Server.
- getLastLoginTimeAttribute() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "last-login-time-attribute" property.
- getLastLoginTimeAttribute() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "last-login-time-attribute" property.
- getLastLoginTimeAttribute() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "last-login-time-attribute" property.
- getLastLoginTimeAttribute() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getLastLoginTimeAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "last-login-time-attribute" property definition.
- getLastLoginTimeFormat() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "last-login-time-format" property.
- getLastLoginTimeFormat() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "last-login-time-format" property.
- getLastLoginTimeFormat() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "last-login-time-format" property.
- getLastLoginTimeFormat() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getLastLoginTimeFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "last-login-time-format" property definition.
- getLastName() - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Retrieves the last name value that should be used for the current entry.
- getLastPublishTime() - Method in class org.opends.server.replication.protocol.Session
-
Gets the time the last replication message was published on this
session.
- getLastPurgedValuesCount() - Method in class org.opends.server.replication.plugin.EntryHistorical
-
For stats/monitoring purpose, returns the number of historical values
purged the last time a purge has been applied on this entry historical.
- getLastReceiveTime() - Method in class org.opends.server.replication.protocol.Session
-
Gets the time the last replication message was received on this
session.
- getLastRefusedAuthType() - Method in class org.opends.admin.ads.util.ApplicationTrustManager
-
Returns the authentication type for the last refused certificate.
- getLastRefusedCause() - Method in class org.opends.admin.ads.util.ApplicationTrustManager
-
Returns the last cause for refusal of a certificate.
- getLastRefusedChain() - Method in class org.opends.admin.ads.util.ApplicationTrustManager
-
Returns the certificate chain for the last refused certificate.
- getLastRotationTime() - Method in interface org.opends.server.loggers.RotatableLogFile
-
Retrieves the last time the file was rotated.
- getLastStatusChangeDate() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the date of the last status change.
- getLatestBackup() - Method in class org.opends.server.types.BackupDirectory
-
Retrieves the most recent backup for this backup directory, according to
the backup date.
- getLatestServerState() - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Returns the latest most current ServerState describing the newest CSNs for
each server in this domain.
- getLAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the l Attribute Type
which has the OID 2.5.4.7.
- getLauncherAdministratorBinaryFullPath() - Static method in class org.opends.server.tools.ConfigureWindowsService
-
Returns the full path of the executable that has a manifest requiring
administrator privileges used by this class to perform operations related
to the service.
- getLauncherBinaryFullPath() - Static method in class org.opends.server.tools.ConfigureWindowsService
-
Returns the full path of the executable that has a manifest requiring
administrator privileges used by this class to perform operations related
to the service.
- getLaunchLaterDate() - Method in class org.opends.guitools.controlpanel.datamodel.ScheduleType
-
Returns the date on which the task will be launched.
- getLDAPApproxFirstMissingDate(int) - Method in class org.opends.server.replication.protocol.MonitorMsg
-
Get the approximation of the date of the older missing change for the
LDAP Server with the provided server Id.
- getLDAPConnectionFactory(String, int, Options) - Method in class com.forgerock.opendj.grizzly.GrizzlyTransportProvider
-
- getLDAPConnectionFactory(String, int, Options) - Method in interface org.forgerock.opendj.ldap.spi.TransportProvider
-
Returns an implementation of LDAPConnectionFactory.
- getLdapHostPort() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the HostPort to access this server using LDAP.
- getLdapHostPort() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Gets the LDAP HostPort based in what is read in the configuration.
- getLDAPListener(Set<InetSocketAddress>, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>, Options) - Method in class com.forgerock.opendj.grizzly.GrizzlyTransportProvider
-
- getLDAPListener(Set<InetSocketAddress>, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>, Options) - Method in interface org.forgerock.opendj.ldap.spi.TransportProvider
-
Returns an implementation of LDAPListener.
- getLDAPReader() - Method in class org.opends.server.tools.LDAPConnection
-
Get the underlying LDAP reader.
- getLDAPServerState(int) - Method in class org.opends.server.replication.protocol.MonitorMsg
-
Get the server state for the LDAP server with the provided serverId.
- getLdapsHostPort() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the HostPort to access this server using LDAPS.
- getLdapsHostPort() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Gets the LDAPS HostPort based in what is read in the configuration.
- getLDAPSyntaxDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the LDAP Syntax Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.54.
- getLDAPSyntaxesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the ldapSyntaxes Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.16.
- getLdapUrl() - Method in class org.opends.admin.ads.util.ConnectionWrapper
-
Returns the LDAP URL used by this connection.
- getLDAPURL() - Method in class org.opends.admin.ads.util.PreferredConnection
-
Returns the LDAP URL to be used.
- getLdapVersion() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope
-
Get the Ldap version requested by this message (Bind request only).
- getLDAPWriter() - Method in class org.opends.server.tools.LDAPConnection
-
Get the underlying LDAP writer.
- getLDIF() - Method in class org.opends.guitools.controlpanel.ui.AbstractNewEntryPanel
-
Returns the LDIF representation of the new entry.
- getLDIF() - Method in class org.opends.guitools.controlpanel.ui.DuplicateEntryPanel
-
- getLDIF() - Method in class org.opends.guitools.controlpanel.ui.NewDomainPanel
-
- getLDIF() - Method in class org.opends.guitools.controlpanel.ui.NewEntryFromLDIFPanel
-
- getLDIF() - Method in class org.opends.guitools.controlpanel.ui.NewGroupPanel
-
- getLDIF() - Method in class org.opends.guitools.controlpanel.ui.NewOrganizationalUnitPanel
-
- getLDIF() - Method in class org.opends.guitools.controlpanel.ui.NewUserPanel
-
- getLDIFChangeType() - Method in enum org.opends.server.util.ChangeOperationType
-
Retrieves the name of the change type as it should appear in LDIF
"changetype" records.
- getLDIFDirectory() - Method in interface org.forgerock.opendj.server.config.client.LDIFConnectionHandlerCfgClient
-
Gets the "ldif-directory" property.
- getLDIFDirectory() - Method in interface org.forgerock.opendj.server.config.server.LDIFConnectionHandlerCfg
-
Gets the "ldif-directory" property.
- getLdifDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the 'ldif' directory.
- getLDIFDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Get the "ldif-directory" property definition.
- getLDIFFile() - Method in interface org.forgerock.opendj.server.config.client.LDIFBackendCfgClient
-
Gets the "ldif-file" property.
- getLDIFFile() - Method in interface org.forgerock.opendj.server.config.server.LDIFBackendCfg
-
Gets the "ldif-file" property.
- getLDIFFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Get the "ldif-file" property definition.
- getLDIFPaths() - Method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Returns the path of the LDIF file used to import data.
- getLdifSchema() - Method in class org.openidentityplatform.opendj.embedded.Config
-
- getLessOrEqual() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the lessOrEqual property.
- getLessOrEqualAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the normalized form of the provided assertion value, which is
best suited for efficiently performing greater than or equal ordering
matching operations on that value.
- getLessOrEqualAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Retrieves the normalized form of the provided assertion value, which is
best suited for efficiently performing less than or equal matching
operations on that value.
- getLessOrEqualAssertion(Schema, ByteSequence) - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
-
- getLevel() - Method in class org.opends.server.loggers.TraceSettings
-
Get the level of this setting.
- getLevels() - Method in class org.opends.server.authorization.dseecompat.ParentInheritance
-
Returns an array of levels, where levels are integers.
- getLibrariesDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the libraries.
- getLine(AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
Returns the different cell values for a given index in a String array.
- getLine(AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.IndexTableModel
-
- getLine(AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.VLVIndexTableModel
-
- getLineBreak() - Method in class org.opends.quicksetup.Application
-
Returns the line break formatted.
- getLineBreak() - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the line break in HTML.
- getLineBreak() - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getLineBreak() - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the line break formatted.
- getLineNumber(int) - Method in class org.opends.server.plugins.profiler.ProfileStack
-
Retrieves the line number from the specified frame in the stack.
- getLineNumber() - Method in class org.opends.server.tools.makeldif.TemplateLine
-
Retrieves the line number on which this template line appears in the
template file.
- getLineNumber() - Method in exception org.opends.server.util.LDIFException
-
Retrieves the line number of the last line read from the LDIF source.
- getLineNumbers() - Method in class org.opends.server.plugins.profiler.ProfileStack
-
Retrieves the line numbers in this stack.
- getLineNumbers() - Method in class org.opends.server.plugins.profiler.ProfileStackFrame
-
Retrieves the mapping between the line numbers associated with this method
and the number of occurrences for each of those line numbers.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.opends.guitools.controlpanel.ui.renderer.CustomListCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.opends.guitools.controlpanel.ui.renderer.IndexCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.opends.guitools.controlpanel.ui.renderer.NoLeftInsetCategoryComboBoxRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.opends.guitools.controlpanel.ui.renderer.SchemaElementComboBoxCellRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.opends.guitools.controlpanel.ui.renderer.VLVSortOrderRenderer
-
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
-
Gets the "listen-address" property.
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "listen-address" property.
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.JMXConnectionHandlerCfgClient
-
Gets the "listen-address" property.
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "listen-address" property.
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "listen-address" property.
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the "listen-address" property.
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "listen-address" property.
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.JMXConnectionHandlerCfg
-
Gets the "listen-address" property.
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "listen-address" property.
- getListenAddress() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "listen-address" property.
- getListenAddress() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
Get the JMX connection handler's listen address.
- getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Get the "listen-address" property definition.
- getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "listen-address" property definition.
- getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "listen-address" property definition.
- getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "listen-address" property definition.
- getListenAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "listen-address" property definition.
- getListeners() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
- getListeners() - Method in class org.opends.server.api.ConnectionHandler
-
Retrieves information about the listener(s) that will be used to
accept client connections.
- getListeners() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getListeners() - Method in class org.opends.server.protocols.internal.InternalConnectionHandler
-
Retrieves information about the listener(s) that will be used to
accept client connections.
- getListeners() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
- getListeners() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
- getListeners() - Method in class org.opends.server.protocols.LDIFConnectionHandler
-
- getListeners() - Method in class org.opends.server.snmp.SNMPConnectionHandler
-
Retrieves information about the listener(s) that will be used to
accept client connections.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
-
Gets the "listen-port" property.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "listen-port" property.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.client.JMXConnectionHandlerCfgClient
-
Gets the "listen-port" property.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "listen-port" property.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "listen-port" property.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the "listen-port" property.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "listen-port" property.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.server.JMXConnectionHandlerCfg
-
Gets the "listen-port" property.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "listen-port" property.
- getListenPort() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "listen-port" property.
- getListenPort() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
Get the JMX connection handler's listen port.
- getListenPort() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves the port on which this connection handler is listening for client
connections.
- getListenPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Get the "listen-port" property definition.
- getListenPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "listen-port" property definition.
- getListenPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "listen-port" property definition.
- getListenPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "listen-port" property definition.
- getListenPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "listen-port" property definition.
- getListLabel() - Method in class org.opends.guitools.controlpanel.ui.DeleteBackendPanel
-
Returns the list label.
- getLocal() - Static method in class org.opends.quicksetup.Installation
-
Obtains the installation by reading the classpath of the running JVM to
determine the location of the jars and determine the installation root.
- getLocalAddress() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the InetSocketAddress associated with the local system.
- getLocalAddress() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the java.net.InetAddress for the Directory Server system to which the client has
established the connection.
- getLocalAddress() - Method in interface org.forgerock.opendj.server.core.Operation
-
Returns the InetSocketAddress associated with the local system.
- getLocalAddress() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the java.net.InetAddress for the Directory
Server system to which the client has established the connection.
- getLocalAddress() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves the java.net.InetAddress for the Directory
Server system to which the client has established the connection.
- getLocalAddress() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the java.net.InetAddress for the Directory Server
system to which the client has established the connection.
- getLocalAddress() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the java.net.InetAddress for the Directory
Server system to which the client has established the connection.
- getLocalAdminConnectorHostPort() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Gets the Administration Connector HostPort based in what is read in the local
configuration.
- getLocalBackendById(String) - Method in class org.opends.server.core.BackendConfigManager
-
Retrieves a local backend provided its identifier.
- getLocalBackends() - Method in class org.opends.server.core.BackendConfigManager
-
Returns the set of local backends.
- getLocalBackendWithBaseDN(DN) - Method in class org.opends.server.core.BackendConfigManager
-
Retrieves the local backend with the specified base DN.
- getLocalEntry() - Method in class org.opends.guitools.controlpanel.browser.NodeRefresher
-
Returns the local entry the refresher is handling.
- getLocalityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the locality Object Class
which has the OID 2.5.6.3.
- getLocalizedMessage() - Method in exception org.opends.server.replication.protocol.NotSupportedOldVersionPDUException
-
- getLocalOrRemoteDialog(ControlPanelInfo) - Static method in class org.opends.guitools.controlpanel.ui.ControlCenterMainPane
-
Returns the dialog that is in charge of asking the user the server
to be administer.
- getLocalServerHostPort() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns the LDAP HostPort that we used to connect to the local server.
- getLocalServerLoginDialog(ControlPanelInfo) - Static method in class org.opends.guitools.controlpanel.ui.ControlCenterMainPane
-
Returns the dialog that is in charge of asking the user the authentication
for the local server.
- getLocalTime() - Static method in class org.opends.server.util.TimeThread
-
Retrieves a string containing the current time in the local time
zone.
- getLocalUrl() - Method in class org.opends.server.replication.protocol.Session
-
Retrieve the local URL in the form host:port.
- getLockDirectory() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
-
Retrieves the directory that should be used to hold the server
lock files.
- getLockDirectoryPath() - Static method in class org.opends.server.core.LockFileManager
-
Retrieves the path to the directory that should be used to hold the lock
files.
- getLockManager() - Static method in class org.opends.server.core.DirectoryServer
-
Returns the lock manager which will be used for coordinating access to LDAP entries.
- getLockoutDuration() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "lockout-duration" property.
- getLockoutDuration() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "lockout-duration" property.
- getLockoutDuration() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "lockout-duration" property.
- getLockoutDuration() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getLockoutDurationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "lockout-duration" property definition.
- getLockoutFailureCount() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "lockout-failure-count" property.
- getLockoutFailureCount() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "lockout-failure-count" property.
- getLockoutFailureCount() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "lockout-failure-count" property.
- getLockoutFailureCount() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getLockoutFailureCountPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "lockout-failure-count" property definition.
- getLockoutFailureExpirationInterval() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "lockout-failure-expiration-interval" property.
- getLockoutFailureExpirationInterval() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "lockout-failure-expiration-interval" property.
- getLockoutFailureExpirationInterval() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "lockout-failure-expiration-interval" property.
- getLockoutFailureExpirationInterval() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getLockoutFailureExpirationIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "lockout-failure-expiration-interval" property definition.
- getLocksDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the directory where the lock files are stored.
- getLockTimeout() - Method in interface org.forgerock.opendj.server.config.client.FIFOEntryCacheCfgClient
-
Gets the "lock-timeout" property.
- getLockTimeout() - Method in interface org.forgerock.opendj.server.config.client.SoftReferenceEntryCacheCfgClient
-
Gets the "lock-timeout" property.
- getLockTimeout() - Method in interface org.forgerock.opendj.server.config.server.FIFOEntryCacheCfg
-
Gets the "lock-timeout" property.
- getLockTimeout() - Method in interface org.forgerock.opendj.server.config.server.SoftReferenceEntryCacheCfg
-
Gets the "lock-timeout" property.
- getLockTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Get the "lock-timeout" property definition.
- getLockTimeoutPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Get the "lock-timeout" property definition.
- getLogChangenumberPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "log-changenumber" property definition.
- getLogControlOidsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "log-control-oids" property definition.
- getLogControlOidsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Get the "log-control-oids" property definition.
- getLogControlOidsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "log-control-oids" property definition.
- getLogControlOidsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "log-control-oids" property definition.
- getLogDirectory() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "log-directory" property.
- getLogDirectory() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "log-directory" property.
- getLogDirectory() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
-
Gets the "log-directory" property.
- getLogDirectory() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHTTPAccessLogPublisherCfgClient
-
Gets the "log-directory" property.
- getLogDirectory() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "log-directory" property.
- getLogDirectory() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "log-directory" property.
- getLogDirectory() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
-
Gets the "log-directory" property.
- getLogDirectory() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHTTPAccessLogPublisherCfg
-
Gets the "log-directory" property.
- getLogDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "log-directory" property definition.
- getLogDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "log-directory" property definition.
- getLogDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "log-directory" property definition.
- getLogDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHTTPAccessLogPublisherCfgDefn
-
Get the "log-directory" property definition.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedDebugLogPublisherCfgClient
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "log-file" property.
- getLogFile() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "log-file" property.
- getLogFile() - Static method in class org.opends.guitools.controlpanel.util.ControlPanelLog
-
Gets the name of the log file.
- getLogFile() - Method in class org.opends.quicksetup.TempLogFile
-
Gets the name of the log file.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "log-file-permissions" property.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
-
Gets the "log-file-permissions" property.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.client.FileBasedDebugLogPublisherCfgClient
-
Gets the "log-file-permissions" property.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
-
Gets the "log-file-permissions" property.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "log-file-permissions" property.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "log-file-permissions" property.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "log-file-permissions" property.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "log-file-permissions" property.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "log-file-permissions" property.
- getLogFilePermissions() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "log-file-permissions" property.
- getLogFilePermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "log-file-permissions" property definition.
- getLogFilePermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "log-file-permissions" property definition.
- getLogFilePermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "log-file-permissions" property definition.
- getLogFilePermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "log-file-permissions" property definition.
- getLogFilePermissionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "log-file-permissions" property definition.
- getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "log-file" property definition.
- getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "log-file" property definition.
- getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "log-file" property definition.
- getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "log-file" property definition.
- getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "log-file" property definition.
- getLogFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "log-file" property definition.
- getLogFilePropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "log-file" property definition.
- getLogFormat() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "log-format" property.
- getLogFormat() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "log-format" property.
- getLogFormat() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "log-format" property.
- getLogFormat() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "log-format" property.
- getLogFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "log-format" property definition.
- getLogFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "log-format" property definition.
- getLogger(String) - Method in class org.opends.server.loggers.slf4j.OpenDJLoggerFactory
-
- getLoggerConfigManager() - Method in interface org.opends.server.core.ServerContext
-
Returns the logger config manager.
- getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
- getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
- getLoginDialog() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the login dialog that is displayed when the method authenticate is
called.
- getLogMessages() - Method in class org.opends.server.backends.task.Task
-
Retrieves the set of messages that were logged by this task.
- getLogMessages() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the logs associated with this task's execution.
- getLogPaths() - Method in class org.opends.quicksetup.Configuration
-
Returns the list of paths where the logs files are located as they appear
in the configuration file.
- getLogPublisher(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Log Publisher.
- getLogPublisher(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Log Publisher.
- getLogPublishers() - Method in class org.opends.server.loggers.AbstractLogger
-
Returns the log publishers.
- getLogPublishers() - Method in class org.opends.server.loggers.AbstractLogger.LoggerStorage
-
Returns the logPublishers.
- getLogPublishers() - Method in class org.opends.server.loggers.AccessLogger
-
- getLogPublishers() - Method in class org.opends.server.loggers.DebugLogger
-
- getLogPublishers() - Method in class org.opends.server.loggers.ErrorLogger
-
- getLogPublishers() - Method in class org.opends.server.loggers.HTTPAccessLogger
-
- getLogPublishersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "log-publishers" relation definition.
- getLogRecordTimeFormat() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "log-record-time-format" property.
- getLogRecordTimeFormat() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "log-record-time-format" property.
- getLogRecordTimeFormat() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "log-record-time-format" property.
- getLogRecordTimeFormat() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "log-record-time-format" property.
- getLogRecordTimeFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "log-record-time-format" property definition.
- getLogRecordTimeFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "log-record-time-format" property definition.
- getLogRecordType() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "log-record-type" property.
- getLogRecordType() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "log-record-type" property.
- getLogRecordTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "log-record-type" property definition.
- getLogRetentionPoliciesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "log-retention-policies" relation definition.
- getLogRetentionPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Log Retention Policy.
- getLogRetentionPolicy(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Log Retention Policy.
- getLogRotationPoliciesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "log-rotation-policies" relation definition.
- getLogRotationPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Log Rotation Policy.
- getLogRotationPolicy(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Log Rotation Policy.
- getLogs() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the logs of the task.
- getLogsDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the log files under the install path.
- getLongIdentifier() - Method in class com.forgerock.opendj.cli.Argument
-
Retrieves the long (multi-character) identifier that may be used to
specify the value of this argument.
- getLongName() - Method in enum org.forgerock.opendj.config.DurationUnit
-
Get the long name of this unit.
- getLongName() - Method in enum org.forgerock.opendj.config.SizeUnit
-
Get the long name of this unit.
- getLookthroughLimit() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "lookthrough-limit" property.
- getLookthroughLimit() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "lookthrough-limit" property.
- getLookthroughLimit() - Method in interface org.forgerock.opendj.server.core.Operation
-
Retrieves the default maximum number of entries that should checked for
matches during a search.
- getLookthroughLimit() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the default maximum number of entries that should
checked for matches during a search.
- getLookthroughLimit() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the default maximum number of entries that should checked for
matches during a search.
- getLookthroughLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "lookthrough-limit" property definition.
- getLowerCaseContents() - Method in class org.opends.quicksetup.Configuration
-
Provides the contents of the config.ldif file in a lower case String.
- getLowerLimit() - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
-
Get the lower limit in milli-seconds.
- getLowerLimit() - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
-
Get the lower limit.
- getLowerLimit() - Method in class org.forgerock.opendj.config.SizePropertyDefinition
-
Get the lower limit in bytes.
- getMacAlgorithm() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Gets the "mac-algorithm" property.
- getMacAlgorithm() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the "mac-algorithm" property.
- getMacAlgorithmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "mac-algorithm" property definition.
- getMacEngine(String) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getMacEngine(String) - Method in interface org.opends.server.types.CryptoManager
-
For the specified key entry identifier, instantiate a MAC engine.
- getMacEngineKeyEntryID() - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getMacEngineKeyEntryID(String, int) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getMacEngineKeyEntryID() - Method in interface org.opends.server.types.CryptoManager
-
For the current preferred MAC algorithm and key length, return
the identifier of the corresponding key entry.
- getMacEngineKeyEntryID(String, int) - Method in interface org.opends.server.types.CryptoManager
-
For the specified MAC algorithm and key length, return
the identifier of the corresponding key entry.
- getMacKeyLength() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Gets the "mac-key-length" property.
- getMacKeyLength() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the "mac-key-length" property.
- getMacKeyLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "mac-key-length" property definition.
- getMagicString() - Static method in class org.opends.server.util.BSDMD5Crypt
-
Getter to the BSD MD5 magic string.
- getMailServerPropertySets() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the sets of information about the mail servers configured for use
by the Directory Server.
- getMajorVersion() - Method in class org.opends.quicksetup.BuildInformation
-
Gets the major version.
- getMajorVersion() - Method in class org.opends.server.util.BuildVersion
-
Returns the major release version number.
- getManagedObject(ManagedObjectPath<C, S>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
-
- getManagedObject(ManagedObjectPath<C, S>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
-
Gets the named managed object.
- getManagedObject(ManagedObjectPath<C, S>) - Method in class org.forgerock.opendj.config.client.spi.Driver
-
Gets the named managed object.
- getManagedObject(ManagedObjectPath<C, S>) - Method in class org.forgerock.opendj.config.server.ServerManagementContext
-
Gets the named managed object.
- getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
-
Get the definition of the parent managed object containing the inherited
default values.
- getManagedObjectDefinition() - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Gets the definition associated with this managed object.
- getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.DefaultManagedObject
-
Gets the managed object definition associated with this default managed
object.
- getManagedObjectDefinition() - Method in exception org.forgerock.opendj.config.DefinitionDecodingException
-
Gets the expected managed object definition.
- getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Get the definition of the managed object referred to by this path.
- getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Gets the managed object definition associated with this property
definition.
- getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
-
Get the definition of the parent managed object containing the inherited
default values.
- getManagedObjectDefinition() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Get the definition associated with this server managed object.
- getManagedObjectPath() - Method in class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
-
Get the absolute path of the managed object containing the property which
has the default values.
- getManagedObjectPath() - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Gets the path of this managed object.
- getManagedObjectPath() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getManagedObjectPath(ManagedObjectPath<?, ?>) - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
-
Get the absolute path of the managed object containing the property which
has the default values.
- getManagedObjectPath() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Get the path of this server managed object.
- getManagementContext() - Method in class org.forgerock.opendj.config.client.spi.Driver
-
Gets the management context associated with this driver.
- getManagementContext() - Method in class org.forgerock.opendj.config.dsconfig.LDAPManagementContextFactory
-
Gets the management context which sub-commands should use in order to manage the directory server.
- getMappedAttribute() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "mapped-attribute" property.
- getMappedAttribute() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "mapped-attribute" property.
- getMappedAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "mapped-attribute" property definition.
- getMappedSearchBaseDN() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "mapped-search-base-dn" property.
- getMappedSearchBaseDN() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "mapped-search-base-dn" property.
- getMappedSearchBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "mapped-search-base-dn" property definition.
- getMappedSearchBindDN() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "mapped-search-bind-dn" property.
- getMappedSearchBindDN() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "mapped-search-bind-dn" property.
- getMappedSearchBindDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "mapped-search-bind-dn" property definition.
- getMappedSearchBindPassword() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "mapped-search-bind-password" property.
- getMappedSearchBindPassword() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "mapped-search-bind-password" property.
- getMappedSearchBindPasswordEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "mapped-search-bind-password-environment-variable" property.
- getMappedSearchBindPasswordEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "mapped-search-bind-password-environment-variable" property.
- getMappedSearchBindPasswordEnvironmentVariablePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "mapped-search-bind-password-environment-variable" property definition.
- getMappedSearchBindPasswordFile() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "mapped-search-bind-password-file" property.
- getMappedSearchBindPasswordFile() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "mapped-search-bind-password-file" property.
- getMappedSearchBindPasswordFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "mapped-search-bind-password-file" property definition.
- getMappedSearchBindPasswordProperty() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "mapped-search-bind-password-property" property.
- getMappedSearchBindPasswordProperty() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "mapped-search-bind-password-property" property.
- getMappedSearchBindPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "mapped-search-bind-password" property definition.
- getMappedSearchBindPasswordPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "mapped-search-bind-password-property" property definition.
- getMappedSearchFilterTemplate() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "mapped-search-filter-template" property.
- getMappedSearchFilterTemplate() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "mapped-search-filter-template" property.
- getMappedSearchFilterTemplatePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "mapped-search-filter-template" property definition.
- getMappingPolicy() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "mapping-policy" property.
- getMappingPolicy() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "mapping-policy" property.
- getMappingPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "mapping-policy" property definition.
- getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
- getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
- getMask() - Method in enum org.opends.messages.Category
-
Gets the mask value associated with this category.
- getMask(EnumRight) - Static method in enum org.opends.server.authorization.dseecompat.EnumRight
-
Returns bit mask associated with the specified right.
- getMaskedErrorMessage() - Method in class org.opends.server.core.OperationWrapper
-
- getMaskedErrorMessage() - Method in class org.opends.server.types.AbstractOperation
-
- getMaskedErrorMessage() - Method in interface org.opends.server.types.Operation
-
Retrieves the real, masked error message for this operation.
- getMaskedMessage() - Method in exception org.opends.server.types.DirectoryException
-
Returns the real, masked message for this directory exception that cannot
be returned to the client, but will be logged.
- getMaskedResultCode() - Method in class org.opends.server.core.OperationWrapper
-
- getMaskedResultCode() - Method in class org.opends.server.types.AbstractOperation
-
- getMaskedResultCode() - Method in exception org.opends.server.types.DirectoryException
-
Returns the real result code for this directory exception that cannot be
returned to the client, but will be logged.
- getMaskedResultCode() - Method in interface org.opends.server.types.Operation
-
Retrieves the real, masked result code for this operation.
- getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
-
Gets the "match-attribute" property.
- getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
-
Gets the "match-attribute" property.
- getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
-
Gets the "match-attribute" property.
- getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
-
Gets the "match-attribute" property.
- getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
-
Gets the "match-attribute" property.
- getMatchAttribute() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
-
Gets the "match-attribute" property.
- getMatchAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Get the "match-attribute" property definition.
- getMatchAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
-
Get the "match-attribute" property definition.
- getMatchAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Get the "match-attribute" property definition.
- getMatchBaseDN() - Method in interface org.forgerock.opendj.server.config.client.ExactMatchIdentityMapperCfgClient
-
Gets the "match-base-dn" property.
- getMatchBaseDN() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
-
Gets the "match-base-dn" property.
- getMatchBaseDN() - Method in interface org.forgerock.opendj.server.config.server.ExactMatchIdentityMapperCfg
-
Gets the "match-base-dn" property.
- getMatchBaseDN() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
-
Gets the "match-base-dn" property.
- getMatchBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
-
Get the "match-base-dn" property definition.
- getMatchBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Get the "match-base-dn" property definition.
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns the matched DN associated with this result.
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getMatchedDN() - Method in class org.opends.dsml.protocol.LDAPResult
-
Gets the value of the matchedDN property.
- getMatchedDN() - Method in class org.opends.server.api.plugin.PluginResult.IntermediateResponse
-
- getMatchedDN() - Method in interface org.opends.server.api.plugin.PluginResult.OperationResult
-
- getMatchedDN() - Method in class org.opends.server.api.plugin.PluginResult.PostOperation
-
- getMatchedDN() - Method in class org.opends.server.api.plugin.PluginResult.PreOperation
-
- getMatchedDN() - Method in class org.opends.server.api.plugin.PluginResult.PreParse
-
- getMatchedDN() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateDelete
-
- getMatchedDN() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
-
- getMatchedDN() - Method in class org.opends.server.core.OperationWrapper
-
- getMatchedDN() - Method in class org.opends.server.protocols.ldap.AddResponseProtocolOp
-
Retrieves the matched DN for this response.
- getMatchedDN() - Method in class org.opends.server.protocols.ldap.BindResponseProtocolOp
-
Retrieves the matched DN for this response.
- getMatchedDN() - Method in class org.opends.server.protocols.ldap.CompareResponseProtocolOp
-
Retrieves the matched DN for this response.
- getMatchedDN() - Method in class org.opends.server.protocols.ldap.DeleteResponseProtocolOp
-
Retrieves the matched DN for this response.
- getMatchedDN() - Method in class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Retrieves the matched DN for this response.
- getMatchedDN() - Method in class org.opends.server.protocols.ldap.ModifyDNResponseProtocolOp
-
Retrieves the matched DN for this response.
- getMatchedDN() - Method in class org.opends.server.protocols.ldap.ModifyResponseProtocolOp
-
Retrieves the matched DN for this response.
- getMatchedDN() - Method in class org.opends.server.protocols.ldap.SearchResultDoneProtocolOp
-
Retrieves the matched DN for this response.
- getMatchedDN() - Method in exception org.opends.server.tools.LDAPConnectionException
-
Return the matched DN associated with this exception.
- getMatchedDN() - Method in class org.opends.server.types.AbstractOperation
-
- getMatchedDN() - Method in exception org.opends.server.types.DirectoryException
-
Retrieves the matched DN for this directory exception.
- getMatchedDN() - Method in exception org.opends.server.types.LDAPException
-
Retrieves the matched DN for this exception.
- getMatchedDN() - Method in interface org.opends.server.types.Operation
-
Retrieves the matched DN for this operation.
- getMatchedDN() - Method in interface org.opends.server.types.operation.InProgressOperation
-
Retrieves the matched DN for this operation.
- getMatchedDN() - Method in interface org.opends.server.types.operation.PostOperationOperation
-
Retrieves the matched DN for this operation.
- getMatchedDN() - Method in interface org.opends.server.types.operation.PostResponseOperation
-
Retrieves the matched DN for this operation.
- getMatchedDN() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
-
Retrieves the matched DN for this operation.
- getMatchedDN() - Method in class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
-
- getMatchedDN() - Method in class org.opends.server.types.SynchronizationProviderResult.StopProcessing
-
- getMatchedValuesControl() - Method in interface org.opends.server.core.SearchOperation
-
The matched values control associated with this search operation.
- getMatchedValuesControl() - Method in class org.opends.server.core.SearchOperationBasis
-
- getMatchedValuesControl() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getMatcherStartPos() - Method in class org.opends.server.authorization.dseecompat.AciBody
-
Get the start position in the ACI string of the ACI body.
- getMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns the matching rule for this matching rule use.
- getMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the matching rule with the specified name or numeric OID.
- getMatchingRule() - Method in class org.opends.dsml.protocol.MatchingRuleAssertion
-
Gets the value of the matchingRule property.
- getMatchingRule() - Method in class org.opends.guitools.controlpanel.ui.nodes.MatchingRuleTreeNode
-
Returns the matching rule definition represented by this node.
- getMatchingRule() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the matching rule for this matched values filter.
- getMatchingRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Matching Rule Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.30.
- getMatchingRuleID() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the matching rule ID for this matched values filter.
- getMatchingRuleID() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the matching rule ID for this extensible match filter.
- getMatchingRuleID() - Method in class org.opends.server.types.RawFilter
-
Retrieves the matching rule ID for this extensible match filter.
- getMatchingRuleID() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the matching rule ID for this extensible matching
filter.
- getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.client.JsonSchemaCfgClient
-
Gets the "matching-rule-name" property.
- getMatchingRuleName() - Method in interface org.forgerock.opendj.server.config.server.JsonSchemaCfg
-
Gets the "matching-rule-name" property.
- getMatchingRuleNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Get the "matching-rule-name" property definition.
- getMatchingRuleOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns the matching rule OID for this schema definition.
- getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.client.JsonSchemaCfgClient
-
Gets the "matching-rule-oid" property.
- getMatchingRuleOid() - Method in interface org.forgerock.opendj.server.config.server.JsonSchemaCfg
-
Gets the "matching-rule-oid" property.
- getMatchingRuleOidPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Get the "matching-rule-oid" property definition.
- getMatchingRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the matching rules
contained in this schema.
- getMatchingRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the matchingRules Attribute Type
which has the OID 2.5.21.4.
- getMatchingRuleText(MatchingRule) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the string representation of a matching rule.
- getMatchingRuleUse(MatchingRule) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the matching rule use associated with the provided matching rule,
or null if no use is defined.
- getMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the matching rule use with the specified name or numeric OID.
- getMatchingRuleUseAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the matchingRuleUse Attribute Type
which has the OID 2.5.21.8.
- getMatchingRuleUseDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Matching Rule Use Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.31.
- getMatchingRuleUses() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the matching rule
uses contained in this schema.
- getMatchPattern() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
-
Gets the "match-pattern" property.
- getMatchPattern() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
-
Gets the "match-pattern" property.
- getMatchPatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Get the "match-pattern" property definition.
- getMatchType() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the match type for this matched values filter.
- getMaxAllowedClientConnections() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "max-allowed-client-connections" property.
- getMaxAllowedClientConnections() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "max-allowed-client-connections" property.
- getMaxAllowedClientConnectionsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "max-allowed-client-connections" property definition.
- getMaxAllowedConnections() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the maximum number of connections that will be allowed at any given time.
- getMaxBlockedWriteTimeLimit() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
- getMaxBlockedWriteTimeLimit() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Retrieves the maximum length of time in milliseconds that attempts to write to LDAP client connections should be
allowed to block.
- getMaxBlockedWriteTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "max-blocked-write-time-limit" property.
- getMaxBlockedWriteTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "max-blocked-write-time-limit" property.
- getMaxBlockedWriteTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "max-blocked-write-time-limit" property.
- getMaxBlockedWriteTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "max-blocked-write-time-limit" property.
- getMaxBlockedWriteTimeLimit() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the maximum length of time in milliseconds that
attempts to write data to the client should be allowed to block.
- getMaxBlockedWriteTimeLimit() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
- getMaxBlockedWriteTimeLimit() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves the maximum length of time in milliseconds that attempts to write
to LDAP client connections should be allowed to block.
- getMaxBlockedWriteTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "max-blocked-write-time-limit" property definition.
- getMaxBlockedWriteTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "max-blocked-write-time-limit" property definition.
- getMaxChildren() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Return the maximum number of children to display.
- getMaxConcurrentOpsPerConnection() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "max-concurrent-ops-per-connection" property.
- getMaxConcurrentOpsPerConnection() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "max-concurrent-ops-per-connection" property.
- getMaxConcurrentOpsPerConnectionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "max-concurrent-ops-per-connection" property definition.
- getMaxConfigArchiveSize() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
-
Retrieves the maximum number of archived configurations that the
Directory Server should maintain.
- getMaxConnections() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the maximum number of client connections that have been
established concurrently.
- getMaxConsecutiveLength() - Method in interface org.forgerock.opendj.server.config.client.RepeatedCharactersPasswordValidatorCfgClient
-
Gets the "max-consecutive-length" property.
- getMaxConsecutiveLength() - Method in interface org.forgerock.opendj.server.config.server.RepeatedCharactersPasswordValidatorCfg
-
Gets the "max-consecutive-length" property.
- getMaxConsecutiveLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
-
Get the "max-consecutive-length" property definition.
- getMaxEntries() - Method in interface org.forgerock.opendj.server.config.client.FIFOEntryCacheCfgClient
-
Gets the "max-entries" property.
- getMaxEntries() - Method in interface org.forgerock.opendj.server.config.server.FIFOEntryCacheCfg
-
Gets the "max-entries" property.
- getMaxEntriesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Get the "max-entries" property definition.
- getMaximumDepth() - Method in class org.opends.server.types.SubtreeSpecification
-
Get the maximum depth of the subtree specification.
- getMaximumDuration() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalUserData
-
Returns the maximum duration that the purge can take in seconds.
- getMaximumDuration() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the maximum duration explicitly provided in the purge historical
replication subcommand.
- getMaximumDurationOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the maximum duration default value in the purge historical
replication subcommand.
- getMaximumUnit() - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
-
Get the maximum unit for this property definition if specified.
- getMaxInternalBufferSize() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "max-internal-buffer-size" property.
- getMaxInternalBufferSize() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "max-internal-buffer-size" property.
- getMaxInternalBufferSize() - Method in class org.opends.server.core.CoreConfigManager
-
Returns the threshold capacity beyond which internal cached buffers used
for encoding and decoding entries and protocol messages will be trimmed
after use.
- getMaxInternalBufferSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "max-internal-buffer-size" property definition.
- getMaxMemory() - Method in class org.opends.quicksetup.JavaArguments
-
Returns the maximum memory allowed to execute the command-line.
- getMaxMemory() - Method in class org.opends.server.core.MemoryQuota
-
Returns the maximum amount of memory the server will use when giving quotas.
- getMaxMemoryArgument(int) - Static method in class org.opends.quicksetup.JavaArguments
-
Returns the java argument to specify the maximum memory that can be used.
- getMaxMemoryGenericArgument() - Static method in class org.opends.quicksetup.JavaArguments
-
Returns a generic maximum memory argument (to be used in messages).
- getMaxMemoryPercent() - Method in interface org.forgerock.opendj.server.config.client.FIFOEntryCacheCfgClient
-
Gets the "max-memory-percent" property.
- getMaxMemoryPercent() - Method in interface org.forgerock.opendj.server.config.server.FIFOEntryCacheCfg
-
Gets the "max-memory-percent" property.
- getMaxMemoryPercentPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Get the "max-memory-percent" property definition.
- getMaxPasswordAge() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "max-password-age" property.
- getMaxPasswordAge() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "max-password-age" property.
- getMaxPasswordAge() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "max-password-age" property.
- getMaxPasswordAge() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getMaxPasswordAgePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "max-password-age" property definition.
- getMaxPasswordLength() - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
-
Gets the "max-password-length" property.
- getMaxPasswordLength() - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
-
Gets the "max-password-length" property.
- getMaxPasswordLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
-
Get the "max-password-length" property definition.
- getMaxPasswordResetAge() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "max-password-reset-age" property.
- getMaxPasswordResetAge() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "max-password-reset-age" property.
- getMaxPasswordResetAge() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "max-password-reset-age" property.
- getMaxPasswordResetAge() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getMaxPasswordResetAgePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "max-password-reset-age" property definition.
- getMaxPsearches() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "max-psearches" property.
- getMaxPsearches() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "max-psearches" property.
- getMaxPSearches() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the maximum number of concurrent persistent searches that will be allowed.
- getMaxPsearchesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "max-psearches" property definition.
- getMaxRcvWindow() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Get the maximum receive window size.
- getMaxReceiveBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the maximum size of the receive buffer in bytes.
- getMaxReceiveBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the maximum size of the receive buffer in bytes.
- getMaxReceiveDelay() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the maxReceiveDelay.
- getMaxReceiveQueue() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the maxReceiveQueue.
- getMaxRequestSize() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Retrieves the maximum ASN.1 element value length that will be allowed by this connection handler.
- getMaxRequestSize() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "max-request-size" property.
- getMaxRequestSize() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "max-request-size" property.
- getMaxRequestSize() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "max-request-size" property.
- getMaxRequestSize() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "max-request-size" property.
- getMaxRequestSize() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves the maximum ASN.1 element value length that will be allowed by
this connection handler.
- getMaxRequestSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "max-request-size" property definition.
- getMaxRequestSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "max-request-size" property definition.
- getMaxSendBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the maximum size of the send buffer in bytes.
- getMaxSendBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the maximum size of the send buffer in bytes.
- getMaxSendDelay() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the maxSendDelay.
- getMaxSendQueue() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the maxSendQueue.
- getMaxSendWindow() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Get the maximum send window size.
- getMaxTrailingArguments() - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the maximum number of unnamed trailing arguments that may be provided.
- getMaxWorkQueueCapacity() - Method in interface org.forgerock.opendj.server.config.client.TraditionalWorkQueueCfgClient
-
Gets the "max-work-queue-capacity" property.
- getMaxWorkQueueCapacity() - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
-
Gets the "max-work-queue-capacity" property.
- getMaxWorkQueueCapacityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
-
Get the "max-work-queue-capacity" property definition.
- getMBeanInfo() - Method in class org.opends.server.config.JMXMBean
-
Provides the exposed attributes and actions of the Dynamic MBean using an
MBeanInfo object.
- getMBeanInfo() - Method in class org.opends.server.extensions.JMXAlertHandler
-
Provides the exposed attributes and actions of the Dynamic MBean using an
MBeanInfo object.
- getMBeanServerConnection() - Method in class org.opends.server.protocols.jmx.OpendsJmxConnector
- getMBeanServerConnection(Subject) - Method in class org.opends.server.protocols.jmx.OpendsJmxConnector
- getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
-
Returns an instance of MDC.
- getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
-
Returns the class name of MDC.
- getMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the member Attribute Type
which has the OID 2.5.4.31.
- getMembers() - Method in class org.opends.server.api.Group
-
Retrieves an iterator that may be used to cursor through the
entries of the members contained in this group.
- getMembers(DN, SearchScope, SearchFilter) - Method in class org.opends.server.api.Group
-
Retrieves an iterator that may be used to cursor through the
entries of the members contained in this group.
- getMembers() - Method in class org.opends.server.extensions.DynamicGroup
-
- getMembers(DN, SearchScope, SearchFilter) - Method in class org.opends.server.extensions.DynamicGroup
-
- getMembers() - Method in class org.opends.server.extensions.StaticGroup
-
- getMembers(DN, SearchScope, SearchFilter) - Method in class org.opends.server.extensions.StaticGroup
-
- getMembers() - Method in class org.opends.server.extensions.VirtualStaticGroup
-
- getMembers(DN, SearchScope, SearchFilter) - Method in class org.opends.server.extensions.VirtualStaticGroup
-
- getMemberURLs() - Method in class org.opends.server.extensions.DynamicGroup
-
Retrieves the set of member URLs for this dynamic group.
- getMemoryQuota() - Method in interface org.opends.server.core.ServerContext
-
Returns the memory quota system for reserving long term memory.
- getMenuBar() - Method in class org.opends.guitools.controlpanel.ui.BrowseEntriesPanel
-
- getMenuBar() - Method in class org.opends.guitools.controlpanel.ui.ManageTasksPanel
-
- getMenuBar() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the menu bar that the panel might have.
- getMessage() - Method in interface com.example.opendj.client.ExamplePluginCfgClient
-
Gets the "message" property.
- getMessage() - Method in interface com.example.opendj.server.ExamplePluginCfg
-
Gets the "message" property.
- getMessage(AbstractManagedObjectDefinition<?, ?>, String) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18NResource
-
Get the internationalized message associated with the specified key in
the default locale.
- getMessage(AbstractManagedObjectDefinition<?, ?>, String, Locale) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18NResource
-
Get the internationalized message associated with the specified key and
locale.
- getMessage(AbstractManagedObjectDefinition<?, ?>, String, Locale, String...) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18NResource
-
Get the parameterized internationalized message associated with the
specified key and locale.
- getMessage(AbstractManagedObjectDefinition<?, ?>, String, String...) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionI18NResource
-
Get the parameterized internationalized message associated with the
specified key in the default locale.
- getMessage() - Method in class org.opends.dsml.protocol.ErrorResponse
-
Gets the value of the message property.
- getMessage() - Method in enum org.opends.guitools.controlpanel.datamodel.BasicMonitoringAttributes
-
- getMessage() - Method in interface org.opends.guitools.controlpanel.datamodel.MonitoringAttributes
-
Returns the message associated with the attribute (basically is the
localized name of the operation associated with the attribute).
- getMessage(BinaryValue, boolean) - Method in class org.opends.guitools.controlpanel.ui.components.BinaryCellPanel
-
Returns the message describing the provided binary value.
- getMessage(ObjectClassValue) - Method in class org.opends.guitools.controlpanel.ui.components.ObjectClassCellPanel
-
Returns the message describing the provided object class value.
- getMessage() - Method in class org.opends.guitools.controlpanel.ui.NoItemSelectedPanel
-
Returns the displayed message.
- getMessage(TopologyCacheException) - Method in class org.opends.quicksetup.Application
-
Returns a localized representation of a TopologyCacheException object.
- getMessage(TopologyCacheException) - Static method in class org.opends.quicksetup.util.Utils
-
Gets a localized representation of the provide TopologyCacheException.
- getMessage() - Method in exception org.opends.server.replication.protocol.NotSupportedOldVersionPDUException
-
Get the PDU message.
- getMessage() - Method in enum org.opends.server.tools.dsreplication.ReplicationCliReturnCode
-
Get the corresponding message.
- getMessage() - Method in class org.opends.server.types.AccountStatusNotification
-
Retrieves a message that provides additional information for this
account status notification.
- getMessageBody() - Method in interface org.forgerock.opendj.server.config.client.SMTPAlertHandlerCfgClient
-
Gets the "message-body" property.
- getMessageBody() - Method in interface org.forgerock.opendj.server.config.server.SMTPAlertHandlerCfg
-
Gets the "message-body" property.
- getMessageBodyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Get the "message-body" property definition.
- getMessageDigest(String) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getMessageDigest(String) - Method in interface org.opends.server.types.CryptoManager
-
Retrieves a MessageDigest object that may be used to
generate digests using the specified algorithm.
- getMessageForException(IOException, String) - Static method in class com.forgerock.opendj.cli.Utils
-
Returns a message object for the given IOException.
- getMessageForException(IOException) - Static method in class org.opends.quicksetup.util.Utils
-
Returns a message object for the given IOException.
- getMessageForJLabel(JavaArguments, JavaArguments, Font) - Static method in class org.opends.quicksetup.JavaArguments
-
Returns the message in HTML format to be used in a JLabel representing a
java arguments object.
- getMessageFromCollection(Collection<LocalizableMessage>, String) - Static method in class org.opends.quicksetup.util.Utils
-
This is a helper method that gets a LocalizableMessage representation of
the elements in the Collection of Messages.
- getMessageID() - Method in interface org.forgerock.opendj.ldap.RequestContext
-
Returns the message ID of the request, if available.
- getMessageID() - Method in class org.opends.server.core.OperationWrapper
-
- getMessageID() - Method in class org.opends.server.core.PersistentSearch
-
Gets the message ID associated with this persistent search.
- getMessageID() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the message ID for this LDAP message.
- getMessageID() - Method in class org.opends.server.types.AbstractOperation
-
- getMessageID() - Method in interface org.opends.server.types.Operation
-
Retrieves the message ID assigned to this operation.
- getMessageID() - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the message ID assigned to this operation.
- getMessageObject() - Method in exception com.forgerock.opendj.cli.ArgumentException
-
- getMessageObject() - Method in exception com.forgerock.opendj.cli.ClientException
-
- getMessageObject() - Method in exception org.forgerock.opendj.config.AdminException
-
- getMessageObject() - Method in exception org.forgerock.opendj.config.PropertyException
-
- getMessageObject() - Method in exception org.forgerock.opendj.config.server.ConfigException
-
Returns the message that explains the problem that occurred.
- getMessageObject() - Method in exception org.forgerock.opendj.ldap.DecodeException
-
- getMessageObject() - Method in exception org.opends.server.protocols.http.LocalizedHttpApplicationException
-
- getMessageObject() - Method in exception org.opends.server.types.OpenDsException
-
Returns the message that explains the problem that occurred.
- getMessagePropertyDefinition() - Method in class com.example.opendj.meta.ExamplePluginCfgDefn
-
Get the "message" property definition.
- getMessages() - Method in exception org.forgerock.opendj.config.client.OperationRejectedException
-
Gets an unmodifiable collection view of the messages describing the
constraint violations that occurred.
- getMessages() - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
-
Retrieves the set of messages that provide explanation for the processing
of the configuration changes.
- getMessagesAsSingleMessage() - Method in exception org.forgerock.opendj.config.client.OperationRejectedException
-
Creates a single message listing all the messages combined into a single
list separated by semi-colons.
- getMessagesRead() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of LDAP messages that have been received from
clients.
- getMessageSubject() - Method in interface org.forgerock.opendj.server.config.client.SMTPAccountStatusNotificationHandlerCfgClient
-
Gets the "message-subject" property.
- getMessageSubject() - Method in interface org.forgerock.opendj.server.config.client.SMTPAlertHandlerCfgClient
-
Gets the "message-subject" property.
- getMessageSubject() - Method in interface org.forgerock.opendj.server.config.server.SMTPAccountStatusNotificationHandlerCfg
-
Gets the "message-subject" property.
- getMessageSubject() - Method in interface org.forgerock.opendj.server.config.server.SMTPAlertHandlerCfg
-
Gets the "message-subject" property.
- getMessageSubjectPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the "message-subject" property definition.
- getMessageSubjectPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Get the "message-subject" property definition.
- getMessageSubType() - Method in class org.opends.server.tools.upgrade.FormattedNotificationCallback
-
Returns an integer which represents the message's sub-type.
- getMessagesWritten() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of LDAP messages that have been written to
clients.
- getMessageTemplateFile() - Method in interface org.forgerock.opendj.server.config.client.SMTPAccountStatusNotificationHandlerCfgClient
-
Gets the "message-template-file" property.
- getMessageTemplateFile() - Method in interface org.forgerock.opendj.server.config.server.SMTPAccountStatusNotificationHandlerCfg
-
Gets the "message-template-file" property.
- getMessageTemplateFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the "message-template-file" property definition.
- getMetaData() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getMethod() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the HTTP method/verb used for this request.
- getMethod() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getMethodName(int) - Method in class org.opends.server.plugins.profiler.ProfileStack
-
Retrieves the method name from the specified frame in the stack.
- getMethodName() - Method in class org.opends.server.plugins.profiler.ProfileStackFrame
-
Retrieves the method name for this stack frame.
- getMethodNames() - Method in class org.opends.server.plugins.profiler.ProfileStack
-
Retrieves the method names in this stack.
- getMib() - Method in class org.opends.server.snmp.DIRECTORY_SERVER_MIBImpl
-
Returns the created dsMIB group.
- getMinCharacterSets() - Method in interface org.forgerock.opendj.server.config.client.CharacterSetPasswordValidatorCfgClient
-
Gets the "min-character-sets" property.
- getMinCharacterSets() - Method in interface org.forgerock.opendj.server.config.server.CharacterSetPasswordValidatorCfg
-
Gets the "min-character-sets" property.
- getMinCharacterSetsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Get the "min-character-sets" property definition.
- getMinimumDepth() - Method in class org.opends.server.types.SubtreeSpecification
-
Get the minimum depth of the subtree specification.
- getMinimumHeight() - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Returns the minimum height of the panel.
- getMinimumWidth() - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Returns the minimum width of the panel.
- getMinorVersion() - Method in class org.opends.quicksetup.BuildInformation
-
Gets the minor version.
- getMinorVersion() - Method in class org.opends.server.util.BuildVersion
-
Returns the minor release version number.
- getMinPasswordAge() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "min-password-age" property.
- getMinPasswordAge() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "min-password-age" property.
- getMinPasswordAge() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "min-password-age" property.
- getMinPasswordAge() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getMinPasswordAgePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "min-password-age" property definition.
- getMinPasswordDifference() - Method in interface org.forgerock.opendj.server.config.client.SimilarityBasedPasswordValidatorCfgClient
-
Gets the "min-password-difference" property.
- getMinPasswordDifference() - Method in interface org.forgerock.opendj.server.config.server.SimilarityBasedPasswordValidatorCfg
-
Gets the "min-password-difference" property.
- getMinPasswordDifferencePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
-
Get the "min-password-difference" property definition.
- getMinPasswordLength() - Method in interface org.forgerock.opendj.server.config.client.LengthBasedPasswordValidatorCfgClient
-
Gets the "min-password-length" property.
- getMinPasswordLength() - Method in interface org.forgerock.opendj.server.config.server.LengthBasedPasswordValidatorCfg
-
Gets the "min-password-length" property.
- getMinPasswordLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
-
Get the "min-password-length" property definition.
- getMinSubstringLength() - Method in interface org.forgerock.opendj.server.config.client.AttributeValuePasswordValidatorCfgClient
-
Gets the "min-substring-length" property.
- getMinSubstringLength() - Method in interface org.forgerock.opendj.server.config.client.DictionaryPasswordValidatorCfgClient
-
Gets the "min-substring-length" property.
- getMinSubstringLength() - Method in interface org.forgerock.opendj.server.config.server.AttributeValuePasswordValidatorCfg
-
Gets the "min-substring-length" property.
- getMinSubstringLength() - Method in interface org.forgerock.opendj.server.config.server.DictionaryPasswordValidatorCfg
-
Gets the "min-substring-length" property.
- getMinSubstringLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Get the "min-substring-length" property definition.
- getMinSubstringLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Get the "min-substring-length" property definition.
- getMinTrailingArguments() - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the minimum number of unnamed trailing arguments that must be provided.
- getMinUniqueCharacters() - Method in interface org.forgerock.opendj.server.config.client.UniqueCharactersPasswordValidatorCfgClient
-
Gets the "min-unique-characters" property.
- getMinUniqueCharacters() - Method in interface org.forgerock.opendj.server.config.server.UniqueCharactersPasswordValidatorCfg
-
Gets the "min-unique-characters" property.
- getMinUniqueCharactersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
-
Get the "min-unique-characters" property definition.
- getMissingChanges() - Method in class org.opends.admin.ads.ReplicaDescriptor
-
Returns the number of missing changes.
- getMissingChanges() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNDescriptor
-
Returns the number of missing changes in the replication topology for
this base DN.
- getModification() - Method in class org.opends.dsml.protocol.ModifyRequest
-
Gets the value of the modification property.
- getModifications() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Returns a List containing the modifications included with this
modify request.
- getModifications(Entry, Entry, ControlPanelInfo) - Static method in class org.opends.guitools.controlpanel.task.ModifyEntryTask
-
Gets the modifications to apply between two entries.
- getModifications() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the set of modifications applied to attributes of the target
entry in the course of processing this modify DN operation.
- getModifications() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getModifications() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getModifications() - Method in interface org.opends.server.core.ModifyOperation
-
Retrieves the set of modifications for this modify operation.
- getModifications() - Method in class org.opends.server.core.ModifyOperationBasis
-
- getModifications() - Method in class org.opends.server.core.ModifyOperationWrapper
-
- getModifications() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the set of modifications that correspond to changes made in password policy processing
that may need to be applied to the user entry.
- getModifications() - Method in class org.opends.server.protocols.ldap.ModifyRequestProtocolOp
-
Retrieves the set of modifications for this modify request.
- getModifications() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
-
Retrieves the set of modifications applied to attributes of the
target entry in the course of processing this modify DN
operation.
- getModifications() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
-
Retrieves the set of modifications for this modify operation.
- getModifications() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
-
Retrieves the set of modifications applied to attributes of the
target entry in the course of processing this modify DN
operation.
- getModifications() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
-
Retrieves the set of modifications for this modify operation.
- getModifications() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
-
Retrieves the set of modifications applied to attributes of the
target entry in the course of processing this modify DN
operation.
- getModifications() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
-
Retrieves the set of modifications for this modify operation.
- getModifications() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Retrieves the set of modifications applied to attributes of the
target entry in the course of processing this modify DN
operation.
- getModifications() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
-
Retrieves the set of modifications for this modify operation.
- getModifications() - Method in class org.opends.server.util.ModifyChangeRecordEntry
-
Get the list of modifications.
- getModificationType() - Method in class org.forgerock.opendj.ldap.Modification
-
Returns the type of modification to be performed.
- getModificationType() - Method in class org.opends.server.protocols.ldap.LDAPModification
-
Retrieves the modification type for this modification.
- getModificationType() - Method in class org.opends.server.types.Modification
-
Retrieves the modification type for this modification.
- getModificationType() - Method in class org.opends.server.types.RawModification
-
Retrieves the modification type for this modification.
- getModifiedEntry() - Method in class org.opends.server.core.ModifyOperationBasis
-
Retrieves the modified entry that is to be written to the
backend.
- getModifiedEntry() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
-
Retrieves the modified entry that is to be written to the
backend.
- getModifiedEntry() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
-
Retrieves the modified entry that is to be written to the
backend.
- getModifiedEntry() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
-
Retrieves the modified entry that is to be written to the
backend.
- getModifiedEntry() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
-
Retrieves the modified entry that is to be written to the
backend.
- getModifiedEntry() - Method in class org.opends.server.workflowelement.localbackend.LocalBackendModifyOperation
-
Retrieves the modified entry that is to be written to the backend.
- getModifiedIndexes() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns a collection with all the modified indexes.
- getModifiersNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the modifiersName Attribute Type
which has the OID 2.5.18.4.
- getModifyDNRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a modify DN request
protocol op.
- getModifyDNRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of modify DN requests that have been received.
- getModifyDNResponseProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a modify DN response
protocol op.
- getModifyDNResponses() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of modify DN responses that have been sent.
- getModifyRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a modify request
protocol op.
- getModifyRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of modify requests that have been received.
- getModifyResponseProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a modify response
protocol op.
- getModifyResponses() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of modify responses that have been sent.
- getModifyTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the modifyTimestamp Attribute Type
which has the OID 2.5.18.2.
- getMods() - Method in class org.opends.server.replication.protocol.ModifyCommonMsg
-
Get the Modifications associated to the UpdateMsg to the provided value.
- getMonitor(MBeanServer) - Static method in class org.opends.server.snmp.SNMPMonitor
-
Gets the singleton SNMPMonitor object.
- getMonitorData() - Method in class org.opends.server.api.EntryCache
-
Retrieves a set of attributes containing monitor data that should
be returned to the client if the corresponding monitor entry is
requested.
- getMonitorData() - Method in class org.opends.server.api.MonitorProvider
-
Retrieves a set of attributes containing monitor data that should
be returned to the client if the corresponding monitor entry is
requested.
- getMonitorData() - Method in class org.opends.server.extensions.DefaultEntryCache
-
- getMonitorData() - Method in class org.opends.server.extensions.DiskSpaceMonitor
-
- getMonitorData() - Method in class org.opends.server.extensions.FIFOEntryCache
-
- getMonitorData() - Method in class org.opends.server.extensions.SoftReferenceEntryCache
-
- getMonitorData() - Method in class org.opends.server.monitors.ClientConnectionMonitorProvider
-
- getMonitorData() - Method in class org.opends.server.monitors.ConnectionHandlerMonitor
-
- getMonitorData() - Method in class org.opends.server.monitors.EntryCacheMonitorProvider
-
- getMonitorData() - Method in class org.opends.server.monitors.LocalBackendMonitor
-
- getMonitorData() - Method in class org.opends.server.monitors.MemoryUsageMonitorProvider
-
- getMonitorData() - Method in class org.opends.server.monitors.ParallelWorkQueueMonitor
-
- getMonitorData() - Method in class org.opends.server.monitors.StackTraceMonitorProvider
-
- getMonitorData() - Method in class org.opends.server.monitors.SystemInfoMonitorProvider
-
- getMonitorData() - Method in class org.opends.server.monitors.TraditionalWorkQueueMonitor
-
- getMonitorData() - Method in class org.opends.server.monitors.VersionMonitorProvider
-
- getMonitorData() - Method in class org.opends.server.protocols.http.HTTPStatistics
-
- getMonitorData() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
- getMonitorData() - Method in class org.opends.server.replication.server.DataServerHandler
-
- getMonitorData() - Method in class org.opends.server.replication.server.LightweightServerHandler
-
- getMonitorData() - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
- getMonitorData() - Method in class org.opends.server.replication.server.ReplicationServerHandler
-
- getMonitorData() - Method in class org.opends.server.replication.server.ServerHandler
-
- getMonitorData() - Method in class org.opends.server.replication.service.ReplicationMonitor
-
- getMonitoringEntries() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerDescriptor
-
Returns the monitoring entries.
- getMonitoringEntry() - Method in class org.opends.guitools.controlpanel.datamodel.BackendDescriptor
-
Returns the monitoring entry information.
- getMonitoringEntry(AddressConnectionHandlerDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlersMonitoringTableModel
-
- getMonitoringPeriod() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "monitoring-period" property.
- getMonitoringPeriod() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "monitoring-period" property.
- getMonitoringPeriodPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "monitoring-period" property definition.
- getMonitoringPublisherPeriod() - Method in class org.opends.server.replication.server.ReplicationServer
-
Get the monitoring publisher period value.
- getMonitoringValue(MonitoringAttributes, SearchResultEntry) - Static method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the monitoring value in a String form to be displayed to the user.
- getMonitoringValue(MonitoringAttributes, SearchResultEntry) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the monitoring value in a String form to be displayed to the user.
- getMonitorInstanceName() - Method in class org.opends.server.api.MonitorProvider
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.extensions.DiskSpaceMonitor
-
- getMonitorInstanceName() - Method in class org.opends.server.monitors.ClientConnectionMonitorProvider
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.monitors.ConnectionHandlerMonitor
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.monitors.EntryCacheMonitorProvider
-
- getMonitorInstanceName() - Method in class org.opends.server.monitors.LocalBackendMonitor
-
- getMonitorInstanceName() - Method in class org.opends.server.monitors.MemoryUsageMonitorProvider
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.monitors.ParallelWorkQueueMonitor
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.monitors.StackTraceMonitorProvider
-
- getMonitorInstanceName() - Method in class org.opends.server.monitors.SystemInfoMonitorProvider
-
- getMonitorInstanceName() - Method in class org.opends.server.monitors.TraditionalWorkQueueMonitor
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.monitors.VersionMonitorProvider
-
- getMonitorInstanceName() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.replication.server.DataServerHandler
-
- getMonitorInstanceName() - Method in class org.opends.server.replication.server.LightweightServerHandler
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.replication.server.ReplicationServer
-
Retrieves a printable name for this Replication Server Instance.
- getMonitorInstanceName() - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
- getMonitorInstanceName() - Method in class org.opends.server.replication.server.ReplicationServerHandler
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.replication.server.ServerHandler
-
Retrieves the name of this monitor provider.
- getMonitorInstanceName() - Method in class org.opends.server.replication.service.ReplicationMonitor
-
Retrieves the name of this monitor provider.
- getMonitorObjectClass() - Method in class org.opends.server.api.MonitorProvider
-
Retrieves the objectclass that should be included in the monitor
entry created from this monitor provider.
- getMonitorObjectClass() - Method in class org.opends.server.monitors.ConnectionHandlerMonitor
-
Retrieves the objectclass that should be included in the monitor entry
created from this monitor provider.
- getMonitorObjectClass() - Method in class org.opends.server.monitors.LocalBackendMonitor
-
Retrieves the objectclass that should be included in the monitor entry
created from this monitor provider.
- getMonitorObjectClass() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
- getMonitorProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Monitor Provider.
- getMonitorProvider(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Monitor Provider.
- getMonitorProviderDN(MonitorProvider<?>) - Static method in class org.opends.server.core.DirectoryServer
-
Construct the DN of a monitor provider entry.
- getMonitorProviders() - Method in class org.opends.server.config.JMXMBean
-
Retrieves the set of monitor providers associated with this JMX MBean.
- getMonitorProviders() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of monitor providers that have been registered with the
Directory Server, as a mapping between the monitor name (in all lowercase
characters) and the monitor implementation.
- getMonitorProvidersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "monitor-providers" relation definition.
- getMonitorSummary() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
- getMonitorSummary() - Method in class org.opends.server.api.ClientConnection
-
Retrieves a one-line summary of this client connection in a form
that is suitable for including in the monitor entry for the
associated connection handler.
- getMonitorSummary() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves a one-line summary of this client connection in a form
that is suitable for including in the monitor entry for the
associated connection handler.
- getMonitorSummary() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves a one-line summary of this client connection in a form
that is suitable for including in the monitor entry for the
associated connection handler.
- getMonitorSummary() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
- getMsgId() - Method in class org.opends.server.replication.protocol.EntryMsg
-
Return the msg id.
- getMsgID() - Method in class org.opends.server.replication.protocol.ErrorMsg
-
Get the msgID from this message.
- getMultiValueString(Iterable<Attribute>) - Static method in class org.opends.server.tasks.TaskUtils
-
Get the multiple string values of an entry attribute that is defined in the
schema as a multi-valued string attribute, and that is not expected to
have attribute options.
- getName() - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the name of this subcommand.
- getName() - Method in class com.forgerock.opendj.grizzly.GrizzlyTransportProvider
-
- getName() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the name of the definition.
- getName() - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Get the name of the managed object referred to by this path if
applicable.
- getName() - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Get the name of the property.
- getName() - Method in class org.forgerock.opendj.config.Reference
-
Gets the name of the referenced managed object.
- getName() - Method in class org.forgerock.opendj.config.RelationDefinition
-
Get the name of the relation.
- getName() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Returns the RDN value of the LDAP entry associated with this server managed object.
- getName() - Method in class org.forgerock.opendj.config.Tag
-
Gets the name of this tag.
- getName() - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the string representation of the distinguished name of this
entry.
- getName() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the distinguished name of the base entry relative to which the
search is to be performed.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getName() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
Returns the name of the Directory object that the client wishes to bind
as.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Returns the distinguished name of the entry to be compared.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
Returns the distinguished name of the entry to be deleted.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- getName() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Returns the distinguished name of the entry to be renamed.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Returns the distinguished name of the entry to be modified.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the distinguished name of the base entry relative to which the
search is to be performed.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- getName() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getName() - Method in class org.forgerock.opendj.ldap.ResultCode
-
Returns the short human-readable name of this result code.
- getName() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the name for this attribute syntax.
- getName() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the common name for this attribute syntax.
- getName() - Method in interface org.forgerock.opendj.ldap.spi.Provider
-
Returns the name of this provider.
- getName() - Method in interface org.forgerock.opendj.ldif.ChangeRecord
-
Returns the distinguished name of the entry being modified by this
ChangeRecord.
- getName() - Method in class org.forgerock.opendj.maven.doc.CommandLineTool
-
Returns the script name.
- getName() - Method in interface org.forgerock.opendj.server.config.client.BackendVLVIndexCfgClient
-
Gets the "name" property.
- getName() - Method in interface org.forgerock.opendj.server.config.server.BackendVLVIndexCfg
-
Gets the "name" property.
- getName() - Method in class org.forgerock.opendj.server.core.DataProviderID
-
Returns the data provider name associated with this data provider ID.
- getName() - Method in class org.opends.dsml.protocol.AttributeDescription
-
Gets the value of the name property.
- getName() - Method in class org.opends.dsml.protocol.AttributeValueAssertion
-
Gets the value of the name property.
- getName() - Method in class org.opends.dsml.protocol.DsmlAttr
-
Gets the value of the name property.
- getName() - Method in class org.opends.dsml.protocol.DsmlModification
-
Gets the value of the name property.
- getName() - Method in class org.opends.dsml.protocol.MatchingRuleAssertion
-
Gets the value of the name property.
- getName() - Method in class org.opends.dsml.protocol.SubstringFilter
-
Gets the value of the name property.
- getName() - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexDescriptor
-
Returns the name of the index.
- getName() - Method in class org.opends.guitools.controlpanel.datamodel.Action
-
Returns the name of the action.
- getName() - Method in class org.opends.guitools.controlpanel.datamodel.Category
-
Returns the name of the category.
- getName() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerDescriptor
-
Returns the name of the connection handler.
- getName(AddressConnectionHandlerDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlersMonitoringTableModel
-
- getName() - Method in class org.opends.guitools.controlpanel.ui.nodes.AbstractIndexTreeNode
-
Returns the name.
- getName() - Method in class org.opends.guitools.controlpanel.ui.nodes.SchemaElementTreeNode
-
Returns the name of the node.
- getName() - Method in class org.opends.quicksetup.BuildInformation
-
Gets the name of this build.
- getName() - Method in enum org.opends.server.api.plugin.PluginType
-
Retrieves the name for this plugin type.
- getName() - Method in class org.opends.server.authorization.dseecompat.Aci
-
Returns the name string of this ACI.
- getName() - Method in class org.opends.server.authorization.dseecompat.AciBody
-
Returns the name string.
- getName() - Method in interface org.opends.server.discovery.ServiceDiscoveryMechanism
-
Returns the name of the mechanism.
- getName() - Method in interface org.opends.server.extensions.ConnectionSecurityProvider
-
Return the name of a provider.
- getName() - Method in class org.opends.server.extensions.SASLByteChannel
-
- getName() - Method in class org.opends.server.extensions.TLSByteChannel
-
- getName() - Method in class org.opends.server.protocols.internal.SearchRequest
-
To be removed.
- getName() - Method in class org.opends.server.protocols.jmx.OpendsJmxPrincipal
-
- getName() - Method in class org.opends.server.snmp.SNMPInetAddressAcl
-
Gets the name of the acl.
- getName() - Method in class org.opends.server.snmp.SNMPUserAcl
- getName() - Method in class org.opends.server.tools.BackendCreationHelper.CreateIndex
-
Return the name of this default index.
- getName() - Method in class org.opends.server.tools.makeldif.AttributeValueTag
-
- getName() - Method in class org.opends.server.tools.makeldif.DNTag
-
- getName() - Method in class org.opends.server.tools.makeldif.FileTag
-
- getName() - Method in class org.opends.server.tools.makeldif.FirstNameTag
-
- getName() - Method in class org.opends.server.tools.makeldif.GUIDTag
-
- getName() - Method in class org.opends.server.tools.makeldif.IfAbsentTag
-
- getName() - Method in class org.opends.server.tools.makeldif.IfPresentTag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.LastNameTag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.ListTag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.ParentDNTag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.PresenceTag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.RandomTag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.RDNTag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.SequentialTag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.StaticTextTag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.Tag
-
Retrieves the name for this tag.
- getName() - Method in class org.opends.server.tools.makeldif.Template
-
Retrieves the name for this template.
- getName() - Method in class org.opends.server.tools.makeldif.UnderscoreDNTag
-
- getName() - Method in class org.opends.server.tools.makeldif.UnderscoreParentDNTag
-
- getName() - Method in enum org.opends.server.types.AccountStatusNotificationProperty
-
Retrieves the name for this account status notification property.
- getName() - Method in enum org.opends.server.types.AccountStatusNotificationType
-
Retrieves the name for this account status notification type.
- getName() - Method in class org.opends.server.types.Entry
-
Retrieves the distinguished name for this entry.
- getName() - Method in enum org.opends.server.types.ExistingFileBehavior
-
Retrieves the name for this existing file behavior.
- getName() - Method in class org.opends.server.types.NamedCharacterSet
-
Retrieves the name for this character set.
- getName() - Method in enum org.opends.server.types.Privilege
-
Retrieves the name for this privilege.
- getNameAndOptionalUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Name and Optional UID Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.34.
- getNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the name Attribute Type
which has the OID 2.5.4.41.
- getNameForm() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Retrieves the name form for this DIT structure rule.
- getNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the name form with the specified name or numeric OID.
- getNameFormDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Name Form Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.35.
- getNameForms() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the name forms
contained in this schema.
- getNameForms(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the name forms
associated with the provided structural object class.
- getNameFormsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the nameForms Attribute Type
which has the OID 2.5.21.7.
- getNameHeader() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlersMonitoringTableModel
-
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the name or OID for this schema definition.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns the name or structural class OID for this schema definition.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the name or OID for this schema definition.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns the name or matching rule OID for this schema definition.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns the name or numeric OID of this name form.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns the name or OID for this schema definition.
- getNameOrOIDsForATs(Collection<AttributeType>) - Static method in class org.opends.server.util.SchemaUtils
-
- getNameOrOIDsForOCs(Collection<ObjectClass>) - Static method in class org.opends.server.util.SchemaUtils
-
- getNameOrRuleID() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Retrieves the name or rule ID for this schema definition.
- getNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVLVIndexCfgDefn
-
Get the "name" property definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns an unmodifiable list containing the user-friendly names that may
be used to reference this name form.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNameToValueMap() - Method in class com.forgerock.opendj.cli.FileBasedArgument
-
Retrieves a map between the filenames specified on the command line and
the first lines read from those files.
- getNamingContexts() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of DNs identifying the context prefixes of
the naming contexts that the Directory Server masters or shadows (in part
or in whole).
- getNamingContexts(BackendConfigManager.NamingContextFilter...) - Method in class org.opends.server.core.BackendConfigManager
-
Retrieves naming contexts corresponding to backends, filtered with the combination of
all provided filters.
- getNamingContextsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the namingContexts Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.5.
- getNamingPropertyDefinition() - Method in exception org.forgerock.opendj.config.client.IllegalManagedObjectNameException
-
Get the naming property definition if applicable.
- getNamingPropertyDefinition() - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
Gets the naming property definition associated with this managed object.
- getNamingPropertyDefinition() - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
-
Get the property of the child managed object definition which should be
used for naming children.
- getNanoTime() - Static method in class org.opends.server.util.TimeThread
-
Retrieves the time in nanoseconds from the most precise available system
timer.
- getNeedClientCertificate() - Method in class org.opends.server.protocols.jmx.DirectoryRMIServerSocketFactory
-
Returns true if client authentication is required on SSL
connections accepted by server sockets created by this factory.
- getNestedGroupDNs() - Method in class org.opends.server.api.Group
-
Retrieves a list of the DNs of any nested groups whose members
should be considered members of this group.
- getNestedGroupDNs() - Method in class org.opends.server.extensions.DynamicGroup
-
- getNestedGroupDNs() - Method in class org.opends.server.extensions.StaticGroup
-
- getNestedGroupDNs() - Method in class org.opends.server.extensions.VirtualStaticGroup
-
- getNetworkTimeout() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getNewAttributeTypeWithNewSuperiorType(AttributeType, AttributeType) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Return a new attribute type with the provided new superior type.
- getNewAttributeTypeWithProperty(ServerContext, AttributeType, String, String...) - Static method in class org.opends.server.util.SchemaUtils
-
Returns the new updated attribute type with the provided extra property and its values.
- getNewDescriptor() - Method in class org.opends.guitools.controlpanel.event.ConfigurationChangeEvent
-
Returns the object describing the new configuration.
- getNewDN() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the new DN for the entry.
- getNewDN() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getNewDN() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getNewestChangeNumber() - Method in class org.opends.server.replication.server.ReplicationServer
-
Returns the newest change number in the change number index DB.
- getNewestECLCookie(Set<DN>) - Method in class org.opends.server.replication.server.ReplicationServer
-
Returns the newest cookie value.
- getNewestRecord() - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
-
Get the newest record stored in this DB.
- getNewLogs() - Method in class org.opends.quicksetup.event.ProgressUpdateEvent
-
Gets the new logs for the install progress.
- getNewObjectClasses() - Method in class org.opends.guitools.controlpanel.event.SuperiorObjectClassesChangedEvent
-
Returns the new superior object classes.
- getNewPassword() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Returns the desired password for the user, or null if a new
password should be generated.
- getNewPasswords() - Method in class org.opends.server.core.ModifyOperationBasis
-
Retrieves the set of clear-text new passwords for the user, if
available.
- getNewPasswords() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
-
Retrieves the set of clear-text new passwords for the user, if
available.
- getNewPasswords() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
-
Retrieves the set of clear-text new passwords for the user, if
available.
- getNewPasswords() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
-
Retrieves the set of clear-text new passwords for the user, if
available.
- getNewPasswords() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
-
Retrieves the set of clear-text new passwords for the user, if
available.
- getNewPasswords() - Method in class org.opends.server.workflowelement.localbackend.LocalBackendModifyOperation
-
Retrieves the set of clear-text new passwords for the user, if available.
- getNewRDN() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Returns the new RDN of the entry to be renamed.
- getNewrdn() - Method in class org.opends.dsml.protocol.ModifyDNRequest
-
Gets the value of the newrdn property.
- getNewRDN() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the new RDN to use for the entry.
- getNewRDN() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getNewRDN() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getNewRDN() - Method in class org.opends.server.protocols.ldap.ModifyDNRequestProtocolOp
-
Retrieves the new RDN for this modify DN request.
- getNewRDN() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
-
Get the new RDN of this operation.
- getNewRDN() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
-
Retrieves the new RDN to use for the entry.
- getNewRDN() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
-
Retrieves the new RDN to use for the entry.
- getNewRDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
-
Retrieves the new RDN to use for the entry.
- getNewRDN() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Retrieves the new RDN to use for the entry.
- getNewRDN() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
-
Retrieves the new RDN to use for the entry.
- getNewRDN() - Method in class org.opends.server.util.ModifyDNChangeRecordEntry
-
Get the new RDN for the requested modify DN operation.
- getNewStatus() - Method in class org.opends.server.replication.protocol.ChangeStatusMsg
-
Get the requested status.
- getNewSuffixOptions() - Method in class org.opends.quicksetup.UserData
-
Returns the NewSuffixOptions object representing the data in the New Suffix
Data Options panel.
- getNewSuperior() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Returns the distinguished name of an existing entry that will become the
immediate superior (parent) of the entry to be renamed.
- getNewSuperior() - Method in class org.opends.dsml.protocol.ModifyDNRequest
-
Gets the value of the newSuperior property.
- getNewSuperior() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the newSuperior DN for the entry.
- getNewSuperior() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getNewSuperior() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getNewSuperior() - Method in class org.opends.server.protocols.ldap.ModifyDNRequestProtocolOp
-
Retrieves the new superior DN for this modify DN request.
- getNewSuperior() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
-
Get the new superior.
- getNewSuperior() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
-
Retrieves the newSuperior DN for the entry.
- getNewSuperior() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
-
Retrieves the newSuperior DN for the entry.
- getNewSuperior() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
-
Retrieves the newSuperior DN for the entry.
- getNewSuperior() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Retrieves the newSuperior DN for the entry.
- getNewSuperior() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
-
Retrieves the newSuperior DN for the entry.
- getNewSuperiorDN() - Method in class org.opends.server.util.ModifyDNChangeRecordEntry
-
Get the new superior DN for the requested modify DN operation.
- getNewSuperiorEntryUUID() - Method in class org.opends.server.replication.protocol.ModifyDnContext
-
Get the unique Identifier of the new parent.
- getNewSuperiorEntryUUID() - Method in class org.opends.server.replication.protocol.ModifyDNMsg
-
Get the new superior id.
- getNextName() - Method in class org.opends.server.loggers.TimeStampNaming
-
- getNextVarEntryId(SnmpOid, long, Object) - Method in class org.opends.server.snmp.DsApplIfOpsTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class org.opends.server.snmp.DsIntTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextVarEntryId(SnmpOid, long, Object) - Method in class org.opends.server.snmp.DsTableMeta
-
Returns the arc of the next columnar object following "var".
- getNextWizardStep(WizardStep) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getNextWizardStep(WizardStep) - Method in class org.opends.quicksetup.installer.Installer
-
- getNextWizardStep(WizardStep) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the next step in the wizard given a current step.
- getNode() - Method in class org.opends.guitools.controlpanel.browser.AbstractNodeTask
-
Returns the node that is being searched/refreshed.
- getNode() - Method in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
Returns the basic node associated with the node info.
- getNodeInfoFromPath(TreePath) - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Find the BrowserNodeInfo associated to a TreePath and returns
the describing IBrowserNodeInfo.
- getNodes() - Method in class org.opends.guitools.controlpanel.ui.nodes.DndBrowserNodes
-
Returns the nodes that are being dragged (and dropped).
- getNoElementsFoundLabel() - Method in class org.opends.guitools.controlpanel.ui.DeleteBackendPanel
-
Returns the no backend found label.
- getNoPropertiesFileArgument() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the noPropertiesFile argument.
- getNormalizedName() - Method in class org.forgerock.opendj.config.Reference
-
Gets the normalized name of the referenced managed object.
- getNot() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the not property.
- getNOTComponent() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the subordinate filter component for NOT searches.
- getNOTComponent() - Method in class org.opends.server.types.RawFilter
-
Retrieves the subordinate filter component for NOT searches.
- getNotComponent() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the filter component for this NOT filter.
- getNotificationInfo() - Method in class org.opends.server.extensions.JMXAlertHandler
-
Retrieves information about the types of JMX notifications that may be
generated.
- getNotificationProperties() - Method in class org.opends.server.types.AccountStatusNotification
-
Retrieves a set of properties that may provide additional
information for this account status notification.
- getNotificationProperty(AccountStatusNotificationProperty) - Method in class org.opends.server.types.AccountStatusNotification
-
Retrieves the set of values for the specified account status
notification property.
- getNotificationSenderAddress() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
-
Gets the "notification-sender-address" property.
- getNotificationSenderAddress() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
-
Gets the "notification-sender-address" property.
- getNotificationSenderAddress() - Method in class org.opends.server.backends.task.TaskBackend
-
Retrieves the sender address that should be used for e-mail notifications
of task completion.
- getNotificationSenderAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Get the "notification-sender-address" property definition.
- getNotificationType() - Method in class org.opends.server.types.AccountStatusNotification
-
Retrieves the notification type for this account status
notification.
- getNotifyAbandonedOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "notify-abandoned-operations" property definition.
- getNotifyOnCompletionAddresses() - Method in class org.opends.server.backends.task.Task
-
Retrieves the set of e-mail addresses for the users that should receive a
notification message when processing for this task has completed.
- getNotifyOnErrorAddresses() - Method in class org.opends.server.backends.task.Task
-
Retrieves the set of e-mail addresses for the users that should receive a
notification message if processing for this task does not complete
successfully.
- getNotifyUponCompletionEmailAddresses() - Method in class org.opends.server.admin.client.cli.TaskScheduleArgs
-
Gets a list of email address to which an email will be sent when this
task completes.
- getNotifyUponCompletionEmailAddresses() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- getNotifyUponCompletionEmailAddresses() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Gets a list of email address to which an email will be sent when this
task completes.
- getNotifyUponCompletionEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
-
Gets a list of email address to which an email will be sent when this
task completes.
- getNotifyUponCompletionEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskTool
-
Gets a list of email address to which an email will be sent when this
task completes.
- getNotifyUponErrorEmailAddresses() - Method in class org.opends.server.admin.client.cli.TaskScheduleArgs
-
Gets a list of email address to which an email will be sent if this
task encounters an error during execution.
- getNotifyUponErrorEmailAddresses() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- getNotifyUponErrorEmailAddresses() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Gets a list of email address to which an email will be sent if this
task encounters an error during execution.
- getNotifyUponErrorEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
-
Gets the list of email address to which an email will be sent if this
task encounters an error during execution.
- getNotifyUponErrorEmailAddresses() - Method in class org.opends.server.tools.tasks.TaskTool
-
Gets a list of email address to which an email will be sent if this
task encounters an error during execution.
- getNumAck() - Method in class org.opends.server.replication.protocol.InitializeRcvAckMsg
-
Get the number of message acknowledged by this message.
- getNumAck() - Method in class org.opends.server.replication.protocol.WindowMsg
-
Get the number of message acknowledged by the Window message.
- getNumberEntries() - Method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Returns the number of entries that will be automatically generated.
- getNumberOfChildren(DN) - Method in class org.opends.server.api.LocalBackend
-
Retrieves the number of subordinates immediately below the requested entry.
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.BackupBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.ChangelogBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.ConfigurationBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.LDIFBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.MemoryBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.MonitorBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.NullBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.RootDSEBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.SchemaBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.task.TaskBackend
-
- getNumberOfChildren(DN) - Method in class org.opends.server.backends.TrustStoreBackend
-
- getNumberOfDomains() - Static method in class org.opends.server.replication.plugin.MultimasterReplication
-
Gets the number of handled domain objects.
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.api.LocalBackend
-
Retrieves the number of entries for the specified base DN including all entries from the requested entry to the
lowest level in the tree.
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.BackupBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.ChangelogBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.ConfigurationBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.LDIFBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.MemoryBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.MonitorBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.NullBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.RootDSEBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.SchemaBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.task.TaskBackend
-
- getNumberOfEntriesInBaseDN(DN) - Method in class org.opends.server.backends.TrustStoreBackend
-
- getNumberOfFiles() - Method in interface org.forgerock.opendj.server.config.client.FileCountLogRetentionPolicyCfgClient
-
Gets the "number-of-files" property.
- getNumberOfFiles() - Method in interface org.forgerock.opendj.server.config.server.FileCountLogRetentionPolicyCfg
-
Gets the "number-of-files" property.
- getNumberOfFilesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
-
Get the "number-of-files" property definition.
- getNumberOfOperations() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Returns the total number of operations initiated on this connection.
- getNumberOfOperations() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the total number of operations performed
on this connection.
- getNumberOfOperations() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
To be implemented.
- getNumberOfOperations() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
To be implemented.
- getNumberOfOperations() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Returns the total number of operations initiated on this
connection.
- getNumEntriesPerTemplate() - Method in class org.opends.server.tools.makeldif.Branch
-
Retrieves the number of entries that should be created below this branch
for each subordinate template.
- getNumEntriesPerTemplate() - Method in class org.opends.server.tools.makeldif.Template
-
Retrieves the number of entries that should be created for each subordinate
template.
- getNumericStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the numericStringMatch Matching Rule
which has the OID 2.5.13.8.
- getNumericStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the numericStringOrderingMatch Matching Rule
which has the OID 2.5.13.9.
- getNumericStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the numericStringSubstringsMatch Matching Rule
which has the OID 2.5.13.10.
- getNumericStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Numeric String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.36.
- getNumExportedEntries() - Method in class org.opends.server.replication.plugin.ReplLDIFOutputStream
-
Return the number of exported entries.
- getNumFrames() - Method in class org.opends.server.plugins.profiler.ProfileStack
-
Retrieves the number of frames in this stack.
- getNumLevels() - Method in class org.opends.server.authorization.dseecompat.ParentInheritance
-
Returns the number of levels counted.
- getNumLostConnections() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Get the number of times the connection was lost.
- getNumRequestHandlers() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "num-request-handlers" property.
- getNumRequestHandlers() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "num-request-handlers" property.
- getNumRequestHandlers() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "num-request-handlers" property.
- getNumRequestHandlers() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "num-request-handlers" property.
- getNumRequestHandlers(Integer, String) - Method in class org.opends.server.api.ConnectionHandler
-
Determine the number of request handlers.
- getNumRequestHandlersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "num-request-handlers" property definition.
- getNumRequestHandlersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "num-request-handlers" property definition.
- getNumSubordinateHacker() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
NUMSUBORDINATE HACK
Make the hacker public so that RefreshTask can use it.
- getNumSubOrdinates() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the number of subordinates of the entry.
- getNumSubOrdinates() - Method in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
Returns the value of numsubordinates for the entry
- getNumSubordinatesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the numSubordinates Attribute Type
which has the OID 1.3.6.1.4.1.453.16.2.103.
- getNumUpdateReplayThreads() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
-
Gets the "num-update-replay-threads" property.
- getNumUpdateReplayThreads() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Gets the "num-update-replay-threads" property.
- getNumUpdateReplayThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Get the "num-update-replay-threads" property definition.
- getNumValues() - Method in class org.opends.server.authorization.dseecompat.PatternRDN
-
Retrieves the number of attribute-value pairs contained in this
RDN pattern.
- getNumWorkerThreads() - Method in interface org.forgerock.opendj.server.config.client.ParallelWorkQueueCfgClient
-
Gets the "num-worker-threads" property.
- getNumWorkerThreads() - Method in interface org.forgerock.opendj.server.config.client.TraditionalWorkQueueCfgClient
-
Gets the "num-worker-threads" property.
- getNumWorkerThreads() - Method in interface org.forgerock.opendj.server.config.server.ParallelWorkQueueCfg
-
Gets the "num-worker-threads" property.
- getNumWorkerThreads() - Method in interface org.forgerock.opendj.server.config.server.TraditionalWorkQueueCfg
-
Gets the "num-worker-threads" property.
- getNumWorkerThreads() - Method in class org.opends.server.api.WorkQueue
-
Return the maximum number of worker threads that can be used by this
WorkQueue (The WorkQueue could have a thread pool which adjusts its size).
- getNumWorkerThreads() - Method in class org.opends.server.core.BoundedWorkQueueStrategy
-
Return the maximum number of worker threads that can be used by the
WorkQueue (The WorkQueue could have a thread pool which adjusts its size).
- getNumWorkerThreads() - Method in class org.opends.server.extensions.ParallelWorkQueue
-
Return the number of worker threads used by this WorkQueue.
- getNumWorkerThreads() - Method in class org.opends.server.extensions.TraditionalWorkQueue
-
Return the number of worker threads used by this WorkQueue.
- getNumWorkerThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ParallelWorkQueueCfgDefn
-
Get the "num-worker-threads" property definition.
- getNumWorkerThreadsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
-
Get the "num-worker-threads" property definition.
- getOAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the o Attribute Type
which has the OID 2.5.4.10.
- getObfuscatedCommandLineArguments(List<String>) - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the list of obfuscated command-line arguments.
- getObjectClass(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile
-
Get the principle object class associated with the specified definition.
- getObjectClass(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile.Wrapper
-
Get the principle object class associated with the specified
definition.
- getObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the object class with the specified name or numeric OID.
- getObjectClass() - Method in class org.opends.guitools.controlpanel.ui.nodes.ConfigurationObjectClassTreeNode
-
Returns the definition of the object class represented by this node.
- getObjectClass() - Method in class org.opends.guitools.controlpanel.ui.nodes.CustomObjectClassTreeNode
-
Returns the definition of the object class represented by this node.
- getObjectClass() - Method in class org.opends.guitools.controlpanel.ui.nodes.StandardObjectClassTreeNode
-
Returns the definition of the object class represented by this node.
- getObjectClassAttribute() - Method in class org.opends.server.types.Entry
-
Retrieves an attribute holding the objectclass information for
this entry.
- getObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the objectClass Attribute Type
which has the OID 2.5.4.0.
- getObjectClassDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Object Class Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.37.
- getObjectClassDescriptor(Iterable<ByteString>, Schema) - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Returns an object class value representing all the object class values of
the entry.
- getObjectClasses(AbstractManagedObjectDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile
-
Get all the object classes associated with the specified definition.
- getObjectClasses(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns an unmodifiable set containing the object classes associated with
the provided entry.
- getObjectClasses(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns an unmodifiable set containing the object classes associated with
the provided entry.
- getObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the object classes
contained in this schema.
- getObjectClasses() - Static method in class org.forgerock.opendj.security.OpenDJProviderSchema
-
Returns the set of LDAP object classes required in order to support the OpenDJ security provider.
- getObjectClasses() - Method in class org.opends.admin.ads.ReplicaDescriptor
-
Returns object classes of the backend attached to this replica.
- getObjectClasses() - Method in interface org.opends.server.core.AddOperation
-
Retrieves the set of processed objectclasses for the entry to add.
- getObjectClasses() - Method in class org.opends.server.core.AddOperationBasis
-
- getObjectClasses() - Method in class org.opends.server.core.AddOperationWrapper
-
- getObjectClasses() - Method in class org.opends.server.types.Entry
-
Retrieves the set of objectclasses defined for this entry.
- getObjectClasses() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
-
Retrieves the set of processed objectclasses for the entry to
add.
- getObjectClasses() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
-
Retrieves the set of processed objectclasses for the entry to
add.
- getObjectClasses() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
-
Retrieves the set of processed objectclasses for the entry to
add.
- getObjectClasses() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
-
Retrieves the set of processed objectclasses for the entry to
add.
- getObjectClassesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the objectClasses Attribute Type
which has the OID 2.5.21.6.
- getObjectClassSuperiorValues(ObjectClass) - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Returns the list of superior object classes (to top) for a given object class.
- getObjectClassToExclude() - Method in class org.opends.guitools.controlpanel.ui.components.SuperiorObjectClassesEditor
-
Returns the list of object classes that this panel will not display.
- getObjectClassToExclude() - Method in class org.opends.guitools.controlpanel.ui.SelectObjectClassesPanel
-
Returns the list of object classes that this panel will not display.
- getObjectClassType() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns the objectclass type for this objectclass.
- getObjectClassValue() - Method in class org.opends.guitools.controlpanel.ui.ObjectClassEditorPanel
-
Returns the object class value displayed by the panel.
- getObjectClassValues() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the object class values associated with the entry.
- getObjectClassValues() - Method in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
Returns the object class value of the entry that the nodes represents.
- getObjectIdentifierFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the objectIdentifierFirstComponentMatch Matching Rule
which has the OID 2.5.13.30.
- getObjectIdentifierMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the objectIdentifierMatch Matching Rule
which has the OID 2.5.13.0.
- getObjectName() - Method in interface org.opends.server.api.DirectoryServerMBean
-
Retrieves the JMX object name for this MBean.
- getObjectName() - Method in class org.opends.server.config.JMXMBean
-
Retrieves the JMX object name for this JMX MBean.
- getObjectName() - Method in class org.opends.server.extensions.JMXAlertHandler
-
Retrieves the JMX object name for this JMX alert handler.
- getObjectName() - Method in class org.opends.server.snmp.DIRECTORY_SERVER_MIBImpl
-
Returns the ObjectName of the dsMIB group.
- getObjectName() - Method in class org.opends.server.snmp.DsApplIfOpsEntryImpl
-
Returns the ObjectName of the SNMP entry MBean.
- getObjectName() - Method in interface org.opends.server.snmp.DsEntry
-
Returns the ObjectName of the SNMP Entry.
- getObjectName() - Method in class org.opends.server.snmp.DsTableEntryImpl
-
Gets the object of the entry.
- getOctetStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the octetStringMatch Matching Rule
which has the OID 2.5.13.17.
- getOctetStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the octetStringOrderingMatch Matching Rule
which has the OID 2.5.13.18.
- getOctetStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the octetStringSubstringsMatch Matching Rule
which has the OID 2.5.13.19.
- getOctetStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Octet String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.40.
- getOfflineDescriptionMessage() - Method in class org.opends.server.tools.ImportLDIF
-
- getOfflineDescriptionMessage() - Method in class org.opends.server.tools.tasks.TaskTool
-
- getOfflineReplicas() - Method in class org.opends.server.replication.server.ChangelogState
-
Returns the internal MultiDomainServerState for offline replicas.
- getOfflineSchemaModifications() - Method in class org.opends.server.schema.SchemaHandler
-
Returns the list of offline modifications made to the schema, which is built once when
initializing the schema.
- getOffset() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the positional offset of the target entry in the result set, if
applicable, where 1 is the first entry.
- getOffset() - Method in class org.opends.server.controls.VLVRequestControl
-
Retrieves the offset that indicates the beginning of the results page.
- getOID() - Method in class com.forgerock.opendj.ldap.controls.AccountUsabilityRequestControl
-
- getOID() - Method in class com.forgerock.opendj.ldap.controls.AccountUsabilityResponseControl
-
- getOID() - Method in class com.forgerock.opendj.ldap.controls.AffinityControl
-
- getOID() - Method in class com.forgerock.opendj.ldap.controls.RealAttributesOnlyRequestControl
-
- getOID() - Method in class com.forgerock.opendj.ldap.controls.TransactionIdControl
-
- getOID() - Method in class com.forgerock.opendj.ldap.controls.VirtualAttributesOnlyRequestControl
-
- getOID() - Method in class com.forgerock.opendj.ldap.extensions.GetConnectionIDExtendedRequest
-
- getOID() - Method in class com.forgerock.opendj.ldap.extensions.GetConnectionIDExtendedResult
-
- getOID() - Method in class com.forgerock.opendj.ldap.extensions.GetSymmetricKeyExtendedRequest
-
- getOID() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
- getOID() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedResult
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
-
- getOID() - Method in interface org.forgerock.opendj.ldap.controls.Control
-
Returns the numeric OID associated with this control.
- getOID() - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
-
Returns the numeric OID associated with this control decoder.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
- getOID() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
Returns the numeric OID associated with this extended request.
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getOID() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
-
- getOID() - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
-
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
Returns the numeric OID, if any, associated with this extended result.
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
Returns the numeric OID, if any, associated with this intermediate
response.
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getOID() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the OID for this schema definition.
- getOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the OID for this schema definition.
- getOID() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns the numeric OID of this name form.
- getOID() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns the OID for this schema definition.
- getOID() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the OID for this attribute syntax.
- getOID() - Method in interface org.opends.server.controls.ControlDecoder
-
Gets the OID of the control decoded by this decoded.
- getOID() - Method in class org.opends.server.protocols.ldap.ExtendedRequestProtocolOp
-
Retrieves the OID for this extended request.
- getOID() - Method in class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Retrieves the OID for this extended response.
- getOID() - Method in class org.opends.server.protocols.ldap.IntermediateResponseProtocolOp
-
Retrieves the OID for this intermediate response.
- getOID() - Method in class org.opends.server.types.Control
-
Retrieves the OID for this control.
- getOID() - Method in class org.opends.server.types.IntermediateResponse
-
Retrieves the OID for this intermediate response.
- getOIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the OID Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.38.
- getOldestChangeNumber() - Method in class org.opends.server.replication.server.ReplicationServer
-
Returns the oldest change number in the change number index DB.
- getOldestCSN() - Method in class org.opends.server.replication.plugin.EntryHistorical
-
Returns the oldest CSN stored in this entry historical attribute.
- getOldestCSNExcluding(MultiDomainServerState) - Method in class org.opends.server.replication.common.MultiDomainServerState
-
Returns the oldest Pair<DN, CSN> held in current object, excluding
the provided CSNs.
- getOldestModificationTime() - Method in class org.opends.server.schema.SchemaHandler
-
Returns the oldest modification time for schema files.
- getOldestRecord() - Method in interface org.opends.server.replication.server.changelog.api.ChangeNumberIndexDB
-
Get the oldest record stored in this DB.
- getOldestState() - Method in class org.opends.server.replication.server.ReplicationServerDomain
-
Returns the oldest known state for the domain, made of the oldest CSN
stored for each serverId.
- getOldPassword() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Returns the current password for the user, if known.
- getOmitMethodEntryArgumentsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Get the "omit-method-entry-arguments" property definition.
- getOmitMethodReturnValuePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Get the "omit-method-return-value" property definition.
- getOnError() - Method in class org.opends.dsml.protocol.BatchRequest
-
Gets the value of the onError property.
- getOpenConnections() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the number of open connection in the server.
- getOpenConnections() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the number of open connections on the server
- getOpendDJLoggingRoots() - Static method in class org.opends.server.loggers.JDKLogging
-
Returns the packages to be used as root for logging.
- getOpendmkJarfile() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "opendmk-jarfile" property.
- getOpendmkJarfile() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "opendmk-jarfile" property.
- getOpendmkJarfilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "opendmk-jarfile" property definition.
- getOpenDSJarFile() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the opends jar file.
- getOpenDSVersion() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the version of the server.
- getOpenidmCompatMode() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "openidm-compat-mode" property.
- getOpenidmCompatMode() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "openidm-compat-mode" property.
- getOpenidmCompatModePropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "openidm-compat-mode" property definition.
- getOpenidmPassword() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "openidm-password" property.
- getOpenidmPassword() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "openidm-password" property.
- getOpenidmPasswordPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "openidm-password" property definition.
- getOpenidmUrl() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "openidm-url" property.
- getOpenidmUrl() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "openidm-url" property.
- getOpenidmUrlPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "openidm-url" property definition.
- getOpenidmUsername() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "openidm-username" property.
- getOpenidmUsername() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "openidm-username" property.
- getOpenidmUsernamePropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "openidm-username" property definition.
- getOperatingSystem() - Static method in enum com.forgerock.opendj.util.OperatingSystem
-
Returns the operating system on which the JVM is running.
- getOperatingSystem() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the operating system on which the Directory Server is running.
- getOperatingSystem() - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the operating system on which the Directory Server is
running.
- getOperation() - Method in class org.opends.dsml.protocol.DsmlModification
-
Gets the value of the operation property.
- getOperation() - Method in class org.opends.server.backends.task.Task
-
Retrieves the operation used to create this task in the server.
- getOperation() - Method in class org.opends.server.core.OperationWrapper
-
- getOperation() - Method in class org.opends.server.types.IntermediateResponse
-
Retrieves the operation with which this intermediate response
message is associated.
- getOperationalAttribute(AttributeType) - Method in class org.opends.server.types.Entry
-
Retrieves the requested operational attribute element(s) for the
specified attribute type.
- getOperationalAttribute(AttributeDescription) - Method in class org.opends.server.types.Entry
-
Retrieves the requested operational attribute element(s) for the
specified attribute type.
- getOperationalAttributes() - Method in interface org.opends.server.core.AddOperation
-
Retrieves the set of processed operational attributes for the entry to add.
- getOperationalAttributes() - Method in class org.opends.server.core.AddOperationBasis
-
- getOperationalAttributes() - Method in class org.opends.server.core.AddOperationWrapper
-
- getOperationalAttributes() - Method in class org.opends.server.types.Entry
-
Retrieves the entire set of operational attributes for this
entry.
- getOperationalAttributes() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
-
Retrieves the set of processed operational attributes for the
entry to add.
- getOperationalAttributes() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
-
Retrieves the set of processed operational attributes for the
entry to add.
- getOperationalAttributes() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
-
Retrieves the set of processed operational attributes for the
entry to add.
- getOperationalAttributes() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
-
Retrieves the set of processed operational attributes for the
entry to add.
- getOperationID() - Method in interface org.forgerock.opendj.server.core.Operation
-
Retrieves the operation ID for this operation.
- getOperationID() - Method in class org.opends.server.core.OperationWrapper
-
- getOperationID() - Method in class org.opends.server.types.AbstractOperation
-
- getOperationID() - Method in interface org.opends.server.types.Operation
-
Retrieves the operation ID for this operation.
- getOperationID() - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the operation ID for this operation.
- getOperationInProgress(int) - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the operation in progress with the specified message ID.
- getOperationInProgress(int) - Method in class org.opends.server.api.ClientConnection
-
Retrieves the operation in progress with the specified message ID.
- getOperationInProgress(int) - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves the operation in progress with the specified message
ID.
- getOperationInProgress(int) - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the operation in progress with the specified message ID.
- getOperationInProgress(int) - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the operation in progress with the specified message ID.
- getOperationName() - Method in enum org.opends.server.types.OperationType
-
Retrieves the human-readable name for this operation type.
- getOperations() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
- getOperations() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedResult
-
- getOperationsAbandoned() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of operations that have been abandoned by
clients.
- getOperationsCompleted() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of operations for which the server has
completed processing.
- getOperationsInitiated() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of operations that have been initiated by
clients.
- getOperationsInProgress() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the set of operations in progress for this client connection.
- getOperationsInProgress() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the set of operations in progress for this client
connection.
- getOperationsInProgress() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves the set of operations in progress for this client
connection.
- getOperationsInProgress() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the set of operations in progress for this client connection.
- getOperationsInProgress() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the set of operations in progress for this client
connection.
- getOperationType() - Method in interface com.forgerock.opendj.ldap.extensions.PasswordPolicyStateOperation
-
Returns the type of operation.
- getOperationType() - Method in enum com.forgerock.opendj.ldap.extensions.PasswordPolicyStateOperationType
-
- getOperationType() - Method in exception org.forgerock.opendj.config.client.OperationRejectedException
-
Gets the type of operation that caused this exception.
- getOperationType() - Method in class org.opends.server.core.AbandonOperationBasis
-
- getOperationType() - Method in class org.opends.server.core.AddOperationBasis
-
- getOperationType() - Method in class org.opends.server.core.BindOperationBasis
-
- getOperationType() - Method in class org.opends.server.core.CompareOperationBasis
-
- getOperationType() - Method in class org.opends.server.core.DeleteOperationBasis
-
- getOperationType() - Method in class org.opends.server.core.ExtendedOperationBasis
-
- getOperationType() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getOperationType() - Method in class org.opends.server.core.ModifyOperationBasis
-
- getOperationType() - Method in class org.opends.server.core.OperationWrapper
-
- getOperationType() - Method in class org.opends.server.core.SearchOperationBasis
-
- getOperationType() - Method in class org.opends.server.core.UnbindOperationBasis
-
- getOperationType() - Method in interface org.opends.server.types.Operation
-
Retrieves the operation type for this operation.
- getOperationType() - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the operation type for this operation.
- getOperator() - Method in class org.opends.server.authorization.dseecompat.Target
-
Returns the operator of this expression.
- getOpsRejectedDueToQueueFull() - Method in class org.opends.server.extensions.TraditionalWorkQueue
-
Retrieves the total number of operations that have been rejected because
the work queue was already at its maximum capacity.
- getOpsSubmitted() - Method in class org.opends.server.extensions.ParallelWorkQueue
-
Retrieves the total number of operations that have been successfully
submitted to this work queue for processing since server startup.
- getOpsSubmitted() - Method in class org.opends.server.extensions.TraditionalWorkQueue
-
Retrieves the total number of operations that have been successfully
submitted to this work queue for processing since server startup.
- getOption(Option<T>) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the value associated to the provided Option or the option
default value, if there is no such option in this schema.
- getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable set containing the optional attributes for this
DIT content rule.
- getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns an unmodifiable set containing the optional attributes of this
name form.
- getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the optional attributes for this
object class and any superior object classes that it might have.
- getOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Returns an Iterable containing the options contained in this
attribute description.
- getOptions() - Method in class org.opends.server.discovery.Partition.Server
-
Return the connections options for this server.
- getOptionsRefSect1(String) - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Returns a generated DocBook XML RefSect1 element for all command options.
- getOr() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the or property.
- getOrderedAttributesToDelete(Collection<AttributeType>, Schema) - Static method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
Returns an ordered set of the attributes that must be deleted.
- getOrderedObjectClassesToDelete(Collection<ObjectClass>, Schema) - Static method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
Returns an ordered list of the object classes that must be deleted.
- getOrderedObjectClassesToDeleteFromAttrs(Collection<AttributeType>, Schema) - Static method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
Returns an ordered list of the object classes that must be deleted when
deleting a list of attributes that must be deleted.
- getOrderedSteps() - Method in class org.opends.quicksetup.installer.Installer
-
- getOrderedSteps() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Returns the list of all the steps in an ordered manner.
- getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the matching rule that should be used for ordering with this
attribute type.
- getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the default ordering matching rule that will be used for
attributes with this syntax.
- getOrderingMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the default ordering matching rule that will be used for
attributes with this syntax.
- getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns the name or OID of the ordering matching rule, if specified,
which should be used when comparing attributes using this sort key.
- getOrderingMatchingRule() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the ordering matching rule that should be used for this matched
values filter.
- getOrganizationalPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalPerson Object Class
which has the OID 2.5.6.7.
- getOrganizationalRoleObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalRole Object Class
which has the OID 2.5.6.8.
- getOrganizationalUnitObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalUnit Object Class
which has the OID 2.5.6.5.
- getOrganizationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organization Object Class
which has the OID 2.5.6.4.
- getOriginalEntry() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the current entry, before it is renamed.
- getOriginalEntry() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getOriginalEntry() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getOriginalEntry() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
-
Retrieves the current entry, before it is renamed.
- getOriginalEntry() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
-
Retrieves the current entry, before it is renamed.
- getOriginalEntry() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
-
Retrieves the current entry, before it is renamed.
- getOriginalEntry() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Retrieves the current entry, before it is renamed.
- getOriginalEntry() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
-
Retrieves the current entry, before it is renamed.
- getOriginalEntry() - Method in class org.opends.server.workflowelement.localbackend.LocalBackendModifyDNOperation
-
Retrieves the current entry, before it is renamed.
- getOtherMailboxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Other Mailbox Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.39.
- getOUAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the ou Attribute Type
which has the OID 2.5.4.11.
- getOutPrintStream() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the print stream for the output logs.
- getOutputLogs() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the output logs of the task.
- getOutputStream() - Method in class com.forgerock.opendj.cli.ConsoleApplication
-
Returns the application output stream.
- getOutsideDbs() - Method in class org.opends.quicksetup.Configuration
-
Returns a Set of relative paths containing the db paths outside the
installation.
- getOutsideLogs() - Method in class org.opends.quicksetup.Configuration
-
Returns a Set of relative paths containing the log paths outside the
installation.
- getOverrideSeverity() - Method in interface org.forgerock.opendj.server.config.client.ErrorLogPublisherCfgClient
-
Gets the "override-severity" property.
- getOverrideSeverity() - Method in interface org.forgerock.opendj.server.config.server.ErrorLogPublisherCfg
-
Gets the "override-severity" property.
- getOverrideSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
-
Get the "override-severity" property definition.
- getOverrideSeverityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "override-severity" property definition.
- getOwnerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the owner Attribute Type
which has the OID 2.5.4.32.
- getPanelTitle() - Method in class org.opends.quicksetup.ui.ProgressDialog
-
Returns the title of the panel.
- getParent() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the parent managed object definition, if applicable.
- getParent() - Method in class org.opends.guitools.controlpanel.ui.nodes.DndBrowserNodes
-
Returns the component that contains the nodes (for instance the tree in
the LDAP browser).
- getParentDefinition() - Method in class org.forgerock.opendj.config.RelationDefinition
-
Get the definition of the parent managed object.
- getParentDialog(Component) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the parent dialog of a component.
- getParentDN() - Method in class org.opends.server.tools.makeldif.TemplateEntry
-
Retrieves the DN of the parent entry for this template entry.
- getParentDNInSuffix(DN) - Method in class org.opends.server.core.BackendConfigManager
-
Retrieves the DN that is the immediate parent for this DN.
- getParentEntryUUID() - Method in class org.opends.server.replication.protocol.AddContext
-
Get the Unique Id of the parent of the added entry.
- getParentEntryUUID() - Method in class org.opends.server.replication.protocol.AddMsg
-
Get the parent unique id of this add msg.
- getParentPath() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Gets the name of the managed object which is the parent of the aggregated
managed objects.
- getParentThread() - Method in class org.opends.server.api.DirectoryThread
-
Retrieves a reference to the parent thread that created this
directory thread.
- getPartialManagedObject() - Method in exception org.forgerock.opendj.config.client.ManagedObjectDecodingException
-
Get the partially created managed object containing properties which were
successfully decoded and empty properties for those which were not (this
may include empty mandatory properties).
- getPartialManagedObject() - Method in exception org.forgerock.opendj.config.server.ServerManagedObjectDecodingException
-
Get the partially created server managed object containing properties
which were successfully decoded and empty properties for those which were
not (this may include empty mandatory properties).
- getPartitionId() - Method in class org.opends.server.discovery.Partition
-
Returns the ID for the partition.
- getPartitions(Collection<DN>) - Method in interface org.opends.server.discovery.ServiceDiscoveryMechanism
-
Returns the partitions.
- getPassword() - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Get the password which has to be used for the command.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Returns the password of the user that the client wishes to bind as.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the password of the user that the client wishes to bind as.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the password of the user that the client wishes to bind as.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the password of the user that the client wishes to bind as.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
Returns the password of the Directory object that the client wishes to
bind as.
- getPasswordAttribute() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "password-attribute" property.
- getPasswordAttribute() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "password-attribute" property.
- getPasswordAttribute() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "password-attribute" property.
- getPasswordAttribute() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "password-attribute" property.
- getPasswordAttribute() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "password-attribute" property.
- getPasswordAttribute() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getPasswordAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "password-attribute" property definition.
- getPasswordAttributePropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "password-attribute" property definition.
- getPasswordChangedTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the time that the password was last changed.
- getPasswordChangeRequiresCurrentPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "password-change-requires-current-password" property definition.
- getPasswordCharacterSet() - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
-
Gets the "password-character-set" property.
- getPasswordCharacterSet() - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
-
Gets the "password-character-set" property.
- getPasswordCharacterSetPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
-
Get the "password-character-set" property definition.
- getPasswordExpirationTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the time that the user's password should expire (if the expiration is in the future) or
did expire (if the expiration was in the past).
- getPasswordExpirationWarningInterval() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "password-expiration-warning-interval" property.
- getPasswordExpirationWarningInterval() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "password-expiration-warning-interval" property.
- getPasswordExpirationWarningInterval() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "password-expiration-warning-interval" property.
- getPasswordExpirationWarningInterval() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getPasswordExpirationWarningIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "password-expiration-warning-interval" property definition.
- getPasswordFormat() - Method in interface org.forgerock.opendj.server.config.client.RandomPasswordGeneratorCfgClient
-
Gets the "password-format" property.
- getPasswordFormat() - Method in interface org.forgerock.opendj.server.config.server.RandomPasswordGeneratorCfg
-
Gets the "password-format" property.
- getPasswordFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
-
Get the "password-format" property definition.
- getPasswordGenerator() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "password-generator" property.
- getPasswordGenerator(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Password Generator.
- getPasswordGenerator() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "password-generator" property.
- getPasswordGenerator(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Password Generator.
- getPasswordGenerator(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the password generator registered with the provided configuration
entry DN.
- getPasswordGenerator() - Method in class org.opends.server.core.PasswordPolicy
-
Retrieves the password generator that will be used with this password
policy.
- getPasswordGenerator() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getPasswordGeneratorDN() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "password-generator" property as a DN.
- getPasswordGeneratorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "password-generator" property definition.
- getPasswordGeneratorsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "password-generators" relation definition.
- getPasswordHistoryCount() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "password-history-count" property.
- getPasswordHistoryCount() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "password-history-count" property.
- getPasswordHistoryCount() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "password-history-count" property.
- getPasswordHistoryCount() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getPasswordHistoryCountPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "password-history-count" property definition.
- getPasswordHistoryDuration() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "password-history-duration" property.
- getPasswordHistoryDuration() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "password-history-duration" property.
- getPasswordHistoryDuration() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "password-history-duration" property.
- getPasswordHistoryDuration() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getPasswordHistoryDurationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "password-history-duration" property definition.
- getPasswordHistoryValues() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the password history state values for the user.
- getPasswordPoliciesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "password-policies" relation definition.
- getPasswordPolicy(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Password Policy.
- getPasswordPolicy(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Password Policy.
- getPasswordStorageScheme(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Password Storage Scheme.
- getPasswordStorageScheme(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Password Storage Scheme.
- getPasswordStorageScheme(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the password storage scheme defined in the specified
configuration entry.
- getPasswordStorageScheme(String) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the specified password storage scheme.
- getPasswordStorageSchemes() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of password storage schemes defined in the Directory
Server, as a mapping between the all-lowercase scheme name and the
corresponding implementation.
- getPasswordStorageSchemesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "password-storage-schemes" relation definition.
- getPasswordValidator() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "password-validator" property.
- getPasswordValidator(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Password Validator.
- getPasswordValidator() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "password-validator" property.
- getPasswordValidator(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Password Validator.
- getPasswordValidator(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the password validator registered with the provided configuration
entry DN.
- getPasswordValidatorDNs() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "password-validator" property as a set of DNs.
- getPasswordValidatorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "password-validator" property definition.
- getPasswordValidators() - Method in class org.opends.server.core.PasswordPolicy
-
Retrieves the set of password validators for this password policy.
- getPasswordValidators() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getPasswordValidatorsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "password-validators" relation definition.
- getPasswordValue(StringArgument, FileBasedArgument, StringArgument, PrintStream, PrintStream) - Static method in class org.opends.server.util.cli.LDAPConnectionArgumentParser
-
Commodity method that retrieves the password value analyzing the contents
of a string argument and of a file based argument.
- getPasswordValue(StringArgument, FileBasedArgument, String, PrintStream, PrintStream) - Static method in class org.opends.server.util.cli.LDAPConnectionArgumentParser
-
Commodity method that retrieves the password value analyzing the contents
of a string argument and of a file based argument.
- getPasswordValues() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the unmodifiable set of values for the password attribute from the user entry.
- getPath() - Method in class org.opends.guitools.controlpanel.datamodel.BackupDescriptor
-
Returns the directory where the backup is located.
- getPath() - Method in class org.opends.quicksetup.TempLogFile
-
Return the absolute path of the temp log file.
- getPath(String, String) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the absolute path for the given parentPath and relativePath.
- getPath(File) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the absolute path for the given file.
- getPath() - Method in class org.opends.server.types.BackupDirectory
-
Retrieves the path to the directory containing the backup file(s).
- getPattern() - Method in class org.forgerock.opendj.config.StringPropertyDefinition
-
Gets the optional regular expression pattern which values of this
property must match.
- getPatternSynopsis() - Method in class org.forgerock.opendj.config.StringPropertyDefinition
-
Gets the pattern synopsis of this string property definition in the
default locale.
- getPatternSynopsis(Locale) - Method in class org.forgerock.opendj.config.StringPropertyDefinition
-
Gets the optional pattern synopsis of this string property definition in
the specified locale.
- getPatternUsage() - Method in class org.forgerock.opendj.config.StringPropertyDefinition
-
Gets a user-friendly usage string representing the pattern which can be
used in error messages and help (e.g. for patterns which match a
host/port combination, the usage string "HOST:PORT" would be
appropriate).
- getPayload() - Method in class org.opends.server.replication.protocol.UpdateMsg
-
Get the payload of the UpdateMsg.
- getPBKDF2Iterations() - Method in interface org.forgerock.opendj.server.config.client.PBKDF2PasswordStorageSchemeCfgClient
-
Gets the "pbkdf2-iterations" property.
- getPBKDF2Iterations() - Method in interface org.forgerock.opendj.server.config.server.PBKDF2PasswordStorageSchemeCfg
-
Gets the "pbkdf2-iterations" property.
- getPBKDF2IterationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA256PasswordStorageSchemeCfgDefn
-
Get the "pbkdf2-iterations" property definition.
- getPBKDF2IterationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA512PasswordStorageSchemeCfgDefn
-
Get the "pbkdf2-iterations" property definition.
- getPBKDF2IterationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2PasswordStorageSchemeCfgDefn
-
Get the "pbkdf2-iterations" property definition.
- getPduType() - Method in exception org.opends.server.replication.protocol.NotSupportedOldVersionPDUException
-
Get the PDU type.
- getPeerAddress() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the InetSocketAddress associated with the remote system.
- getPeerAddress() - Method in interface org.forgerock.opendj.server.core.Operation
-
Returns the InetSocketAddress associated with the remote system.
- getPendingValues() - Method in interface org.forgerock.opendj.config.client.spi.Property
-
Get an immutable set view of this property's pending values.
- getPersistentSearches() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the set of persistent searches registered for this client.
- getPersistentSearches() - Method in class org.opends.server.api.LocalBackend
-
Returns the persistent searches currently active against this local
backend.
- getPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the person Object Class
which has the OID 2.5.6.6.
- getPhysicalDeliveryOfficeNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the physicalDeliveryOfficeName Attribute Type
which has the OID 2.5.4.19.
- getPkiCaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the pkiCA Object Class
which has the OID 2.5.6.22.
- getPkiUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the pkiUser Object Class
which has the OID 2.5.6.21.
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.api.PasswordStorageScheme
-
Retrieves the original plaintext value for the provided stored
password.
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.AESPasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.BlowfishPasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.RC4PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.SHA1PasswordStorageScheme
-
- getPlaintextValue(ByteSequence) - Method in class org.opends.server.extensions.TripleDESPasswordStorageScheme
-
- getPluggableType() - Method in class org.opends.guitools.controlpanel.datamodel.BackendDescriptor
-
Get the type of pluggable backend.
- getPlugin(String) - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the named Plugin.
- getPlugin(String) - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the named Plugin.
- getPluginConfigManager() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves a reference to the Directory Server plugin configuration manager.
- getPluginEntryDN() - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
-
Retrieves the DN of the configuration entry for this plugin.
- getPluginOrderIntermediateResponse() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-intermediate-response" property.
- getPluginOrderIntermediateResponse() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-intermediate-response" property.
- getPluginOrderIntermediateResponsePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-intermediate-response" property definition.
- getPluginOrderLDIFExport() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-ldif-export" property.
- getPluginOrderLDIFExport() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-ldif-export" property.
- getPluginOrderLDIFExportPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-ldif-export" property definition.
- getPluginOrderLDIFImport() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-ldif-import" property.
- getPluginOrderLDIFImport() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-ldif-import" property.
- getPluginOrderLDIFImportBegin() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-ldif-import-begin" property.
- getPluginOrderLDIFImportBegin() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-ldif-import-begin" property.
- getPluginOrderLDIFImportBeginPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-ldif-import-begin" property definition.
- getPluginOrderLDIFImportEnd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-ldif-import-end" property.
- getPluginOrderLDIFImportEnd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-ldif-import-end" property.
- getPluginOrderLDIFImportEndPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-ldif-import-end" property definition.
- getPluginOrderLDIFImportPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-ldif-import" property definition.
- getPluginOrderPostConnect() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-connect" property.
- getPluginOrderPostConnect() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-connect" property.
- getPluginOrderPostConnectPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-connect" property definition.
- getPluginOrderPostDisconnect() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-disconnect" property.
- getPluginOrderPostDisconnect() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-disconnect" property.
- getPluginOrderPostDisconnectPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-disconnect" property definition.
- getPluginOrderPostOperationAbandon() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-abandon" property.
- getPluginOrderPostOperationAbandon() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-abandon" property.
- getPluginOrderPostOperationAbandonPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-abandon" property definition.
- getPluginOrderPostOperationAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-add" property.
- getPluginOrderPostOperationAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-add" property.
- getPluginOrderPostOperationAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-add" property definition.
- getPluginOrderPostOperationBind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-bind" property.
- getPluginOrderPostOperationBind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-bind" property.
- getPluginOrderPostOperationBindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-bind" property definition.
- getPluginOrderPostOperationCompare() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-compare" property.
- getPluginOrderPostOperationCompare() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-compare" property.
- getPluginOrderPostOperationComparePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-compare" property definition.
- getPluginOrderPostOperationDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-delete" property.
- getPluginOrderPostOperationDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-delete" property.
- getPluginOrderPostOperationDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-delete" property definition.
- getPluginOrderPostOperationExtended() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-extended" property.
- getPluginOrderPostOperationExtended() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-extended" property.
- getPluginOrderPostOperationExtendedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-extended" property definition.
- getPluginOrderPostOperationModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-modify" property.
- getPluginOrderPostOperationModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-modify" property.
- getPluginOrderPostOperationModifyDN() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-modify-dn" property.
- getPluginOrderPostOperationModifyDN() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-modify-dn" property.
- getPluginOrderPostOperationModifyDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-modify-dn" property definition.
- getPluginOrderPostOperationModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-modify" property definition.
- getPluginOrderPostOperationSearch() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-search" property.
- getPluginOrderPostOperationSearch() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-search" property.
- getPluginOrderPostOperationSearchPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-search" property definition.
- getPluginOrderPostOperationUnbind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-operation-unbind" property.
- getPluginOrderPostOperationUnbind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-operation-unbind" property.
- getPluginOrderPostOperationUnbindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-operation-unbind" property definition.
- getPluginOrderPostResponseAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-response-add" property.
- getPluginOrderPostResponseAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-response-add" property.
- getPluginOrderPostResponseAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-response-add" property definition.
- getPluginOrderPostResponseBind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-response-bind" property.
- getPluginOrderPostResponseBind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-response-bind" property.
- getPluginOrderPostResponseBindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-response-bind" property definition.
- getPluginOrderPostResponseCompare() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-response-compare" property.
- getPluginOrderPostResponseCompare() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-response-compare" property.
- getPluginOrderPostResponseComparePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-response-compare" property definition.
- getPluginOrderPostResponseDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-response-delete" property.
- getPluginOrderPostResponseDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-response-delete" property.
- getPluginOrderPostResponseDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-response-delete" property definition.
- getPluginOrderPostResponseExtended() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-response-extended" property.
- getPluginOrderPostResponseExtended() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-response-extended" property.
- getPluginOrderPostResponseExtendedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-response-extended" property definition.
- getPluginOrderPostResponseModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-response-modify" property.
- getPluginOrderPostResponseModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-response-modify" property.
- getPluginOrderPostResponseModifyDN() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-response-modify-dn" property.
- getPluginOrderPostResponseModifyDN() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-response-modify-dn" property.
- getPluginOrderPostResponseModifyDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-response-modify-dn" property definition.
- getPluginOrderPostResponseModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-response-modify" property definition.
- getPluginOrderPostResponseSearch() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-response-search" property.
- getPluginOrderPostResponseSearch() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-response-search" property.
- getPluginOrderPostResponseSearchPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-response-search" property definition.
- getPluginOrderPostSynchronizationAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-synchronization-add" property.
- getPluginOrderPostSynchronizationAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-synchronization-add" property.
- getPluginOrderPostSynchronizationAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-synchronization-add" property definition.
- getPluginOrderPostSynchronizationDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-synchronization-delete" property.
- getPluginOrderPostSynchronizationDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-synchronization-delete" property.
- getPluginOrderPostSynchronizationDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-synchronization-delete" property definition.
- getPluginOrderPostSynchronizationModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-synchronization-modify" property.
- getPluginOrderPostSynchronizationModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-synchronization-modify" property.
- getPluginOrderPostSynchronizationModifyDN() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-post-synchronization-modify-dn" property.
- getPluginOrderPostSynchronizationModifyDN() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-post-synchronization-modify-dn" property.
- getPluginOrderPostSynchronizationModifyDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-synchronization-modify-dn" property definition.
- getPluginOrderPostSynchronizationModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-post-synchronization-modify" property definition.
- getPluginOrderPreOperationAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-operation-add" property.
- getPluginOrderPreOperationAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-operation-add" property.
- getPluginOrderPreOperationAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-operation-add" property definition.
- getPluginOrderPreOperationBind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-operation-bind" property.
- getPluginOrderPreOperationBind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-operation-bind" property.
- getPluginOrderPreOperationBindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-operation-bind" property definition.
- getPluginOrderPreOperationCompare() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-operation-compare" property.
- getPluginOrderPreOperationCompare() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-operation-compare" property.
- getPluginOrderPreOperationComparePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-operation-compare" property definition.
- getPluginOrderPreOperationDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-operation-delete" property.
- getPluginOrderPreOperationDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-operation-delete" property.
- getPluginOrderPreOperationDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-operation-delete" property definition.
- getPluginOrderPreOperationExtended() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-operation-extended" property.
- getPluginOrderPreOperationExtended() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-operation-extended" property.
- getPluginOrderPreOperationExtendedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-operation-extended" property definition.
- getPluginOrderPreOperationModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-operation-modify" property.
- getPluginOrderPreOperationModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-operation-modify" property.
- getPluginOrderPreOperationModifyDN() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-operation-modify-dn" property.
- getPluginOrderPreOperationModifyDN() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-operation-modify-dn" property.
- getPluginOrderPreOperationModifyDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-operation-modify-dn" property definition.
- getPluginOrderPreOperationModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-operation-modify" property definition.
- getPluginOrderPreOperationSearch() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-operation-search" property.
- getPluginOrderPreOperationSearch() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-operation-search" property.
- getPluginOrderPreOperationSearchPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-operation-search" property definition.
- getPluginOrderPreParseAbandon() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-abandon" property.
- getPluginOrderPreParseAbandon() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-abandon" property.
- getPluginOrderPreParseAbandonPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-abandon" property definition.
- getPluginOrderPreParseAdd() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-add" property.
- getPluginOrderPreParseAdd() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-add" property.
- getPluginOrderPreParseAddPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-add" property definition.
- getPluginOrderPreParseBind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-bind" property.
- getPluginOrderPreParseBind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-bind" property.
- getPluginOrderPreParseBindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-bind" property definition.
- getPluginOrderPreParseCompare() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-compare" property.
- getPluginOrderPreParseCompare() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-compare" property.
- getPluginOrderPreParseComparePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-compare" property definition.
- getPluginOrderPreParseDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-delete" property.
- getPluginOrderPreParseDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-delete" property.
- getPluginOrderPreParseDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-delete" property definition.
- getPluginOrderPreParseExtended() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-extended" property.
- getPluginOrderPreParseExtended() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-extended" property.
- getPluginOrderPreParseExtendedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-extended" property definition.
- getPluginOrderPreParseModify() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-modify" property.
- getPluginOrderPreParseModify() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-modify" property.
- getPluginOrderPreParseModifyDN() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-modify-dn" property.
- getPluginOrderPreParseModifyDN() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-modify-dn" property.
- getPluginOrderPreParseModifyDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-modify-dn" property definition.
- getPluginOrderPreParseModifyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-modify" property definition.
- getPluginOrderPreParseSearch() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-search" property.
- getPluginOrderPreParseSearch() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-search" property.
- getPluginOrderPreParseSearchPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-search" property definition.
- getPluginOrderPreParseUnbind() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-pre-parse-unbind" property.
- getPluginOrderPreParseUnbind() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-pre-parse-unbind" property.
- getPluginOrderPreParseUnbindPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-pre-parse-unbind" property definition.
- getPluginOrderSearchResultEntry() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-search-result-entry" property.
- getPluginOrderSearchResultEntry() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-search-result-entry" property.
- getPluginOrderSearchResultEntryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-search-result-entry" property definition.
- getPluginOrderSearchResultReference() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-search-result-reference" property.
- getPluginOrderSearchResultReference() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-search-result-reference" property.
- getPluginOrderSearchResultReferencePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-search-result-reference" property definition.
- getPluginOrderShutdown() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-shutdown" property.
- getPluginOrderShutdown() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-shutdown" property.
- getPluginOrderShutdownPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-shutdown" property definition.
- getPluginOrderStartup() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-startup" property.
- getPluginOrderStartup() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-startup" property.
- getPluginOrderStartupPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-startup" property definition.
- getPluginOrderSubordinateDelete() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-subordinate-delete" property.
- getPluginOrderSubordinateDelete() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-subordinate-delete" property.
- getPluginOrderSubordinateDeletePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-subordinate-delete" property definition.
- getPluginOrderSubordinateModifyDN() - Method in interface org.forgerock.opendj.server.config.client.PluginRootCfgClient
-
Gets the "plugin-order-subordinate-modify-dn" property.
- getPluginOrderSubordinateModifyDN() - Method in interface org.forgerock.opendj.server.config.server.PluginRootCfg
-
Gets the "plugin-order-subordinate-modify-dn" property.
- getPluginOrderSubordinateModifyDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugin-order-subordinate-modify-dn" property definition.
- getPluginRoot() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the Plugin Root.
- getPluginRoot() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the Plugin Root.
- getPluginRootRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "plugin-root" relation definition.
- getPluginsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Get the "plugins" relation definition.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.ChangeNumberControlPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.EntryUUIDPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.LastModPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.LDAPAttributeDescriptionListPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyImportPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.PluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.ProfilerPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.SevenBitCleanPluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.ChangeNumberControlPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.EntryUUIDPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.LastModPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.LDAPAttributeDescriptionListPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.PluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.ProfilerPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.SevenBitCleanPluginCfg
-
Gets the "plugin-type" property.
- getPluginType() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
-
Gets the "plugin-type" property.
- getPluginTypeNames() - Static method in enum org.opends.server.api.plugin.PluginType
-
Retrieves a hash set containing the names of all the plugin
types.
- getPluginTypePropertyDefinition() - Method in class com.example.opendj.meta.ExamplePluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class opendj.meta.MsadPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FractionalLDIFImportPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPAttributeDescriptionListPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Get the "plugin-type" property definition.
- getPluginTypes() - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
-
Retrieves the plugin types for which this plugin is registered.
- getPluralName() - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
-
Get the plural name of the relation.
- getPluralName() - Method in class org.forgerock.opendj.config.SetRelationDefinition
-
Gets the plural name of the relation.
- getPointVersion() - Method in class org.opends.quicksetup.BuildInformation
-
Gets the point version.
- getPointVersion() - Method in class org.opends.server.util.BuildVersion
-
Returns the point release version number.
- getPollInterval() - Method in interface org.forgerock.opendj.server.config.client.LDIFConnectionHandlerCfgClient
-
Gets the "poll-interval" property.
- getPollInterval() - Method in interface org.forgerock.opendj.server.config.server.LDIFConnectionHandlerCfg
-
Gets the "poll-interval" property.
- getPollIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Get the "poll-interval" property definition.
- getPoolingPeriod() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the pooling period in milliseconds.
- getPoolingPeriod() - Method in class org.opends.guitools.controlpanel.ui.RefreshOptionsPanel
-
Returns the time specified by the user in milliseconds.
- getPort() - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Get the port which has to be used for the command.
- getPort() - Method in class org.forgerock.opendj.grizzly.GrizzlyLDAPConnectionFactory
-
- getPort() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Returns the port of the Directory Server.
- getPort() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the port number of the LDAP server referenced by this LDAP URL.
- getPort() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Returns the remote port number used by the connections created by this factory.
- getPort() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerDescriptor
-
Returns the port of the connection handler.
- getPort() - Method in class org.opends.guitools.controlpanel.ui.LocalOrRemotePanel
-
Returns the displayed administration port.
- getPort() - Method in class org.opends.quicksetup.Configuration
-
Provides the LDAP port as is specified in the config.ldif file.
- getPort() - Method in class org.opends.quicksetup.installer.AuthenticationData
-
Returns the server LDAP port.
- getPort() - Method in exception org.opends.quicksetup.UserDataCertificateException
-
Returns the port we tried to connect to when this exception was generated.
- getPort() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Get the port which has to be used for the command.
- getPort() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliParser
-
Get the port which has to be used for the command.
- getPort() - Method in class org.opends.server.types.HostPort
-
Retrieves the port number for this HostPort object.
- getPort() - Method in class org.opends.server.types.LDAPURL
-
Retrieves the port for this LDAP URL.
- getPort() - Method in class org.openidentityplatform.opendj.embedded.Config
-
- getPortArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'port' global argument.
- getPortDestination() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the destination server port explicitly provided in the initialize
replication subcommand.
- getPortDestination() - Method in class org.opends.server.tools.dsreplication.SourceDestinationServerUserData
-
Returns the port of the destination server.
- getPortDestinationOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the destination server port default value in the initialize
replication subcommand.
- getPortFromConfig() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Returns the port to be used according to the configuration and the
arguments provided by the user.
- getPortNumber() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Gets the port number name that should be used for connections based on this
interaction.
- getPortSource() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the source server port explicitly provided in the initialize
replication subcommand.
- getPortSource() - Method in class org.opends.server.tools.dsreplication.SourceDestinationServerUserData
-
Returns the port of the source server.
- getPortSourceOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the source server port default value in the initialize replication
subcommand.
- getPortToDisable() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the server port explicitly provided in the disable replication
subcommand.
- getPortToDisableOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the server port default value in the disable replication
subcommand.
- getPortToInitializeAllOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the server port default value in the initialize all replication
subcommand.
- getPortToStatusOrDefault() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the server port default value in the status replication subcommand.
- getPositionStrategy() - Method in class org.opends.server.replication.server.changelog.api.DBCursor.CursorOptions
-
Returns the position strategy.
- getPostalAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the postalAddress Attribute Type
which has the OID 2.5.4.16.
- getPostalAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Postal Address Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.41.
- getPostalCodeAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the postalCode Attribute Type
which has the OID 2.5.4.17.
- getPostOfficeBoxAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the postOfficeBox Attribute Type
which has the OID 2.5.4.18.
- getPreferredConnections() - Method in class org.opends.admin.ads.TopologyCache
-
Returns the list of LDAP URLs and connection type that are preferred to be
used to connect to the servers.
- getPreferredConnections(ConnectionWrapper) - Static method in class org.opends.admin.ads.util.PreferredConnection
-
Commodity method that generates a list of preferred connection (of just
one) with the information on a given connection.
- getPreferredDeliveryMethodAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the preferredDeliveryMethod Attribute Type
which has the OID 2.5.4.28.
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.AddToGroupPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.AttributeSyntaxPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.BackupListPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.BackupPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.BaseDNPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.BinaryAttributeEditorPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.BinaryValuePanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.components.TreePanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.CustomObjectClassPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.DuplicateEntryPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.ErrorSearchingEntryPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.ExportLDIFPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.ImportLDIFPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.IndexBrowserRightPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.JavaInformationMonitoringPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.JavaPropertiesPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.LDIFViewEntryPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.LocalOrRemotePanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.LoginPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.MainActionsPane
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.ManageTasksPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.MatchingRulePanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.NewAttributePanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.NewBaseDNPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.NewEntryFromLDIFPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.NewGroupPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.NewIndexPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.NewObjectClassPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.NewOrganizationalUnitPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.NewUserPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.ObjectClassEditorPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.RebuildIndexPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.RefreshOptionsPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.ResetUserPasswordPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.SchemaBrowserRightPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.SelectObjectClassesPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.StandardObjectClassPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the component that should get the focus when the dialog that
contains this panel is displayed.
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.TaskToSchedulePanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.VerifyIndexPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.VLVIndexPanel
-
- getPreferredFocusComponent() - Method in class org.opends.guitools.controlpanel.ui.WindowsServicePanel
-
- getPreferredMessageDigest() - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getPreferredMessageDigest() - Method in interface org.opends.server.types.CryptoManager
-
Retrieves a MessageDigest object that may be used to
generate digests using the preferred digest algorithm.
- getPreferredMessageDigestAlgorithm() - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getPreferredMessageDigestAlgorithm() - Method in interface org.opends.server.types.CryptoManager
-
Retrieves the name of the preferred message digest algorithm.
- getPreloadTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Gets the "preload-time-limit" property.
- getPreloadTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the "preload-time-limit" property.
- getPreloadTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "preload-time-limit" property definition.
- getPreloadTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "preload-time-limit" property definition.
- getPreloadTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "preload-time-limit" property definition.
- getPreloadTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "preload-time-limit" property definition.
- getPreloadTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "preload-time-limit" property definition.
- getPresent() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the present property.
- getPresentationAddressMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the presentationAddressMatch Matching Rule
which has the OID 2.5.13.22.
- getPresentationAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Presentation Address Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.43.
- getPreviousDN() - Method in class org.opends.server.controls.EntryChangeNotificationControl
-
Retrieves the previous DN for this entry change notification control.
- getPreviousLastLoginTimeFormat() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "previous-last-login-time-format" property.
- getPreviousLastLoginTimeFormat() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "previous-last-login-time-format" property.
- getPreviousLastLoginTimeFormatPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "previous-last-login-time-format" property definition.
- getPreviousLastLoginTimeFormats() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "previous-last-login-time-format" property.
- getPreviousLastLoginTimeFormats() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getPreviousName() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Returns the distinguished name that the entry had prior to a modify DN
operation, or null if the operation was not a modify DN.
- getPreviousWizardStep(WizardStep) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getPreviousWizardStep(WizardStep) - Method in class org.opends.quicksetup.installer.Installer
-
- getPreviousWizardStep(WizardStep) - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the previous step in the wizard given a current step.
- getPrimaryGroupId() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
-
Gets the "primary-group-id" property.
- getPrimaryGroupId() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
-
Gets the "primary-group-id" property.
- getPrimaryGroupIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "primary-group-id" property definition.
- getPrimaryRemoteLDAPServer() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "primary-remote-ldap-server" property.
- getPrimaryRemoteLDAPServer() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "primary-remote-ldap-server" property.
- getPrimaryRemoteLDAPServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "primary-remote-ldap-server" property definition.
- getPrimaryServer() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
-
Gets the "primary-server" property.
- getPrimaryServer() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
-
Gets the "primary-server" property.
- getPrimaryServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the "primary-server" property definition.
- getPrimaryServers() - Method in class org.opends.server.discovery.Partition
-
Returns the set of primary server to use.
- getPrincipal() - Method in class org.opends.dsml.protocol.AuthRequest
-
Gets the value of the principal property.
- getPrincipalName() - Method in interface org.forgerock.opendj.server.config.client.GSSAPISASLMechanismHandlerCfgClient
-
Gets the "principal-name" property.
- getPrincipalName() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the "principal-name" property.
- getPrincipalNamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the "principal-name" property definition.
- getPrintableExtensionInformation(String, String) - Static method in class org.forgerock.opendj.config.ConfigurationFramework
-
Returns a string representing all information about extensions.
- getPrintableStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Printable String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.44.
- getPrivateKey(String) - Method in class org.opends.admin.ads.util.ApplicationKeyManager
-
- getPrivateKey(String) - Method in class org.opends.server.util.SelectableCertificateKeyManager
-
Retrieves the private key for the provided alias.
- getPrivateKeyAlias() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "private-key-alias" property.
- getPrivateKeyAlias() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "private-key-alias" property.
- getPrivateKeyAliasPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "private-key-alias" property definition.
- getPrivilegeNames() - Static method in enum org.opends.server.types.Privilege
-
Retrieves the set of available privilege names.
- getProcess() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the process that the task launched.
- getProcessing() - Method in class org.opends.dsml.protocol.BatchRequest
-
Gets the value of the processing property.
- getProcessingNanoTime() - Method in class org.opends.server.core.OperationWrapper
-
- getProcessingNanoTime() - Method in class org.opends.server.types.AbstractOperation
-
- getProcessingNanoTime() - Method in interface org.opends.server.types.Operation
-
Retrieves the length of time in nanoseconds that
the server spent processing this operation if available.
- getProcessingStartTime() - Method in class org.opends.server.core.OperationWrapper
-
- getProcessingStartTime() - Method in class org.opends.server.types.AbstractOperation
-
- getProcessingStartTime() - Method in interface org.opends.server.types.Operation
-
Retrieves the time that processing started for this operation.
- getProcessingStartTime() - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the time that processing started for this operation.
- getProcessingStopTime() - Method in class org.opends.server.core.OperationWrapper
-
- getProcessingStopTime() - Method in class org.opends.server.types.AbstractOperation
-
- getProcessingStopTime() - Method in interface org.opends.server.types.Operation
-
Retrieves the time that processing stopped for this operation.
- getProcessingStopTime() - Method in interface org.opends.server.types.operation.PostResponseOperation
-
Retrieves the time that processing stopped for this operation.
- getProcessingStopTime() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
-
Retrieves the time that processing stopped for this operation.
- getProcessingTime() - Method in class org.opends.server.core.OperationWrapper
-
- getProcessingTime() - Method in class org.opends.server.types.AbstractOperation
-
- getProcessingTime() - Method in interface org.opends.server.types.Operation
-
Retrieves the length of time in milliseconds that the server
spent processing this operation.
- getProcessingTime() - Method in interface org.opends.server.types.operation.PostResponseOperation
-
Retrieves the length of time in milliseconds that the server
spent processing this operation.
- getProcessingTime() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
-
Retrieves the length of time in milliseconds that the server
spent processing this operation.
- getProfileAction() - Method in interface org.forgerock.opendj.server.config.client.ProfilerPluginCfgClient
-
Gets the "profile-action" property.
- getProfileAction() - Method in interface org.forgerock.opendj.server.config.server.ProfilerPluginCfg
-
Gets the "profile-action" property.
- getProfileActionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Get the "profile-action" property definition.
- getProfileDirectory() - Method in interface org.forgerock.opendj.server.config.client.ProfilerPluginCfgClient
-
Gets the "profile-directory" property.
- getProfileDirectory() - Method in interface org.forgerock.opendj.server.config.server.ProfilerPluginCfg
-
Gets the "profile-directory" property.
- getProfileDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Get the "profile-directory" property definition.
- getProfileSampleInterval() - Method in interface org.forgerock.opendj.server.config.client.ProfilerPluginCfgClient
-
Gets the "profile-sample-interval" property.
- getProfileSampleInterval() - Method in interface org.forgerock.opendj.server.config.server.ProfilerPluginCfg
-
Gets the "profile-sample-interval" property.
- getProfileSampleIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Get the "profile-sample-interval" property definition.
- getProgress() - Method in class org.opends.server.tools.upgrade.ProgressNotificationCallback
-
Returns an integer which represents the task's progress percentage.
- getProgressBar() - Method in class org.opends.guitools.controlpanel.ui.ProgressDialog
-
Returns the progress bar of the dialog.
- getProgressBarMsg() - Method in class org.opends.quicksetup.ProgressDescriptor
-
Returns the progress bar message.
- getProgressBarRatio() - Method in class org.opends.quicksetup.ProgressDescriptor
-
Returns the progress bar ratio (the percentage of the install that is
completed).
- getProgressDialog() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the progress dialog.
- getProgressDialogTitle() - Method in class org.opends.guitools.controlpanel.ui.AbstractNewEntryPanel
-
Returns the title for the progress dialog.
- getProgressDialogTitle() - Method in class org.opends.guitools.controlpanel.ui.DuplicateEntryPanel
-
- getProgressDialogTitle() - Method in class org.opends.guitools.controlpanel.ui.NewDomainPanel
-
- getProgressDialogTitle() - Method in class org.opends.guitools.controlpanel.ui.NewEntryFromLDIFPanel
-
- getProgressDialogTitle() - Method in class org.opends.guitools.controlpanel.ui.NewGroupPanel
-
- getProgressDialogTitle() - Method in class org.opends.guitools.controlpanel.ui.NewOrganizationalUnitPanel
-
- getProgressDialogTitle() - Method in class org.opends.guitools.controlpanel.ui.NewUserPanel
-
- getProgressDone(Font) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the HTML representation of the 'Done' string.
- getProgressMessageFormatter() - Method in class org.opends.quicksetup.Application
-
Gets the formatter this instance is currently using.
- getProgressRatio() - Method in class org.opends.quicksetup.event.ProgressUpdateEvent
-
Gets the progress ratio for the install progress.
- getProgressStep() - Method in class org.opends.quicksetup.event.ProgressUpdateEvent
-
Gets the current progress step.
- getProgressStep() - Method in class org.opends.quicksetup.ProgressDescriptor
-
Returns the step of the install on which we are.
- getProgressWithPoints(LocalizableMessage, Font) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the HTML representation of a message to which some points have
been appended.
- getProhibitedAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable set containing the prohibited attributes for this
DIT content rule.
- getProperties(SubCommand) - Method in interface com.forgerock.opendj.cli.SubCommandUsageHandler
-
Returns properties information for the sub-command.
- getProperty(PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
Gets the property associated with the specified property definition.
- getProperty(PropertyDefinition<T>) - Method in class org.forgerock.opendj.config.client.spi.PropertySet
-
Get the property associated with the specified property definition.
- getPropertyDefaultValues(PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Gets a mutable copy of the set of default values for the specified
property.
- getPropertyDefaultValues(PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getPropertyDefinition(String) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the specified property definition associated with this type of
managed object.
- getPropertyDefinition() - Method in interface org.forgerock.opendj.config.client.spi.Property
-
Get the property definition associated with this property.
- getPropertyDefinition() - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
-
Returns the property definition associated with this condition.
- getPropertyDefinition() - Method in exception org.forgerock.opendj.config.PropertyException
-
Returns the property definition associated with the property that caused
the exception.
- getPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the property definitions defined by this managed object definition.
- getPropertyKeyFormSet() - Static method in enum org.opends.messages.Severity
-
Returns a set of string representing all Severitys'
abbreviated representations.
- getPropertyName() - Method in class org.forgerock.opendj.config.AbsoluteInheritedDefaultBehaviorProvider
-
Gets the name of the property containing the inherited default values.
- getPropertyName() - Method in exception org.forgerock.opendj.config.PropertyNotFoundException
-
Get the name of the property that could not be found.
- getPropertyName() - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
-
Gets the name of the property containing the inherited default values.
- getPropertyValue(ManagedObjectPath<?, ?>, PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
-
- getPropertyValue(PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Gets the effective value of the specified property.
- getPropertyValue(ManagedObjectPath<?, ?>, PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
-
Gets the effective value of a property in the named managed object.
- getPropertyValue(PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getPropertyValue(PropertyDefinition<T>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Get the effective value of the specified property.
- getPropertyValues(ManagedObjectPath<?, ?>, PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
-
- getPropertyValues(PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagedObject
-
Gets a mutable copy of the set of effective values for the specified
property.
- getPropertyValues(ManagedObjectPath<?, ?>, PropertyDefinition<P>) - Method in interface org.forgerock.opendj.config.client.ManagementContext
-
Gets the effective values of a property in the named managed object.
- getPropertyValues(PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.AbstractManagedObject
-
- getPropertyValues(ManagedObjectPath<C, S>, PropertyDefinition<P>) - Method in class org.forgerock.opendj.config.client.spi.Driver
-
Gets the effective values of a property in the named managed object.
- getPropertyValues(PropertyDefinition<T>) - Method in class org.forgerock.opendj.config.DefaultManagedObject
-
Gets a mutable copy of the set of property values for the specified
property.
- getPropertyValues(PropertyDefinition<T>) - Method in interface org.forgerock.opendj.config.PropertyProvider
-
Get the property values associated with the specified property
definition.
- getPropertyValues(PropertyDefinition<T>) - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Get the effective values of the specified property.
- getProtectionParameter() - Method in class org.forgerock.opendj.security.KeyStoreParameters
-
- getProtocol() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the protocol that the client is using to communicate with the Directory Server.
- getProtocol() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
- getProtocol() - Method in interface org.forgerock.opendj.server.core.Operation
-
Retrieves the protocol that the client is using to communicate with the
Directory Server.
- getProtocol() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerDescriptor
-
Returns the protocol of the listener.
- getProtocol() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the protocol that the client is using to communicate
with the Directory Server.
- getProtocol() - Method in class org.opends.server.api.ConnectionHandler
-
Retrieves the name of the protocol used to communicate with
clients.
- getProtocol() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the protocol used for this request.
- getProtocol() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getProtocol() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getProtocol() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves the protocol that the client is using to communicate
with the Directory Server.
- getProtocol() - Method in class org.opends.server.protocols.internal.InternalConnectionHandler
-
Retrieves the name of the protocol used to communicate with
clients.
- getProtocol() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the protocol that the client is using to communicate with the
Directory Server.
- getProtocol() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
- getProtocol() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the protocol that the client is using to communicate with
the Directory Server.
- getProtocol() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
- getProtocol() - Method in class org.opends.server.protocols.LDIFConnectionHandler
-
- getProtocol() - Method in class org.opends.server.snmp.SNMPConnectionHandler
-
Retrieves the name of the protocol used to communicate with
clients.
- getProtocolElementName() - Method in interface org.opends.server.api.ProtocolElement
-
Retrieves the name of the protocol associated with this protocol element.
- getProtocolElementName() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the name of the protocol associated with this protocol element.
- getProtocolElementName() - Method in class org.opends.server.types.Entry
-
Retrieves the name of the protocol associated with this protocol
element.
- getProtocolInformationMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the protocolInformationMatch Matching Rule
which has the OID 2.5.13.24.
- getProtocolInformationSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Protocol Information Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.42.
- getProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.AbandonRequestProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.AddRequestProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.AddResponseProtocolOp
-
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.BindRequestProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.BindResponseProtocolOp
-
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.CompareRequestProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.CompareResponseProtocolOp
-
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.DeleteRequestProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.DeleteResponseProtocolOp
-
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.ExtendedRequestProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.IntermediateResponseProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op name for this LDAP message.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.ModifyDNRequestProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.ModifyDNResponseProtocolOp
-
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.ModifyRequestProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.ModifyResponseProtocolOp
-
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.ProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.SearchResultDoneProtocolOp
-
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.SearchResultEntryProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.SearchResultReferenceProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpName() - Method in class org.opends.server.protocols.ldap.UnbindRequestProtocolOp
-
Retrieves the name for this protocol op type.
- getProtocolOpType() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op type for this LDAP message.
- getProtocolVersion() - Method in class org.forgerock.opendj.io.LDAPWriter
-
Returns the protocol version supported by this
LDAPWriter.
- getProtocolVersion() - Method in interface org.opends.server.core.BindOperation
-
Retrieves a string representation of the protocol version associated with
this bind request.
- getProtocolVersion() - Method in class org.opends.server.core.BindOperationBasis
-
- getProtocolVersion() - Method in class org.opends.server.core.BindOperationWrapper
-
- getProtocolVersion() - Method in class org.opends.server.protocols.jmx.RmiConnector
-
Retrieves the RMI protocol version string in use for this connector.
- getProtocolVersion() - Method in class org.opends.server.protocols.ldap.BindRequestProtocolOp
-
Retrieves the protocol version for this bind request.
- getProtocolVersion() - Method in class org.opends.server.replication.common.DSInfo
-
Get the protocol version supported by this server.
- getProtocolVersion() - Method in exception org.opends.server.replication.protocol.NotSupportedOldVersionPDUException
-
Get the PDU protocol version.
- getProtocolVersion() - Method in class org.opends.server.replication.protocol.Session
-
Returns the version of the protocol that is currently used.
- getProtocolVersion() - Method in class org.opends.server.replication.server.ServerHandler
-
Gets the protocol version used with this remote server.
- getProtocolVersion() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Get the version of the replication protocol.
- getProtocolVersion() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves a string representation of the protocol version
associated with this bind request.
- getProtocolVersion() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves a string representation of the protocol version
associated with this bind request.
- getProtocolVersion() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
-
Retrieves a string representation of the protocol version
associated with this bind request.
- getProtocolVersion() - Method in interface org.opends.server.types.operation.PreParseBindOperation
-
Retrieves a string representation of the protocol version
associated with this bind request.
- getProvidedAdminUID() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Returns the explicitly provided Admin UID from the user (interactively or
through the argument).
- getProvidedBindDN() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Returns the explicitly provided bind DN from the user (interactively or
through the argument).
- getProvider(Class<P>, String, ClassLoader) - Static method in class com.forgerock.opendj.util.StaticUtils
-
Find and returns a provider of one or more implementations.
- getProvider() - Method in class org.opends.server.types.VirtualAttributeRule
-
Retrieves the virtual attribute provider used to generate the values.
- getProviderName() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Returns the name of the transport provider, which provides the implementation of this factory.
- getProviderName() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Returns the name of the transport provider, which provides the implementation
of this factory.
- getProviderName() - Method in exception org.forgerock.opendj.ldap.ProviderNotFoundException
-
Returns the name of provider.
- getProviderType() - Method in exception org.forgerock.opendj.ldap.ProviderNotFoundException
-
Returns the type of provider.
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.AbandonOperationBasis
-
- getProxiedAuthorizationDN() - Method in interface org.opends.server.core.AddOperation
-
Retrieves the proxied authorization DN for this operation if proxied
authorization has been requested.
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.AddOperationBasis
-
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.BindOperationBasis
-
- getProxiedAuthorizationDN() - Method in interface org.opends.server.core.CompareOperation
-
Retrieves the proxied authorization target DN for this compare operation.
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.CompareOperationBasis
-
Retrieves the proxied authorization DN for this operation if proxied
authorization has been requested.
- getProxiedAuthorizationDN() - Method in interface org.opends.server.core.DeleteOperation
-
Retrieves the proxied authorization DN for this operation if proxied
authorization has been requested.
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.DeleteOperationBasis
-
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.ExtendedOperationBasis
-
- getProxiedAuthorizationDN() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the proxied authorization DN for this operation if proxied
authorization has been requested.
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getProxiedAuthorizationDN() - Method in interface org.opends.server.core.ModifyOperation
-
Retrieves the proxied authorization DN for this operation if proxied
authorization has been requested.
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.ModifyOperationBasis
-
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.OperationWrapper
-
- getProxiedAuthorizationDN() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the proxied authorization DN for this operation if proxied
authorization has been requested.
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.SearchOperationBasis
-
- getProxiedAuthorizationDN() - Method in class org.opends.server.core.UnbindOperationBasis
-
- getProxiedAuthorizationDN() - Method in interface org.opends.server.types.Operation
-
Retrieves the proxied authorization DN for this operation if proxied
authorization has been requested.
- getProxiedAuthorizationIdentityMapper() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "proxied-authorization-identity-mapper" property.
- getProxiedAuthorizationIdentityMapper() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "proxied-authorization-identity-mapper" property.
- getProxiedAuthorizationIdentityMapper() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the identity mapper that should be used to resolve authorization
IDs contained in proxied authorization V2 controls.
- getProxiedAuthorizationIdentityMapperDN() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "proxied-authorization-identity-mapper" property as a
DN.
- getProxiedAuthorizationIdentityMapperDN() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the DN of the configuration entry for the identity mapper that
should be used in conjunction with proxied authorization V2 controls.
- getProxiedAuthorizationIdentityMapperPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "proxied-authorization-identity-mapper" property definition.
- getPurgeDelay() - Method in class org.opends.server.replication.server.ReplicationServer
-
Retrieves the time after which changes must be deleted from the
persistent storage (in milliseconds).
- getPwd() - Method in class org.opends.quicksetup.installer.AuthenticationData
-
Returns the authentication password.
- getPwdSyncPolicy() - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
-
Gets the "pwd-sync-policy" property.
- getPwdSyncPolicy() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
-
Gets the "pwd-sync-policy" property.
- getPwdSyncPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Get the "pwd-sync-policy" property definition.
- getQOPs() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the ordered list of quality of protection (QOP) values that the
client is willing to accept.
- getQOPs() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the ordered list of quality of protection (QOP) values that the
client is willing to accept.
- getQualityOfProtection() - Method in interface org.forgerock.opendj.server.config.client.DigestMD5SASLMechanismHandlerCfgClient
-
Gets the "quality-of-protection" property.
- getQualityOfProtection() - Method in interface org.forgerock.opendj.server.config.client.GSSAPISASLMechanismHandlerCfgClient
-
Gets the "quality-of-protection" property.
- getQualityOfProtection() - Method in interface org.forgerock.opendj.server.config.server.DigestMD5SASLMechanismHandlerCfg
-
Gets the "quality-of-protection" property.
- getQualityOfProtection() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the "quality-of-protection" property.
- getQualityOfProtectionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Get the "quality-of-protection" property definition.
- getQualityOfProtectionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the "quality-of-protection" property definition.
- getQueryId() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "query-id" property.
- getQueryId() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "query-id" property.
- getQueryIdPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "query-id" property definition.
- getQueueingStrategy() - Method in class org.opends.server.protocols.http.SdkConnectionAdapter
-
Return the queueing strategy used by this connection.
- getQueueingStrategy() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Get the queueing strategy.
- getQueueName() - Method in class org.forgerock.openidm.accountchange.PersistedQueue
-
Returns this queue name.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedDebugLogPublisherCfgClient
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "queue-size" property.
- getQueueSize() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "queue-size" property.
- getQueueSize() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Returns the size of the queue containing the different tasks.
- getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "queue-size" property definition.
- getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "queue-size" property definition.
- getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "queue-size" property definition.
- getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "queue-size" property definition.
- getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "queue-size" property definition.
- getQueueSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "queue-size" property definition.
- getQuicksetupJarFile() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the quicksetup jar file.
- getQuitButton() - Method in class org.opends.quicksetup.ui.QuickSetupErrorPanel
-
Returns the quit button.
- getQuitButtonToolTip() - Method in class org.opends.quicksetup.installer.Installer
-
- getQuitButtonToolTip() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Gets the key for the quit button's tool tip text.
- getRandom() - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Retrieves the random number generator for this template file.
- getRandomCharacter() - Method in class org.opends.server.types.NamedCharacterSet
-
Retrieves a character at random from this named character set.
- getRandomCharacters(StringBuilder, int) - Method in class org.opends.server.types.NamedCharacterSet
-
Appends the specified number of characters chosen at random from
this character set to the provided buffer.
- getRatio(ProgressStep) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
Returns an integer that specifies which percentage of the whole
installation has been completed.
- getRatio(ProgressStep) - Method in class org.opends.quicksetup.Application
-
Gets an integer representing the amount of processing
this application still needs to perform as a ratio
out of 100.
- getRatio(ProgressStep) - Method in class org.opends.quicksetup.installer.Installer
-
- getRawAssertionValue() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the raw, unprocessed assertion value for this matched values
filter.
- getRawAttributes() - Method in class org.opends.server.controls.LDAPPostReadRequestControl
-
Retrieves the raw, unprocessed set of requested attributes.
- getRawAttributes() - Method in class org.opends.server.controls.LDAPPreReadRequestControl
-
Retrieves the raw, unprocessed set of requested attributes.
- getRawAttributes() - Method in interface org.opends.server.core.AddOperation
-
Retrieves the set of attributes in their raw, unparsed form as read from
the client request.
- getRawAttributes() - Method in class org.opends.server.core.AddOperationBasis
-
- getRawAttributes() - Method in class org.opends.server.core.AddOperationWrapper
-
- getRawAttributes() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
-
Retrieves the set of attributes in their raw, unparsed form as
read from the client request.
- getRawAttributes() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
-
Retrieves the set of attributes in their raw, unparsed form as
read from the client request.
- getRawAttributes() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
-
Retrieves the set of attributes in their raw, unparsed form as
read from the client request.
- getRawAttributes() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
-
Retrieves the set of attributes in their raw, unparsed form as
read from the client request.
- getRawAttributes() - Method in interface org.opends.server.types.operation.PreParseAddOperation
-
Retrieves the set of attributes in their raw, unparsed form as
read from the client request.
- getRawAttributeType() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the raw, unprocessed attribute type for this matched values
filter.
- getRawAttributeType() - Method in interface org.opends.server.core.CompareOperation
-
Retrieves the raw attribute type for this compare operation.
- getRawAttributeType() - Method in class org.opends.server.core.CompareOperationBasis
-
- getRawAttributeType() - Method in class org.opends.server.core.CompareOperationWrapper
-
- getRawAttributeType() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
-
Retrieves the raw attribute type for this compare operation.
- getRawAttributeType() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
-
Retrieves the raw attribute type for this compare operation.
- getRawAttributeType() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
-
Retrieves the raw attribute type for this compare operation.
- getRawAttributeType() - Method in interface org.opends.server.types.operation.PreParseCompareOperation
-
Retrieves the raw attribute type for this compare operation.
- getRawAuthorizationDN() - Method in class org.opends.server.controls.ProxiedAuthV1Control
-
Retrieves the raw, unprocessed authorization DN from the control value.
- getRawBaseDN() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the raw, unprocessed base DN as included in the request from the
client.
- getRawBaseDN() - Method in class org.opends.server.core.SearchOperationBasis
-
- getRawBaseDN() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getRawBaseDN() - Method in class org.opends.server.types.LDAPURL
-
Retrieve the raw, unprocessed base DN for this LDAP URL.
- getRawBaseDN() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the raw, unprocessed base DN as included in the request
from the client.
- getRawBaseDN() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the raw, unprocessed base DN as included in the request
from the client.
- getRawBaseDN() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the raw, unprocessed base DN as included in the request
from the client.
- getRawBaseDN() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
-
Retrieves the raw, unprocessed base DN as included in the request
from the client.
- getRawBaseDN() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the raw, unprocessed base DN as included in the request
from the client.
- getRawBaseDN() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the raw, unprocessed base DN as included in the request
from the client.
- getRawBindDN() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the raw, unprocessed bind DN for this bind operation as contained
in the client request.
- getRawBindDN() - Method in class org.opends.server.core.BindOperationBasis
-
- getRawBindDN() - Method in class org.opends.server.core.BindOperationWrapper
-
- getRawBindDN() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves the raw, unprocessed bind DN for this bind operation as
contained in the client request.
- getRawBindDN() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves the raw, unprocessed bind DN for this bind operation as
contained in the client request.
- getRawBindDN() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
-
Retrieves the raw, unprocessed bind DN for this bind operation as
contained in the client request.
- getRawBindDN() - Method in interface org.opends.server.types.operation.PreParseBindOperation
-
Retrieves the raw, unprocessed bind DN for this bind operation as
contained in the client request.
- getRawDn() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope
-
Get the raw form of the
DN contained in the message (or null if the message doesn't contains a DN).
- getRawEntryDN() - Method in interface org.opends.server.core.AddOperation
-
Retrieves the DN of the entry to add in a raw, unparsed form as it was
included in the request.
- getRawEntryDN() - Method in class org.opends.server.core.AddOperationBasis
-
- getRawEntryDN() - Method in class org.opends.server.core.AddOperationWrapper
-
- getRawEntryDN() - Method in interface org.opends.server.core.CompareOperation
-
Retrieves the raw, unprocessed entry DN as included in the client request.
- getRawEntryDN() - Method in class org.opends.server.core.CompareOperationBasis
-
- getRawEntryDN() - Method in class org.opends.server.core.CompareOperationWrapper
-
- getRawEntryDN() - Method in interface org.opends.server.core.DeleteOperation
-
Retrieves the raw, unprocessed entry DN as included in the client request.
- getRawEntryDN() - Method in class org.opends.server.core.DeleteOperationBasis
-
- getRawEntryDN() - Method in class org.opends.server.core.DeleteOperationWrapper
-
- getRawEntryDN() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the raw, unprocessed entry DN as included in the client request.
- getRawEntryDN() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getRawEntryDN() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getRawEntryDN() - Method in interface org.opends.server.core.ModifyOperation
-
Retrieves the raw, unprocessed entry DN as included in the client request.
- getRawEntryDN() - Method in class org.opends.server.core.ModifyOperationBasis
-
- getRawEntryDN() - Method in class org.opends.server.core.ModifyOperationWrapper
-
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
-
Retrieves the DN of the entry to add in a raw, unparsed form as
it was included in the request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostOperationCompareOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostOperationDeleteOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
-
Retrieves the DN of the entry to add in a raw, unparsed form as
it was included in the request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostResponseCompareOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostResponseDeleteOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
-
Retrieves the DN of the entry to add in a raw, unparsed form as
it was included in the request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationDeleteOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
-
Retrieves the DN of the entry to add in a raw, unparsed form as
it was included in the request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreOperationCompareOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreOperationDeleteOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreParseAddOperation
-
Retrieves the DN of the entry to add in a raw, unparsed form as
it was included in the request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreParseCompareOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreParseDeleteOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.PreParseModifyOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawEntryDN() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
-
Retrieves the raw, unprocessed entry DN as included in the client
request.
- getRawFilter() - Method in class org.opends.server.controls.LDAPAssertionRequestControl
-
Retrieves the raw, unparsed filter from the request control.
- getRawFilter() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the raw, unprocessed search filter as included in the request
from the client.
- getRawFilter() - Method in class org.opends.server.core.SearchOperationBasis
-
- getRawFilter() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getRawFilter() - Method in class org.opends.server.types.LDAPURL
-
Retrieves the raw, unprocessed search filter for this LDAP URL.
- getRawFilter() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the raw, unprocessed search filter as included in the
request from the client.
- getRawFilter() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the raw, unprocessed search filter as included in the
request from the client.
- getRawFilter() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the raw, unprocessed search filter as included in the
request from the client.
- getRawFilter() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
-
Retrieves the raw, unprocessed search filter as included in the
request from the client.
- getRawFilter() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the raw, unprocessed search filter as included in the
request from the client.
- getRawFilter() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the raw, unprocessed search filter as included in the
request from the client.
- getRawModifications() - Method in interface org.opends.server.core.ModifyOperation
-
Retrieves the set of raw, unprocessed modifications as included in the
client request.
- getRawModifications() - Method in class org.opends.server.core.ModifyOperationBasis
-
- getRawModifications() - Method in class org.opends.server.core.ModifyOperationWrapper
-
- getRawModifications() - Method in interface org.opends.server.types.operation.PostOperationModifyOperation
-
Retrieves the set of raw, unprocessed modifications as included
in the client request.
- getRawModifications() - Method in interface org.opends.server.types.operation.PostResponseModifyOperation
-
Retrieves the set of raw, unprocessed modifications as included
in the client request.
- getRawModifications() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyOperation
-
Retrieves the set of raw, unprocessed modifications as included
in the client request.
- getRawModifications() - Method in interface org.opends.server.types.operation.PreOperationModifyOperation
-
Retrieves the set of raw, unprocessed modifications as included
in the client request.
- getRawModifications() - Method in interface org.opends.server.types.operation.PreParseModifyOperation
-
Retrieves the set of raw, unprocessed modifications as included
in the client request.
- getRawNewRDN() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the raw, unprocessed newRDN as included in the request from the
client.
- getRawNewRDN() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getRawNewRDN() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getRawNewRDN() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
-
Retrieves the raw, unprocessed newRDN as included in the request
from the client.
- getRawNewRDN() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
-
Retrieves the raw, unprocessed newRDN as included in the request
from the client.
- getRawNewRDN() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
-
Retrieves the raw, unprocessed newRDN as included in the request
from the client.
- getRawNewRDN() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Retrieves the raw, unprocessed newRDN as included in the request
from the client.
- getRawNewRDN() - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
-
Retrieves the raw, unprocessed newRDN as included in the request
from the client.
- getRawNewRDN() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
-
Retrieves the raw, unprocessed newRDN as included in the request
from the client.
- getRawNewSuperior() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the raw, unprocessed newSuperior from the client request.
- getRawNewSuperior() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getRawNewSuperior() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getRawNewSuperior() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
-
Retrieves the raw, unprocessed newSuperior from the client
request.
- getRawNewSuperior() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
-
Retrieves the raw, unprocessed newSuperior from the client
request.
- getRawNewSuperior() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
-
Retrieves the raw, unprocessed newSuperior from the client
request.
- getRawNewSuperior() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Retrieves the raw, unprocessed newSuperior from the client
request.
- getRawNewSuperior() - Method in interface org.opends.server.types.operation.PreParseModifyDNOperation
-
Retrieves the raw, unprocessed newSuperior from the client
request.
- getRawNewSuperior() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
-
Retrieves the raw, unprocessed newSuperior from the client
request.
- getRDN() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the RDN value of the local entry.
- getRDNAttributes() - Method in class org.opends.server.tools.makeldif.Template
-
Retrieves the set of attribute types that are used in the RDN for entries
generated using this template.
- getRDNWithAttributeName() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the RDN (with the attribute name) of the local entry.
- getReadableRemoteAddress() - Method in class org.opends.server.replication.protocol.Session
-
Retrieve the human readable address of the remote server.
- getReader(byte[]) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte array and
having an unlimited maximum BER element size.
- getReader(byte[], int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte array and
having a user defined maximum BER element size.
- getReader(ByteSequence) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte sequence and
having an unlimited maximum BER element size.
- getReader(ByteSequence, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte sequence and
having a user defined maximum BER element size.
- getReader(ByteSequenceReader) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte sequence reader
and having an unlimited maximum BER element size.
- getReader(ByteSequenceReader, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte sequence reader
and having a user defined maximum BER element size.
- getReader(InputStream) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided input stream and
having an unlimited maximum BER element size.
- getReader(InputStream, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided input stream and
having a user defined maximum BER element size.
- getReader(R, DecodeOptions) - Static method in class org.forgerock.opendj.io.LDAP
-
Creates a new LDAP reader which will read LDAP messages from an ASN.1
reader using the provided decoding options.
- getReader() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the reader that should be used to read the LDIF data.
- getRealm() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the optional realm containing the user's account.
- getRealm() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the optional realm containing the user's account.
- getRealm() - Method in interface org.forgerock.opendj.server.config.client.DigestMD5SASLMechanismHandlerCfgClient
-
Gets the "realm" property.
- getRealm() - Method in interface org.forgerock.opendj.server.config.client.GSSAPISASLMechanismHandlerCfgClient
-
Gets the "realm" property.
- getRealm() - Method in interface org.forgerock.opendj.server.config.server.DigestMD5SASLMechanismHandlerCfg
-
Gets the "realm" property.
- getRealm() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the "realm" property.
- getRealmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Get the "realm" property definition.
- getRealmPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the "realm" property definition.
- getReason() - Method in exception org.forgerock.opendj.config.DefinitionDecodingException
-
Gets the reason why the definition could not be determined.
- getReason() - Method in class org.forgerock.opendj.server.core.DataProviderEvent
-
Returns a message describing this event.
- getReason() - Method in class org.opends.server.backends.pluggable.spi.StorageStatus
-
Returns the error message for non working states.
- getRebuildConfig() - Method in class org.opends.server.tools.RebuildIndex
-
Returns the rebuild configuration.
- getRebuildList() - Method in class org.opends.server.backends.RebuildConfig
-
Get the list of indexes to rebuild in this configuration.
- getRebuildMode() - Method in class org.opends.server.backends.RebuildConfig
-
Returns the rebuild mode.
- getRebuildRequiredString(AbstractIndexDescriptor) - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
Returns the message to be displayed in the cell if an index must be
rebuilt.
- getRecipientAddress() - Method in interface org.forgerock.opendj.server.config.client.SMTPAccountStatusNotificationHandlerCfgClient
-
Gets the "recipient-address" property.
- getRecipientAddress() - Method in interface org.forgerock.opendj.server.config.client.SMTPAlertHandlerCfgClient
-
Gets the "recipient-address" property.
- getRecipientAddress() - Method in interface org.forgerock.opendj.server.config.server.SMTPAccountStatusNotificationHandlerCfg
-
Gets the "recipient-address" property.
- getRecipientAddress() - Method in interface org.forgerock.opendj.server.config.server.SMTPAlertHandlerCfg
-
Gets the "recipient-address" property.
- getRecipientAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the "recipient-address" property definition.
- getRecipientAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Get the "recipient-address" property definition.
- getRecipients() - Method in class org.opends.server.util.EMailMessage
-
Retrieves the set of recipients for this message.
- getRecord() - Method in interface org.opends.server.replication.server.changelog.api.DBCursor
-
Getter for the current record.
- getRecord() - Method in class org.opends.server.replication.server.changelog.file.ECLMultiDomainDBCursor
-
Getter for the current record.
- getRecord() - Method in class org.opends.server.replication.server.changelog.file.ReplicaCursor
-
- getRecordCount(TreeName) - Method in interface org.opends.server.backends.pluggable.spi.ReadableTransaction
-
Returns the number of key/value pairs in the provided tree.
- getRecordedBytes() - Method in class org.opends.server.types.RecordingInputStream
-
Retrieve the bytes read from this input stream since the last
clear.
- getRecordedBytes() - Method in class org.opends.server.types.RecordingOutputStream
-
Retrieve the bytes read from this output stream since the last
clear.
- getRecurringDateTime() - Method in class org.opends.server.admin.client.cli.TaskScheduleArgs
-
Gets the date/time pattern for recurring task schedule.
- getRecurringDateTime() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- getRecurringDateTime() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Gets the date/time pattern for recurring task schedule.
- getRecurringDateTime() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
-
Gets the date/time pattern for recurring task schedule.
- getRecurringDateTime() - Method in class org.opends.server.tools.tasks.TaskTool
-
Gets the date/time pattern for recurring task schedule.
- getRecurringTask(DN) - Method in class org.opends.server.backends.task.TaskBackend
-
Retrieves the recurring task for the entry with the provided DN.
- getRecurringTask(String) - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the recurring task with the given recurring task ID.
- getRecurringTask(DN) - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the recurring task with the given recurring task ID.
- getRecurringTaskCount() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the number of recurring tasks in the task backend.
- getRecurringTaskEntry() - Method in class org.opends.server.backends.task.RecurringTask
-
Retrieves the entry containing the data for this recurring task.
- getRecurringTaskEntry(DN) - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the recurring task entry with the provided DN.
- getRecurringTaskEntryDN() - Method in class org.opends.server.backends.task.RecurringTask
-
Retrieves the DN of the entry containing the data for this recurring task.
- getRecurringTaskID() - Method in class org.opends.server.backends.task.RecurringTask
-
Retrieves the unique ID assigned to this recurring task.
- getRecurringTaskID() - Method in class org.opends.server.backends.task.Task
-
Retrieves the unique identifier assigned to the recurring task that is
associated with this task, if there is one.
- getRecurringTaskParentEntry() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the entry that is the immediate parent for all recurring task
entries in the task backend.
- getRecurringTasksParentDN() - Method in class org.opends.server.backends.task.TaskBackend
-
Retrieves the DN of the entry that is the immediate parent for all
recurring task information in the Directory Server.
- getRedirectingByteChannel(ByteChannel) - Static method in class org.opends.server.extensions.RedirectingByteChannel
-
Create an instance of a redirecting byte channel using the specified byte
channel as the child.
- getRef() - Method in class org.opends.dsml.protocol.SearchResultReference
-
Gets the value of the ref property.
- getReference() - Method in exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
-
Returns the SearchResultReference which was encountered while
processing the search results.
- getReferencedHostName() - Method in class org.opends.guitools.uninstaller.UninstallerArgumentParser
-
Returns the Host name to update remote references as provided in the
command-line.
- getReferencedHostName() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns the server host name as referenced in other servers.
- getReferenceGenId() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the reference generation id (associated with the changes in the db).
- getReferencesSent() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the number of search references sent to the client for this
search operation.
- getReferencesSent() - Method in class org.opends.server.core.SearchOperationBasis
-
- getReferencesSent() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getReferencesSent() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the number of search references sent to the client for
this search operation.
- getReferencesSent() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the number of search references sent to the client for
this search operation.
- getReferral() - Method in class org.opends.dsml.protocol.LDAPResult
-
Gets the value of the referral property.
- getReferral(SearchResultEntry) - Static method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Returns the value of the 'ref' attribute.
- getReferral() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the referrals of the entry.
- getReferral() - Method in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
Returns the referrals attached to the displayed entry.
- getReferralMaskIcon() - Method in class org.opends.guitools.controlpanel.browser.IconPool
-
Returns the icon associated with the referral mask icon.
- getReferralsUrl() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "referrals-url" property.
- getReferralsUrl() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "referrals-url" property.
- getReferralsUrlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "referrals-url" property definition.
- getReferralsURLs() - Method in class org.opends.server.replication.protocol.StartSessionMsg
-
Get the list of referrals URLs.
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns a List containing the referral URIs included with this
result.
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getReferralURLs() - Method in class org.opends.server.api.plugin.PluginResult.IntermediateResponse
-
- getReferralURLs() - Method in interface org.opends.server.api.plugin.PluginResult.OperationResult
-
- getReferralURLs() - Method in class org.opends.server.api.plugin.PluginResult.PostOperation
-
- getReferralURLs() - Method in class org.opends.server.api.plugin.PluginResult.PreOperation
-
- getReferralURLs() - Method in class org.opends.server.api.plugin.PluginResult.PreParse
-
- getReferralURLs() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateDelete
-
- getReferralURLs() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
-
- getReferralURLs() - Method in class org.opends.server.core.OperationWrapper
-
- getReferralURLs() - Method in class org.opends.server.protocols.ldap.AddResponseProtocolOp
-
Retrieves the set of referral URLs for this response.
- getReferralURLs() - Method in class org.opends.server.protocols.ldap.BindResponseProtocolOp
-
Retrieves the set of referral URLs for this response.
- getReferralURLs() - Method in class org.opends.server.protocols.ldap.CompareResponseProtocolOp
-
Retrieves the set of referral URLs for this response.
- getReferralURLs() - Method in class org.opends.server.protocols.ldap.DeleteResponseProtocolOp
-
Retrieves the set of referral URLs for this response.
- getReferralURLs() - Method in class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Retrieves the set of referral URLs for this response.
- getReferralURLs() - Method in class org.opends.server.protocols.ldap.ModifyDNResponseProtocolOp
-
Retrieves the set of referral URLs for this response.
- getReferralURLs() - Method in class org.opends.server.protocols.ldap.ModifyResponseProtocolOp
-
Retrieves the set of referral URLs for this response.
- getReferralURLs() - Method in class org.opends.server.protocols.ldap.SearchResultDoneProtocolOp
-
Retrieves the set of referral URLs for this response.
- getReferralURLs() - Method in class org.opends.server.protocols.ldap.SearchResultReferenceProtocolOp
-
Retrieves the set of referral URLs for this search result reference
protocol op.
- getReferralURLs() - Method in class org.opends.server.types.AbstractOperation
-
- getReferralURLs() - Method in exception org.opends.server.types.DirectoryException
-
Retrieves the set of referral URLs for this directory exception.
- getReferralURLs() - Method in class org.opends.server.types.Entry
-
Retrieves the set of referral URLs that are included in this
referral entry.
- getReferralURLs() - Method in interface org.opends.server.types.Operation
-
Retrieves the set of referral URLs for this operation.
- getReferralURLs() - Method in interface org.opends.server.types.operation.InProgressOperation
-
Retrieves the set of referral URLs for this operation.
- getReferralURLs() - Method in interface org.opends.server.types.operation.PostOperationOperation
-
Retrieves the set of referral URLs for this operation.
- getReferralURLs() - Method in interface org.opends.server.types.operation.PostResponseOperation
-
Retrieves the set of referral URLs for this operation.
- getReferralURLs() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
-
Retrieves the set of referral URLs for this operation.
- getReferralURLs() - Method in class org.opends.server.types.SearchResultReference
-
Retrieves the set of referral URLs for this search result
reference.
- getReferralURLs() - Method in class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
-
- getReferralURLs() - Method in class org.opends.server.types.SynchronizationProviderResult.StopProcessing
-
- getReferralURLString() - Method in class org.opends.server.types.SearchResultReference
-
Retrieves a string representation of the referral URL(s) for this
search result reference.
- getRefinements() - Method in class org.opends.server.types.SubtreeSpecification
-
Get the specification filter refinements.
- getRefreshPeriod() - Method in class org.opends.server.tools.status.StatusCliArgumentParser
-
Returns the refresh period (in seconds) specified in the command-line.
- getRefUrls() - Method in class org.opends.server.replication.common.DSInfo
-
Get the DS exported URLs for referrals.
- getRefUrls() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the referrals URLs this domain publishes.
- getRegisteredAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the registeredAddress Attribute Type
which has the OID 2.5.4.26.
- getRegisteredMbeanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "registered-mbean" property definition.
- getRegisteredPlugin(DN) - Method in class org.opends.server.core.PluginConfigManager
-
Retrieves the plugin with the specified configuration entry DN.
- getRegisteredPlugins() - Method in class org.opends.server.core.PluginConfigManager
-
Retrieves the set of plugins that have been registered with the Directory
Server.
- getRegisteredTableMeta(String) - Method in class org.opends.server.snmp.DIRECTORY_SERVER_MIB
-
- getRegisteredTableMeta(SnmpMib) - Method in class org.opends.server.snmp.TableDsApplIfOpsTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class org.opends.server.snmp.TableDsIntTable
-
- getRegisteredTableMeta(SnmpMib) - Method in class org.opends.server.snmp.TableDsTable
-
- getRejectedFile() - Method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Returns the path to store the rejected entries of the import.
- getRejectUnauthenticatedRequestsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "reject-unauthenticated-requests" property definition.
- getRejectWriter() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the writer that should be used to write entries that
are rejected rather than imported for some reason.
- getRelationChildRDNType(InstantiableRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile
-
Gets the LDAP RDN attribute type for child entries of an instantiable
relation.
- getRelationChildRDNType(SetRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile
-
Gets the LDAP RDN attribute type for child entries of an set relation.
- getRelationChildRDNType(InstantiableRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile.Wrapper
-
Gets the LDAP RDN attribute type for child entries of an instantiable
relation.
- getRelationChildRDNType(SetRelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile.Wrapper
-
Gets the LDAP RDN attribute type for child entries of an set
relation.
- getRelationDefinition(String) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the specified relation definition associated with this type of
managed object.The search will include any inherited relation
definitions.
- getRelationDefinition() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Gets the relation in the parent managed object which contains the
aggregated managed objects.
- getRelationDefinition() - Method in class org.forgerock.opendj.config.ManagedObjectPath
-
Get the relation definition of the managed object referred to by this
path.
- getRelationDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the relation definitions defined by this managed object definition.
- getRelationObjectClasses(RelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile
-
Gets the LDAP object classes associated with an instantiable or set
relation branch.
- getRelationRDNSequence(RelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile
-
Get an LDAP RDN sequence associated with a relation.
- getRelationRDNSequence(RelationDefinition<?, ?>) - Method in class org.forgerock.opendj.config.LDAPProfile.Wrapper
-
Get an LDAP RDN sequence associatied with a relation.
- getRelativeBaseDN() - Method in class org.opends.server.types.SubtreeSpecification
-
Get the relative base DN.
- getRelativeOffset() - Method in class org.forgerock.opendj.config.RelativeInheritedDefaultBehaviorProvider
-
Get the relative location of the parent managed object.
- getRemainingGraceLogins() - Method in class com.forgerock.opendj.ldap.controls.AccountUsabilityResponseControl
-
Returns the number of remaining grace logins for the user.
- getRemainingGraceLogins() - Method in class org.opends.server.controls.AccountUsableResponseControl
-
Retrieves the number of remaining grace logins for the user.
- getRemoteAddress() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the java.net.InetAddress associated with the remote client system.
- getRemoteAddress() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the java.net.InetAddress associated with the
remote client system.
- getRemoteAddress() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Get the address of the bound connection.
- getRemoteAddress() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves the java.net.InetAddress associated with
the remote client system.
- getRemoteAddress() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the java.net.InetAddress associated with the remote
client system.
- getRemoteAddress() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the java.net.InetAddress associated with the
remote client system.
- getRemoteAddress() - Method in class org.opends.server.replication.protocol.Session
-
Retrieve the IP address and port of the remote server.
- getRemoteConnection(ServerDescriptor, DN, String, int, Set<PreferredConnection>) - Method in class org.opends.quicksetup.Application
-
Gets a connection based on the information that appears on the
provided ServerDescriptor object.
- getRemoteEntry() - Method in class org.opends.guitools.controlpanel.browser.NodeRefresher
-
Returns the remote entry for the node.
- getRemoteRDN() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the RDN value of the remote entry.
- getRemoteRDNWithAttributeName() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the RDN value of the remote entry (with the name of the attribute).
- getRemoteServers() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns a Set containing the ServerDescriptors discovered in the
TopologyCache.
- getRemoteUrl() - Method in class org.opends.guitools.controlpanel.browser.NodeRefresher
-
Returns the URL of the remote entry.
- getRemoteUrl() - Method in class org.opends.guitools.controlpanel.ui.nodes.BasicNode
-
Returns the URL of the remote entry (if the node does not represent a
referral it will be null).
- getRemoteWithNoReplicationPort() - Method in class org.opends.quicksetup.UserData
-
Returns a Map containing as key a ServerDescriptor and as value an Integer
corresponding to the Replication Port chosen by the user.
- getRemoveBackups() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns whether the user wants to remove backups or not.
- getRemoveConfigurationAndSchema() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns whether the user wants to remove configuration and schema files or
not.
- getRemoveDatabases() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns whether the user wants to remove databases or not.
- getRemoveInboundAttributes() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
-
Gets the "remove-inbound-attributes" property.
- getRemoveInboundAttributes() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
-
Gets the "remove-inbound-attributes" property.
- getRemoveInboundAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Get the "remove-inbound-attributes" property definition.
- getRemoveLDIFs() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns whether the user wants to remove LDIF files or not.
- getRemoveLibrariesAndTools() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns whether the user wants to remove libraries and tools or not.
- getRemoveLogs() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns whether the user wants to remove logs or not.
- getRenameInboundAttributes() - Method in interface org.forgerock.opendj.server.config.client.AttributeCleanupPluginCfgClient
-
Gets the "rename-inbound-attributes" property.
- getRenameInboundAttributes() - Method in interface org.forgerock.opendj.server.config.server.AttributeCleanupPluginCfg
-
Gets the "rename-inbound-attributes" property.
- getRenameInboundAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Get the "rename-inbound-attributes" property definition.
- getReplacePattern() - Method in interface org.forgerock.opendj.server.config.client.RegularExpressionIdentityMapperCfgClient
-
Gets the "replace-pattern" property.
- getReplacePattern() - Method in interface org.forgerock.opendj.server.config.server.RegularExpressionIdentityMapperCfg
-
Gets the "replace-pattern" property.
- getReplacePatternPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Get the "replace-pattern" property definition.
- getReplicaID() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNDescriptor
-
Returns the ID of the replication domain associated with this base DN. -1
if this base DN is not replicated.
- getReplicaId() - Method in class org.opends.server.replication.server.changelog.file.ReplicaCursor
-
Returns the replica identifier that this cursor is associated to.
- getReplicaInfos() - Method in class org.opends.server.replication.protocol.TopologyMsg
-
Get the DS infos.
- getReplicaInfos() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Gets the info for DSs in the topology (except us).
- getReplicaInfos() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the info for Replicas in the topology (except us).
- getReplicas() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the replicas contained on the server.
- getReplicas() - Method in class org.opends.admin.ads.SuffixDescriptor
-
Returns the replicas associated with this SuffixDescriptor.
- getReplicaStates() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Gets the States of all the Replicas currently in the Topology.
- getReplicaStates() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the States of all the Replicas currently in the
Topology.
- getReplicationDBDirectory() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "replication-db-directory" property.
- getReplicationDBDirectory() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "replication-db-directory" property.
- getReplicationDBDirectoryPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "replication-db-directory" property definition.
- getReplicationDomain(String) - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
-
Gets the named Replication Domain.
- getReplicationDomain(String) - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Gets the named Replication Domain.
- getReplicationDomain() - Method in class org.opends.server.replication.plugin.UpdateToReplay
-
Getter for replication domain.
- getReplicationDomainDB() - Method in interface org.opends.server.replication.server.changelog.api.ChangelogDB
-
- getReplicationDomainDB() - Method in class org.opends.server.replication.server.changelog.file.FileChangelogDB
-
- getReplicationDomainsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Get the "replication-domains" relation definition.
- getReplicationId(Set<Integer>) - Static method in class org.opends.quicksetup.installer.InstallerHelper
-
Returns the ID to be used for a new replication server or domain.
- getReplicationOptions() - Method in class org.opends.quicksetup.UserData
-
Returns the DataReplicationOptions object representing the data in the
Data Replication panel.
- getReplicationPort() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "replication-port" property.
- getReplicationPort() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "replication-port" property.
- getReplicationPort() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the replication server port. -1 if no replication server port is
defined.
- getReplicationPort() - Method in class org.opends.quicksetup.Configuration
-
Provides the Replication port as is specified in the config.ldif file.
- getReplicationPort() - Method in class org.opends.quicksetup.installer.DataReplicationOptions
-
Returns the port that is going to be used for replication.
- getReplicationPort() - Method in class org.opends.server.replication.server.ReplicationServer
-
Retrieves the port used by this ReplicationServer.
- getReplicationPort1() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the first server replication port explicitly provided in the enable
replication subcommand.
- getReplicationPort2() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the second server replication port explicitly provided in the
enable replication subcommand.
- getReplicationPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "replication-port" property definition.
- getReplicationPurgeDelay() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "replication-purge-delay" property.
- getReplicationPurgeDelay() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "replication-purge-delay" property.
- getReplicationPurgeDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "replication-purge-delay" property definition.
- getReplicationServer() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "replication-server" property.
- getReplicationServer() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "replication-server" property.
- getReplicationServer() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServiceDiscoveryMechanismCfgClient
-
Gets the "replication-server" property.
- getReplicationServer() - Method in interface org.forgerock.opendj.server.config.client.ReplicationSynchronizationProviderCfgClient
-
Gets the Replication Server if it is present.
- getReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "replication-server" property.
- getReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "replication-server" property.
- getReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServiceDiscoveryMechanismCfg
-
Gets the "replication-server" property.
- getReplicationServer() - Method in interface org.forgerock.opendj.server.config.server.ReplicationSynchronizationProviderCfg
-
Gets the Replication Server if it is present.
- getReplicationServer() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns the replication server as referenced in other servers.
- getReplicationServer() - Method in class org.opends.server.replication.plugin.ReplicationServerListener
-
Returns the associated Replication Server.
- getReplicationServer() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Get the host and port of the replicationServer to which this broker is currently connected.
- getReplicationServer() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Get the name of the replicationServer to which this domain is currently
connected.
- getReplicationServerDomain(DN) - Method in class org.opends.server.replication.server.ReplicationServer
-
Get the ReplicationServerDomain associated to the base DN given in
parameter.
- getReplicationServerDomain(DN, boolean) - Method in class org.opends.server.replication.server.ReplicationServer
-
Get the ReplicationServerDomain associated to the base DN given in
parameter.
- getReplicationServerHostPort() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the String representation of this replication server based
on the information we have ("hostname":"replication port") and
null if this is not a replication server.
- getReplicationServerId() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "replication-server-id" property.
- getReplicationServerId() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "replication-server-id" property.
- getReplicationServerId() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the replication server ID of this server and -1 if this is not a
replications server.
- getReplicationServerIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "replication-server-id" property definition.
- getReplicationServerListener() - Method in class org.opends.server.replication.plugin.MultimasterReplication
-
Returns the replication server listener associated to that Multimaster
Replication.
- getReplicationServerPort() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the replication port of this server and -1 if this is not a
replications server.
- getReplicationServerPort() - Method in class org.opends.guitools.uninstaller.UninstallData
-
Returns the port of the replication server
- getReplicationServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "replication-server" property definition.
- getReplicationServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "replication-server" property definition.
- getReplicationServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "replication-server" property definition.
- getReplicationServerRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Get the "replication-server" relation definition.
- getReplicationServers() - Method in class org.opends.admin.ads.ReplicaDescriptor
-
Returns a set containing the String representation of the replication
servers that are defined in the replication domain for this replica.
- getReplicationServers() - Method in class org.opends.admin.ads.SuffixDescriptor
-
Returns the Set of Replication servers for the whole suffix topology.
- getReplServerDbState() - Method in class org.opends.server.replication.protocol.MonitorMsg
-
Get the state of the replication server that sent this message.
- getReportAuthzID() - Method in class org.opends.server.tools.LDAPConnectionOptions
-
Indicates whether to request that the server return the authorization ID in
the bind response.
- getRequest() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Returns the attached request.
- getRequestControl(ControlDecoder<T>) - Method in class org.opends.server.core.OperationWrapper
-
- getRequestControl(ControlDecoder<T>) - Method in class org.opends.server.types.AbstractOperation
-
- getRequestControl(ControlDecoder<T>) - Method in interface org.opends.server.types.Operation
-
Retrieves a control included in the request from the client.
- getRequestControl(ControlDecoder<T>) - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves a control included in the request from the client.
- getRequestControls() - Method in class org.opends.server.core.OperationWrapper
-
- getRequestControls() - Method in class org.opends.server.types.AbstractOperation
-
- getRequestControls() - Method in interface org.opends.server.types.Operation
-
Retrieves the set of controls included in the request from the
client.
- getRequestControls() - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the set of controls included in the request from the
client.
- getRequestedAttributes() - Method in class org.opends.server.controls.LDAPPostReadRequestControl
-
Retrieves the set of processed attributes that have been requested for
inclusion in the entry that is returned.
- getRequestedAttributes() - Method in class org.opends.server.controls.LDAPPreReadRequestControl
-
Retrieves the set of processed attributes that have been requested for
inclusion in the entry that is returned.
- getRequestedStatus() - Method in class org.opends.server.replication.protocol.ChangeStatusMsg
-
Get the requested status.
- getRequesterServer() - Method in class org.opends.server.replication.server.ExpectedAcksInfo
-
Gets the server handler of the server which requested the acknowledgments.
- getRequestHandler(LogPublisherCfg) - Method in class org.opends.server.loggers.CommonAudit
-
Returns the Common Audit request handler for the provided configuration.
- getRequestID() - Method in interface org.forgerock.opendj.ldap.LdapPromise
-
Returns the request ID of the request if appropriate.
- getRequestID() - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
-
Returns the request ID of the request to be abandoned.
- getRequestID() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
Returns the request ID of the request to be abandoned.
- getRequestID() - Method in class org.opends.dsml.protocol.BatchRequest
-
Gets the value of the requestID property.
- getRequestID() - Method in class org.opends.dsml.protocol.BatchResponse
-
Gets the value of the requestID property.
- getRequestID() - Method in class org.opends.dsml.protocol.DsmlMessage
-
Gets the value of the requestID property.
- getRequestID() - Method in class org.opends.dsml.protocol.ErrorResponse
-
Gets the value of the requestID property.
- getRequestID() - Method in class org.opends.dsml.protocol.SearchResponse
-
Gets the value of the requestID property.
- getRequestName() - Method in class org.opends.dsml.protocol.ExtendedRequest
-
Gets the value of the requestName property.
- getRequestOID() - Method in interface org.opends.server.core.ExtendedOperation
-
Retrieves the OID for the request associated with this extended
operation.
- getRequestOID() - Method in class org.opends.server.core.ExtendedOperationBasis
-
- getRequestOID() - Method in class org.opends.server.core.ExtendedOperationWrapper
-
- getRequestOID() - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
-
Retrieves the OID for the request associated with this extended
operation.
- getRequestOID() - Method in interface org.opends.server.types.operation.PostResponseExtendedOperation
-
Retrieves the OID for the request associated with this extended
operation.
- getRequestOID() - Method in interface org.opends.server.types.operation.PreOperationExtendedOperation
-
Retrieves the OID for the request associated with this extended
operation.
- getRequestOID() - Method in interface org.opends.server.types.operation.PreParseExtendedOperation
-
Retrieves the OID for the request associated with this extended
operation.
- getRequestSymmetricKey() - Method in class com.forgerock.opendj.ldap.extensions.GetSymmetricKeyExtendedRequest
-
Returns the request symmetric key.
- getRequestTargetDNEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "request-target-dn-equal-to" property.
- getRequestTargetDNEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "request-target-dn-equal-to" property.
- getRequestTargetDNEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "request-target-dn-equal-to" property definition.
- getRequestTargetDNNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "request-target-dn-not-equal-to" property.
- getRequestTargetDNNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "request-target-dn-not-equal-to" property.
- getRequestTargetDNNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "request-target-dn-not-equal-to" property definition.
- getRequestValue() - Method in class org.opends.dsml.protocol.ExtendedRequest
-
Gets the value of the requestValue property.
- getRequestValue() - Method in interface org.opends.server.core.ExtendedOperation
-
Retrieves the value for the request associated with this extended
operation.
- getRequestValue() - Method in class org.opends.server.core.ExtendedOperationBasis
-
- getRequestValue() - Method in class org.opends.server.core.ExtendedOperationWrapper
-
- getRequestValue() - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
-
Retrieves the value for the request associated with this extended
operation.
- getRequestValue() - Method in interface org.opends.server.types.operation.PostResponseExtendedOperation
-
Retrieves the value for the request associated with this extended
operation.
- getRequestValue() - Method in interface org.opends.server.types.operation.PreOperationExtendedOperation
-
Retrieves the value for the request associated with this extended
operation.
- getRequestValue() - Method in interface org.opends.server.types.operation.PreParseExtendedOperation
-
Retrieves the value for the request associated with this extended
operation.
- getRequireChangeByTime() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "require-change-by-time" property.
- getRequireChangeByTime() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "require-change-by-time" property.
- getRequireChangeByTime() - Method in class org.opends.server.core.PasswordPolicy
-
Retrieves the time by which all users will be required to change their
passwords, expressed in the number of milliseconds since midnight of
January 1, 1970 (i.e., the zero time for
System.currentTimeMillis()).
- getRequireChangeByTime() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getRequireChangeByTimePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "require-change-by-time" property definition.
- getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable set containing the required attributes for this
DIT content rule.
- getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns an unmodifiable set containing the required attributes of this
name form.
- getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the required attributes for this
object class and any superior object classes that it might have.
- getRequiredChangeTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the timestamp for the last required change time that the user complied with.
- getRequiredScope() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2AuthorizationMechanismCfgClient
-
Gets the "required-scope" property.
- getRequiredScope() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2AuthorizationMechanismCfg
-
Gets the "required-scope" property.
- getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2AuthorizationMechanismCfgDefn
-
Get the "required-scope" property definition.
- getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Get the "required-scope" property definition.
- getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Get the "required-scope" property definition.
- getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "required-scope" property definition.
- getRequiredScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "required-scope" property definition.
- getRequireSecureAuthenticationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "require-secure-authentication" property definition.
- getRequireSecurePasswordChangesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "require-secure-password-changes" property definition.
- getResetChangeNumber() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the changenumber specified as argument.
- getResidentialPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the residentialPerson Object Class
which has the OID 2.5.6.10.
- getResourceDN() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Get the resource DN.
- getResourceEntry() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Return the entry being evaluated
.
- getResourceEntry() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
Get the entry being evaluated.
- getResourcesDirectory() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the resources directory.
- getResponse() - Method in class org.opends.dsml.protocol.ExtendedResponse
-
Gets the value of the response property.
- getResponseControls() - Method in class org.opends.server.core.AbandonOperationBasis
-
- getResponseControls() - Method in class org.opends.server.core.AddOperationBasis
-
- getResponseControls() - Method in class org.opends.server.core.BindOperationBasis
-
- getResponseControls() - Method in class org.opends.server.core.CompareOperationBasis
-
- getResponseControls() - Method in class org.opends.server.core.DeleteOperationBasis
-
- getResponseControls() - Method in class org.opends.server.core.ExtendedOperationBasis
-
- getResponseControls() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getResponseControls() - Method in class org.opends.server.core.ModifyOperationBasis
-
- getResponseControls() - Method in class org.opends.server.core.OperationWrapper
-
- getResponseControls() - Method in class org.opends.server.core.SearchOperationBasis
-
- getResponseControls() - Method in class org.opends.server.core.UnbindOperationBasis
-
- getResponseControls() - Method in interface org.opends.server.types.Operation
-
Retrieves the set of controls to include in the response to the
client.
- getResponseControls() - Method in interface org.opends.server.types.operation.PluginOperation
-
Retrieves the set of controls to include in the response to the
client.
- getResponseEtimeGreaterThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "response-etime-greater-than" property.
- getResponseEtimeGreaterThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "response-etime-greater-than" property.
- getResponseEtimeGreaterThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "response-etime-greater-than" property definition.
- getResponseEtimeLessThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "response-etime-less-than" property.
- getResponseEtimeLessThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "response-etime-less-than" property.
- getResponseEtimeLessThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "response-etime-less-than" property definition.
- getResponseMessage() - Method in class org.opends.server.types.CancelResult
-
Retrieves the human-readable response that the server provided
for the result of the cancellation.
- getResponseName() - Method in class org.opends.dsml.protocol.ExtendedResponse
-
Gets the value of the responseName property.
- getResponseOID() - Method in interface org.opends.server.core.ExtendedOperation
-
Retrieves the OID to include in the response to the client.
- getResponseOID() - Method in class org.opends.server.core.ExtendedOperationBasis
-
- getResponseOID() - Method in class org.opends.server.core.ExtendedOperationWrapper
-
- getResponseOID() - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
-
Retrieves the OID to include in the response to the client.
- getResponseOID() - Method in interface org.opends.server.types.operation.PostResponseExtendedOperation
-
Retrieves the OID to include in the response to the client.
- getResponseOrder() - Method in class org.opends.dsml.protocol.BatchRequest
-
Gets the value of the responseOrder property.
- getResponseResult(Operation, T) - Static method in class org.forgerock.opendj.adapter.server3x.Converters
-
Populates the result object with the operation details and return the
result object if it was successful.
- getResponseResult(Operation) - Static method in class org.forgerock.opendj.adapter.server3x.Converters
-
Converts the OpenDJ server
Operation object into an OpenDJ LDAP SDK
Result object.
- getResponseResultCodeEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "response-result-code-equal-to" property.
- getResponseResultCodeEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "response-result-code-equal-to" property.
- getResponseResultCodeEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "response-result-code-equal-to" property definition.
- getResponseResultCodeNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "response-result-code-not-equal-to" property.
- getResponseResultCodeNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "response-result-code-not-equal-to" property.
- getResponseResultCodeNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "response-result-code-not-equal-to" property definition.
- getResponseValue() - Method in interface org.opends.server.core.ExtendedOperation
-
Retrieves the value to include in the response to the client.
- getResponseValue() - Method in class org.opends.server.core.ExtendedOperationBasis
-
- getResponseValue() - Method in class org.opends.server.core.ExtendedOperationWrapper
-
- getResponseValue() - Method in interface org.opends.server.types.operation.PostOperationExtendedOperation
-
Retrieves the value to include in the response to the client.
- getResponseValue() - Method in interface org.opends.server.types.operation.PostResponseExtendedOperation
-
Retrieves the value to include in the response to the client.
- getResult() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Returns a result code indicating the outcome of the server-side sort
request.
- getResult() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns result code indicating the outcome of the virtual list view
request.
- getResult() - Method in exception org.forgerock.opendj.ldap.LdapException
-
Returns the error result which caused this exception to be thrown.
- getResult() - Method in class org.opends.guitools.controlpanel.ui.UnsavedChangesDialog
-
Returns the option the user gave when closing this dialog.
- getResultCode() - Method in class org.forgerock.opendj.config.server.ConfigChangeResult
-
Retrieves the result code for this config change result.
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns the result code associated with this result.
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getResultCode() - Method in class org.opends.dsml.protocol.LDAPResult
-
Gets the value of the resultCode property.
- getResultCode() - Method in class org.opends.server.api.plugin.PluginResult.IntermediateResponse
-
- getResultCode() - Method in interface org.opends.server.api.plugin.PluginResult.OperationResult
-
- getResultCode() - Method in class org.opends.server.api.plugin.PluginResult.PostOperation
-
- getResultCode() - Method in class org.opends.server.api.plugin.PluginResult.PreOperation
-
- getResultCode() - Method in class org.opends.server.api.plugin.PluginResult.PreParse
-
- getResultCode() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateDelete
-
- getResultCode() - Method in class org.opends.server.api.plugin.PluginResult.SubordinateModifyDN
-
- getResultCode() - Method in class org.opends.server.controls.ServerSideSortResponseControl
-
Retrieves the result code for this sort result.
- getResultCode() - Method in class org.opends.server.core.OperationWrapper
-
- getResultCode() - Method in class org.opends.server.extensions.EntryCacheCommon.ConfigErrorHandler
-
Get the current result code that was elaborated right after a
configuration has been applied.
- getResultCode() - Method in class org.opends.server.protocols.ldap.AddResponseProtocolOp
-
Retrieves the result code for this response.
- getResultCode() - Method in class org.opends.server.protocols.ldap.BindResponseProtocolOp
-
Retrieves the result code for this response.
- getResultCode() - Method in class org.opends.server.protocols.ldap.CompareResponseProtocolOp
-
Retrieves the result code for this response.
- getResultCode() - Method in class org.opends.server.protocols.ldap.DeleteResponseProtocolOp
-
Retrieves the result code for this response.
- getResultCode() - Method in class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Retrieves the result code for this response.
- getResultCode() - Method in class org.opends.server.protocols.ldap.ModifyDNResponseProtocolOp
-
Retrieves the result code for this response.
- getResultCode() - Method in class org.opends.server.protocols.ldap.ModifyResponseProtocolOp
-
Retrieves the result code for this response.
- getResultCode() - Method in class org.opends.server.protocols.ldap.SearchResultDoneProtocolOp
-
Retrieves the result code for this response.
- getResultCode() - Method in exception org.opends.server.tools.LDAPConnectionException
-
Return the result code associated with this exception.
- getResultCode() - Method in class org.opends.server.types.AbstractOperation
-
- getResultCode() - Method in class org.opends.server.types.CancelResult
-
Retrieves the result code associated with this cancel result.
- getResultCode() - Method in exception org.opends.server.types.DirectoryException
-
Retrieves the result code for this directory exception.
- getResultCode() - Method in exception org.opends.server.types.LDAPException
-
Retrieves the LDAP result code associated with this exception.
- getResultCode() - Method in interface org.opends.server.types.Operation
-
Retrieves the result code for this operation.
- getResultCode() - Method in interface org.opends.server.types.operation.InProgressOperation
-
Retrieves the result code for this operation.
- getResultCode() - Method in interface org.opends.server.types.operation.PostOperationOperation
-
Retrieves the result code for this operation.
- getResultCode() - Method in interface org.opends.server.types.operation.PostResponseOperation
-
Retrieves the result code for this operation.
- getResultCode() - Method in interface org.opends.server.types.operation.PostSynchronizationOperation
-
Retrieves the result code for this operation.
- getResultCode() - Method in class org.opends.server.types.SynchronizationProviderResult.ContinueProcessing
-
- getResultCode() - Method in class org.opends.server.types.SynchronizationProviderResult.StopProcessing
-
- getResultDecoder() - Method in class com.forgerock.opendj.ldap.extensions.GetConnectionIDExtendedRequest
-
- getResultDecoder() - Method in class com.forgerock.opendj.ldap.extensions.GetSymmetricKeyExtendedRequest
-
- getResultDecoder() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
- getResultDecoder() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
Returns a decoder which can be used to decoded responses to this extended
request.
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getRet(EnumBindRuleType, boolean) - Method in enum org.opends.server.authorization.dseecompat.EnumEvalResult
-
The method tries to determine if the result was undefined, and if so
it returns an FAIL enumeration.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedDebugLogPublisherCfgClient
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHTTPAccessLogPublisherCfgClient
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
-
Gets the "retention-policy" property.
- getRetentionPolicy() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHTTPAccessLogPublisherCfg
-
Gets the "retention-policy" property.
- getRetentionPolicy(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the log retention policy registered for the provided
configuration entry.
- getRetentionPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "retention-policy" property as a set of DNs.
- getRetentionPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "retention-policy" property as a set of DNs.
- getRetentionPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "retention-policy" property as a set of DNs.
- getRetentionPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "retention-policy" property as a set of DNs.
- getRetentionPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "retention-policy" property as a set of DNs.
- getRetentionPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "retention-policy" property as a set of DNs.
- getRetentionPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "retention-policy" property as a set of DNs.
- getRetentionPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
-
Gets the "retention-policy" property as a set of DNs.
- getRetentionPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHTTPAccessLogPublisherCfg
-
Gets the "retention-policy" property as a set of DNs.
- getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "retention-policy" property definition.
- getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "retention-policy" property definition.
- getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "retention-policy" property definition.
- getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "retention-policy" property definition.
- getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "retention-policy" property definition.
- getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "retention-policy" property definition.
- getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "retention-policy" property definition.
- getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "retention-policy" property definition.
- getRetentionPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHTTPAccessLogPublisherCfgDefn
-
Get the "retention-policy" property definition.
- getRetentionTime() - Method in class org.opends.server.backends.task.TaskBackend
-
Retrieves the length of time in seconds that information for a task should
be retained after processing on it has completed.
- getReturnBindErrorMessagesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "return-bind-error-messages" property definition.
- getReturnCode() - Method in exception com.forgerock.opendj.cli.ClientException
-
Retrieves the exit code that the client may use if it considers this to be a fatal problem.
- getReturnCode() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the return code (this makes sense when the task launches a
command-line, it will return the error code returned by the command-line).
- getReturnCode() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getReturnCode() - Method in interface org.opends.quicksetup.CliApplication
-
Gets the return code to return to the console.
- getReturnCode() - Method in class org.opends.quicksetup.ReturnCode
-
Gets the return code to return to the console.
- getReturnCode() - Method in enum org.opends.server.tools.dsreplication.ReplicationCliReturnCode
-
Get the corresponding return code value.
- getReturnECs() - Method in class org.opends.server.controls.PersistentSearchControl
-
Indicates whether to include the entry change notification control in
entries returned to the client as the result of a change in the Directory
Server data.
- getReverseAggregationPropertyDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the aggregation property definitions which refer directly to this
managed object definition.
- getReverseRelationDefinitions() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Get the relation definitions which refer directly to this managed object
definition.
- getRevision() - Method in class org.opends.quicksetup.BuildInformation
-
Gets the VCS revision.
- getRevision() - Method in class org.opends.server.util.BuildVersion
-
Returns the VCS revision.
- getRight() - Method in enum org.opends.server.authorization.dseecompat.EnumRight
-
Returns the string representation of the right.
- getRightPanelBorder() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the border to be used in the right panel of the dialog with a tree
on the left (for instance the schema browser, entry browser and index
browser).
- getRights() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Return the rights set for this container's LDAP operation.
- getRights() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
Return the rights for this container's LDAP operation.
- getRMIConnector() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
Get the JMX connection handler's RMI connector.
- getRmiPort() - Method in interface org.forgerock.opendj.server.config.client.JMXConnectionHandlerCfgClient
-
Gets the "rmi-port" property.
- getRmiPort() - Method in interface org.forgerock.opendj.server.config.server.JMXConnectionHandlerCfg
-
Gets the "rmi-port" property.
- getRmiPort() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
Get the JMX connection handler's rmi port.
- getRmiPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "rmi-port" property definition.
- getRoleOccupantAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the roleOccupant Attribute Type
which has the OID 2.5.4.33.
- getRootConfig() - Method in interface org.opends.server.core.ServerContext
-
Returns the root configuration object.
- getRootConfiguration() - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
-
- getRootConfiguration() - Method in interface org.forgerock.opendj.config.client.ManagementContext
-
Gets the root configuration client associated with this management
context.
- getRootConfiguration() - Method in class org.forgerock.opendj.config.server.ServerManagementContext
-
Get the root configuration manager associated with this management
context.
- getRootConfiguration() - Method in class org.opends.admin.ads.util.ConnectionWrapper
-
Returns the root configuration client by using the inrnal Connection.
- getRootConfigurationManagedObject() - Method in class org.forgerock.opendj.config.client.DriverBasedManagementContext
-
- getRootConfigurationManagedObject() - Method in interface org.forgerock.opendj.config.client.ManagementContext
-
Gets the root configuration managed object associated with this
management context.
- getRootConfigurationManagedObject() - Method in class org.forgerock.opendj.config.client.spi.Driver
-
Gets the root configuration managed object associated with this
management context driver.
- getRootConfigurationManagedObject() - Method in class org.forgerock.opendj.config.server.ServerManagementContext
-
Get the root configuration server managed object associated with this
management context.
- getRootConnection() - Static method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves a shared internal client connection that is
authenticated as a root user.
- getRootContainer() - Method in class org.opends.server.backends.pluggable.BackendImpl
-
Returns a handle to the root container currently used by this backend.
- getRootDirectory() - Method in class org.opends.quicksetup.Installation
-
Gets the top level directory of an OpenDJ installation.
- getRootDN() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the Root DN.
- getRootDN() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the Root DN.
- getRootDN() - Method in class org.opends.server.types.SubtreeSpecification
-
Get the root DN.
- getRootDNRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "root-dn" relation definition.
- getRootDNs() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the DNs for the root users configured in the Directory Server.
- getRootDNUser(String) - Method in interface org.forgerock.opendj.server.config.client.RootDNCfgClient
-
Gets the named Root DN User.
- getRootDNUser(String) - Method in interface org.forgerock.opendj.server.config.server.RootDNCfg
-
Gets the named Root DN User.
- getRootDNUsersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootDNCfgDefn
-
Get the "root-dn-users" relation definition.
- getRootDSE() - Method in class org.opends.server.backends.RootDSEBackend
-
Retrieves the root DSE entry for the Directory Server.
- getRootDSEBackend() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the Root DSE Backend.
- getRootDSEBackend() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the Root DSE Backend.
- getRootDSEBackend() - Method in class org.opends.server.core.BackendConfigManager
-
Retrieves the Root DSE backend.
- getRootDSEBackendRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "root-dse-backend" relation definition.
- getRootEntry() - Method in class org.opends.server.config.ConfigurationHandler
-
Returns the configuration root entry.
- getRootFrames() - Method in class org.opends.server.plugins.profiler.ProfileViewer
-
Retrieves an array containing the root frames for the profile information.
- getRootMonitor() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the root entry of the monitoring tree.
- getRootMonitor() - Method in class org.opends.guitools.controlpanel.util.ConfigFromConnection
-
Returns the root entry of the monitoring tree.
- getRootPrivileges() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of privileges that should automatically be granted to
root users when they authenticate.
- getRootPrivileges() - Method in class org.opends.server.core.RootDNConfigManager
-
Retrieves the set of privileges that will be granted to root users by
default.
- getRotationInterval() - Method in interface org.forgerock.opendj.server.config.client.TimeLimitLogRotationPolicyCfgClient
-
Gets the "rotation-interval" property.
- getRotationInterval() - Method in interface org.forgerock.opendj.server.config.server.TimeLimitLogRotationPolicyCfg
-
Gets the "rotation-interval" property.
- getRotationIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
-
Get the "rotation-interval" property definition.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedDebugLogPublisherCfgClient
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.JsonFileAccessLogPublisherCfgClient
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.client.JsonFileHTTPAccessLogPublisherCfgClient
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
-
Gets the "rotation-policy" property.
- getRotationPolicy() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHTTPAccessLogPublisherCfg
-
Gets the "rotation-policy" property.
- getRotationPolicy(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the log rotation policy registered for the provided configuration
entry.
- getRotationPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "rotation-policy" property as a set of DNs.
- getRotationPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "rotation-policy" property as a set of DNs.
- getRotationPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "rotation-policy" property as a set of DNs.
- getRotationPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "rotation-policy" property as a set of DNs.
- getRotationPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "rotation-policy" property as a set of DNs.
- getRotationPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "rotation-policy" property as a set of DNs.
- getRotationPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "rotation-policy" property as a set of DNs.
- getRotationPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.JsonFileAccessLogPublisherCfg
-
Gets the "rotation-policy" property as a set of DNs.
- getRotationPolicyDNs() - Method in interface org.forgerock.opendj.server.config.server.JsonFileHTTPAccessLogPublisherCfg
-
Gets the "rotation-policy" property as a set of DNs.
- getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "rotation-policy" property definition.
- getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "rotation-policy" property definition.
- getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "rotation-policy" property definition.
- getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "rotation-policy" property definition.
- getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "rotation-policy" property definition.
- getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "rotation-policy" property definition.
- getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "rotation-policy" property definition.
- getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "rotation-policy" property definition.
- getRotationPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHTTPAccessLogPublisherCfgDefn
-
Get the "rotation-policy" property definition.
- getRowCount() - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
- getRowCount() - Method in class org.opends.guitools.controlpanel.datamodel.BackupTableModel
-
- getRowCount() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNTableModel
-
- getRowCount() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerTableModel
-
- getRowCount() - Method in class org.opends.guitools.controlpanel.datamodel.DatabaseMonitoringTableModel
-
- getRowCount() - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
Returns the row count.
- getRowWidth() - Method in class com.forgerock.opendj.cli.TableBuilder
-
Gets the width of the current row.
- getRSApproxFirstMissingDate(int) - Method in class org.opends.server.replication.protocol.MonitorMsg
-
Get the approximation of the date of the older missing change for the
RS Server with the provided server Id.
- getRsGroupId() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Gets the group id of the RS we are connected to.
- getRsId() - Method in class org.opends.server.replication.common.DSInfo
-
Get the RS id the DS is connected to.
- getRsInfos() - Method in class org.opends.server.replication.protocol.TopologyMsg
-
Get the RS infos.
- getRsInfos() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Gets the info for RSs in the topology (except the one we are connected
to).
- getRsInfos() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the info for RSs in the topology (except the one we are connected
to).
- getRsServerId() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Gets the server id of the RS we are connected to.
- getRsServerId() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the server ID of the Replication Server to which the domain
is currently connected.
- getRSServerState(int) - Method in class org.opends.server.replication.protocol.MonitorMsg
-
Get the server state for the RS server with the provided serverId.
- getRuleID() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Retrieves the rule ID for this DIT structure rule.
- getRunError() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
Returns the ApplicationException that might occur during installation or
null if no exception occurred.
- getRunError() - Method in interface org.opends.quicksetup.CliApplication
-
Gets any exception that happened while this application was running.
- getRunningTime() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the running time of the server in milliseconds.
- getSafeDataLevel() - Method in class org.opends.server.replication.common.DSInfo
-
Get the DS safe data level (relevant if assured mode is safe data).
- getSafeDataLevel() - Method in class org.opends.server.replication.protocol.StartSessionMsg
-
Get the safe data level.
- getSafeDataLevel() - Method in class org.opends.server.replication.protocol.UpdateMsg
-
Get the safe data level in this message.
- getSambaAdministratorDN() - Method in interface org.forgerock.opendj.server.config.client.SambaPasswordPluginCfgClient
-
Gets the "samba-administrator-dn" property.
- getSambaAdministratorDN() - Method in interface org.forgerock.opendj.server.config.server.SambaPasswordPluginCfg
-
Gets the "samba-administrator-dn" property.
- getSambaAdministratorDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Get the "samba-administrator-dn" property definition.
- getSASLAuthStateInfo() - Method in class org.opends.server.api.ClientConnection
-
Retrieves an opaque set of information that may be used for
processing multi-stage SASL binds.
- getSASLAuthUserEntry() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the user entry associated with the SASL authentication attempt.
- getSASLAuthUserEntry() - Method in class org.opends.server.core.BindOperationBasis
-
- getSASLAuthUserEntry() - Method in class org.opends.server.core.BindOperationWrapper
-
- getSASLAuthUserEntry() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves the user entry associated with the SASL authentication
attempt.
- getSASLAuthUserEntry() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves the user entry associated with the SASL authentication
attempt.
- getSASLByteChannel(ClientConnection, String, SASLContext) - Static method in class org.opends.server.extensions.SASLByteChannel
-
Return a SASL byte channel instance created using the specified parameters.
- getSASLCredentials() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the SASL credentials for this bind operation.
- getSASLCredentials() - Method in class org.opends.server.core.BindOperationBasis
-
- getSASLCredentials() - Method in class org.opends.server.core.BindOperationWrapper
-
- getSASLCredentials() - Method in class org.opends.server.protocols.ldap.BindRequestProtocolOp
-
Retrieves the SASL credentials for this bind request.
- getSASLCredentials() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves the SASL credentials for this bind operation.
- getSASLCredentials() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves the SASL credentials for this bind operation.
- getSASLCredentials() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
-
Retrieves the SASL credentials for this bind operation.
- getSASLCredentials() - Method in interface org.opends.server.types.operation.PreParseBindOperation
-
Retrieves the SASL credentials for this bind operation.
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
Returns the SASL mechanism for this SASL bind request.
- getSASLMechanism() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the SASL mechanism for this bind operation.
- getSASLMechanism() - Method in class org.opends.server.core.BindOperationBasis
-
- getSASLMechanism() - Method in class org.opends.server.core.BindOperationWrapper
-
- getSASLMechanism() - Method in class org.opends.server.protocols.ldap.BindRequestProtocolOp
-
Retrieves the SASL mechanism for this bind request.
- getSASLMechanism() - Method in class org.opends.server.tools.LDAPConnectionOptions
-
Get the SASL mechanism used for authentication.
- getSASLMechanism() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves the SASL mechanism for this bind operation.
- getSASLMechanism() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves the SASL mechanism for this bind operation.
- getSASLMechanism() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
-
Retrieves the SASL mechanism for this bind operation.
- getSASLMechanism() - Method in interface org.opends.server.types.operation.PreParseBindOperation
-
Retrieves the SASL mechanism for this bind operation.
- getSASLMechanismHandler(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named SASL Mechanism Handler.
- getSASLMechanismHandler(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named SASL Mechanism Handler.
- getSASLMechanismHandler(String) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the handler for the specified SASL mechanism.
- getSASLMechanismHandler(String) - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the handler for the specified SASL mechanism.
- getSASLMechanismHandlersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "sasl-mechanism-handlers" relation definition.
- getSaslOptionArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'saslOption' argument.
- getSASLProperties(String) - Static method in class org.opends.server.tools.LDAPAuthenticationHandler
-
Retrieves a list of the SASL properties that may be provided for the
specified SASL mechanism, mapped from the property names to their
corresponding descriptions.
- getSASLProperties() - Method in class org.opends.server.tools.LDAPConnectionOptions
-
Get the SASL options used for authentication.
- getSASLServer() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the
SaslServer currently in use by the underlying connection, or
null if SASL integrity and/or privacy protection is not enabled.
- getSaveConfigOnSuccessfulStartupPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "save-config-on-successful-startup" property definition.
- getSchedule() - Method in class org.opends.guitools.controlpanel.ui.components.ScheduleSummaryPanel
-
Returns the schedule represented by this panel.
- getSchedule() - Method in class org.opends.guitools.controlpanel.ui.TaskToSchedulePanel
-
Returns the schedule provided by the user.
- getScheduleArgs(ScheduleType) - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the command-line arguments associated with the provided schedule.
- getScheduledStartTime() - Method in class org.opends.server.backends.task.Task
-
Retrieves the scheduled start time for this task, if there is one.
- getScheduledStartTime() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the human-friendly scheduled time.
- getScheduledTask(DN) - Method in class org.opends.server.backends.task.TaskBackend
-
Retrieves the scheduled task for the entry with the provided DN.
- getScheduledTask(String) - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the scheduled task with the given task ID.
- getScheduledTask(DN) - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the scheduled task created from the specified entry.
- getScheduledTaskCount() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the number of scheduled tasks in the task backend.
- getScheduledTaskEntry(DN) - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the scheduled task entry with the provided DN.
- getScheduledTaskParentEntry() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the entry that is the immediate parent for all scheduled task
entries in the task backend.
- getScheduledTasksParentDN() - Method in class org.opends.server.backends.task.TaskBackend
-
Retrieves the DN of the entry that is the immediate parent for all
scheduled task information in the Directory Server.
- getScheduleTab() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets recurring schedule tab.
- getSchema() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the schema of the server.
- getSchema() - Method in class org.opends.guitools.controlpanel.ui.renderer.LDAPEntryTableCellRenderer
-
Returns the schema.
- getSchema() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the schema of the server.
- getSchema() - Method in class org.opends.guitools.controlpanel.util.RemoteSchemaLoader
-
Returns the schema that was read.
- getSchema() - Method in class org.opends.guitools.controlpanel.util.SchemaLoader
-
Returns the schema that was read.
- getSchema() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getSchema() - Method in interface org.opends.server.core.ServerContext
-
Returns the schema of the server.
- getSchema() - Method in class org.opends.server.schema.SchemaHandler
-
Returns the schema.
- getSchemaConcatFile() - Method in class org.opends.quicksetup.Installation
-
Creates a File object representing config/upgrade/schema.ldif.current which
the server creates the first time it starts if there are schema
customizations.
- getSchemaDirectory() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
-
Retrieves the directory that contains the server schema
configuration files.
- getSchemaDirectoryPath() - Method in class org.opends.server.schema.SchemaHandler
-
Retrieves the path to the directory containing the server schema files.
- getSchemaDN() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the DN of the entry containing the server schema definitions.
- getSchemaElement() - Method in class org.opends.guitools.controlpanel.event.SchemaElementSelectionEvent
-
Returns the schema element that has been selected.
- getSchemaElement() - Method in class org.opends.guitools.controlpanel.ui.nodes.SchemaElementTreeNode
-
Returns the schema element associated with the node.
- getSchemaEntry(DN) - Method in class org.opends.server.backends.SchemaBackend
-
Generates and returns a schema entry for the Directory Server.
- getSchemaEntryDN() - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
-
Gets the "schema-entry-dn" property.
- getSchemaEntryDN() - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
-
Gets the "schema-entry-dn" property.
- getSchemaEntryDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Get the "schema-entry-dn" property definition.
- getSchemaFiles(File) - Static method in class org.opends.server.util.SchemaUtils
-
Returns the list of schema files contained in the provided schema directory.
- getSchemaHandler() - Method in interface org.opends.server.core.ServerContext
-
Returns the schema handler, which provides operations to the schema.
- getSchemaLDIFResource() - Static method in class org.forgerock.opendj.security.OpenDJProviderSchema
-
Returns a URL referencing a resource containing the LDIF schema that is required in order to support the
OpenDJ security provider.
- getSchemaName() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the user-friendly name of this schema which may be used for
debugging purposes.
- getSchemaProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Schema Provider.
- getSchemaProvider(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Schema Provider.
- getSchemaProvidersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "schema-providers" relation definition.
- getSchemaReplicationID() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns the schema generation ID of the server.
- getSchemaResolver() - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Returns the strategy for selecting which Schema should be used
for decoding distinguished names, attribute descriptions, and other
objects which require a Schema in order to be decoded.
- getScheme() - Method in class org.opends.server.types.LDAPURL
-
Retrieves the scheme for this LDAP URL.
- getScope() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the search scope associated with this LDAP URL.
- getScope() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the scope of the search.
- getScope() - Method in interface org.forgerock.opendj.server.config.client.BackendVLVIndexCfgClient
-
Gets the "scope" property.
- getScope() - Method in interface org.forgerock.opendj.server.config.client.VirtualAttributeCfgClient
-
Gets the "scope" property.
- getScope() - Method in interface org.forgerock.opendj.server.config.server.BackendVLVIndexCfg
-
Gets the "scope" property.
- getScope() - Method in interface org.forgerock.opendj.server.config.server.VirtualAttributeCfg
-
Gets the "scope" property.
- getScope() - Method in class org.opends.dsml.protocol.SearchRequest
-
Gets the value of the scope property.
- getScope() - Method in class org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor
-
Returns the scope of the search indexed by the VLV index.
- getScope() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the scope for this search operation.
- getScope() - Method in class org.opends.server.core.SearchOperationBasis
-
- getScope() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getScope() - Method in class org.opends.server.protocols.internal.SearchRequest
-
To be removed.
- getScope() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
Retrieves the scope for this search request.
- getScope() - Method in class org.opends.server.types.LDAPURL
-
Retrieves the search scope for this LDAP URL.
- getScope() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the scope for this search operation.
- getScope() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the scope for this search operation.
- getScope() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the scope for this search operation.
- getScope() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
-
Retrieves the scope for this search operation.
- getScope() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the scope for this search operation.
- getScope() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the scope for this search operation.
- getScope() - Method in class org.opends.server.types.VirtualAttributeRule
-
Retrieves the scope of entries in the base DNs that are eligible
to have this virtual attribute.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVLVIndexCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScopePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Get the "scope" property definition.
- getScriptNamesForJavaArguments() - Method in class org.opends.quicksetup.UserData
-
Returns the different script names for which there are java arguments.
- getScriptPath(String) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the String that can be used to launch an script using Runtime.exec.
- getScriptPath(String) - Static method in class org.opends.server.util.SetupUtils
-
Returns the String that can be used to launch an script using Runtime.exec.
- getSearchEntries() - Method in class org.opends.server.protocols.internal.InternalSearchOperation
-
Retrieves the set of search result entries returned for this
search.
- getSearchEntry() - Method in class org.opends.server.controls.LDAPPostReadResponseControl
-
Retrieves the search result entry associated with this post-read response
control.
- getSearchEntry() - Method in class org.opends.server.controls.LDAPPreReadResponseControl
-
Retrieves the search result entry associated with this pre-read response
control.
- getSearchFilter() - Method in class org.opends.server.controls.LDAPAssertionRequestControl
-
Retrieves the processed search filter for this control.
- getSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the searchGuide Attribute Type
which has the OID 2.5.4.14.
- getSearchOneRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of one-level search requests that have been received.
- getSearchOperation() - Method in class org.opends.server.core.PersistentSearch
-
Get the search operation associated with this persistent search.
- getSearchReferences() - Method in class org.opends.server.protocols.internal.InternalSearchOperation
-
Retrieves the set of search result references returned for this
search.
- getSearchRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a search request
protocol op.
- getSearchRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of search requests that have been received.
- getSearchResponseIsIndexedPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "search-response-is-indexed" property definition.
- getSearchResponseNentriesGreaterThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "search-response-nentries-greater-than" property.
- getSearchResponseNentriesGreaterThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "search-response-nentries-greater-than" property.
- getSearchResponseNentriesGreaterThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "search-response-nentries-greater-than" property definition.
- getSearchResponseNentriesLessThan() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "search-response-nentries-less-than" property.
- getSearchResponseNentriesLessThan() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "search-response-nentries-less-than" property.
- getSearchResponseNentriesLessThanPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "search-response-nentries-less-than" property definition.
- getSearchResult() - Method in class org.opends.guitools.controlpanel.event.EntryReadEvent
-
Returns the search result containing the entry that was read.
- getSearchResultDone() - Method in class org.opends.dsml.protocol.SearchResponse
-
Gets the value of the searchResultDone property.
- getSearchResultDoneProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a search result done
protocol op.
- getSearchResultEntries() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of search result entries that have been sent.
- getSearchResultEntry() - Method in class org.opends.dsml.protocol.SearchResponse
-
Gets the value of the searchResultEntry property.
- getSearchResultEntryProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a search result entry
protocol op.
- getSearchResultReference() - Method in class org.opends.dsml.protocol.SearchResponse
-
Gets the value of the searchResultReference property.
- getSearchResultReferenceProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as a search result
reference protocol op.
- getSearchResultReferences() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of search result references that have been
sent.
- getSearchResultsDone() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of search result done messages that have been
sent.
- getSearchSubRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of subtree search requests that have been received.
- getSecondaryRemoteLDAPServer() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "secondary-remote-ldap-server" property.
- getSecondaryRemoteLDAPServer() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "secondary-remote-ldap-server" property.
- getSecondaryRemoteLDAPServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "secondary-remote-ldap-server" property definition.
- getSecondaryServer() - Method in interface org.forgerock.opendj.server.config.client.StaticServiceDiscoveryMechanismCfgClient
-
Gets the "secondary-server" property.
- getSecondaryServer() - Method in interface org.forgerock.opendj.server.config.server.StaticServiceDiscoveryMechanismCfg
-
Gets the "secondary-server" property.
- getSecondaryServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the "secondary-server" property definition.
- getSecondaryServers() - Method in class org.opends.server.discovery.Partition
-
Returns the set of fallback servers to use.
- getSecondsBeforeExpiration() - Method in class com.forgerock.opendj.ldap.controls.AccountUsabilityResponseControl
-
Returns the length of time in seconds before the user's password expires.
- getSecondsBeforeExpiration() - Method in class org.opends.server.controls.AccountUsableResponseControl
-
Retrieves the length of time in seconds before the user's password expires.
- getSecondsBeforeUnlock() - Method in class com.forgerock.opendj.ldap.controls.AccountUsabilityResponseControl
-
Returns the length of time in seconds before the user's account is
automatically unlocked.
- getSecondsBeforeUnlock() - Method in class org.opends.server.controls.AccountUsableResponseControl
-
Retrieves the length of time in seconds before the user's account is
automatically unlocked.
- getSecondsUntilExpiration() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
-
Returns the length of time in seconds until the password actually
expires.
- getSecondsUntilExpiration() - Method in class org.opends.server.controls.PasswordExpiringControl
-
Retrieves the length of time in seconds until the password actually
expires.
- getSecondsUntilExpiration() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the length of time in seconds until the user's password expires.
- getSecondsUntilUnlock() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the length of time in seconds until the user's account is automatically unlocked.
- getSecureArgsList() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the SecureConnectionCliArgs object containing the arguments
of this parser.
- getSecurityAgentFile() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "security-agent-file" property.
- getSecurityAgentFile() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "security-agent-file" property.
- getSecurityAgentFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "security-agent-file" property definition.
- getSecurityLevel() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "security-level" property.
- getSecurityLevel() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "security-level" property.
- getSecurityLevelPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "security-level" property definition.
- getSecurityMechanism() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the human-readable name of the security mechanism that is used to
protect communication with this client.
- getSecurityOptions() - Method in class org.opends.quicksetup.installer.ui.SecurityOptionsDialog
-
Returns the security options object representing the input of the user
in this panel.
- getSecurityOptions() - Method in class org.opends.quicksetup.UserData
-
Returns the SecurityOptions representing the SSL/StartTLS configuration
chosen by the user.
- getSecurityOptionsString(SecurityOptions, boolean) - Static method in class org.opends.quicksetup.util.Utils
-
Returns a localized String representation of the provided SecurityOptions
object.
- getSecurityStrengthFactor() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the cipher strength, in bits, currently in use by the underlying
connection.
- getSecurityStrengthFactor() - Method in interface org.forgerock.opendj.server.core.Operation
-
Returns the strongest cipher strength currently in use by the underlying
connection.
- getSeeAlsoAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the seeAlso Attribute Type
which has the OID 2.5.4.34.
- getSelectedAlias() - Method in class org.opends.quicksetup.installer.ui.SelectAliasDialog
-
Returns the selected certificate alias.
- getSelectedBackup() - Method in class org.opends.guitools.controlpanel.ui.BackupListPanel
-
Returns the selected backup in the list.
- getSelectedLabel() - Method in class org.opends.guitools.controlpanel.ui.components.AddRemovePanel
-
Returns the selected label contained in the panel.
- getSelectedLabel1() - Method in class org.opends.guitools.controlpanel.ui.components.DoubleAddRemovePanel
-
Returns the first selected label contained in the panel.
- getSelectedLabel2() - Method in class org.opends.guitools.controlpanel.ui.components.DoubleAddRemovePanel
-
Returns the second selected label contained in the panel.
- getSelectedList() - Method in class org.opends.guitools.controlpanel.ui.components.AddRemovePanel
-
Returns the selected list.
- getSelectedList1() - Method in class org.opends.guitools.controlpanel.ui.components.DoubleAddRemovePanel
-
Returns the first selected list.
- getSelectedList2() - Method in class org.opends.guitools.controlpanel.ui.components.DoubleAddRemovePanel
-
Returns the second selected list.
- getSelectedListModel() - Method in class org.opends.guitools.controlpanel.ui.components.AddRemovePanel
-
Returns the list of elements in the selected list.
- getSelectedListModel1() - Method in class org.opends.guitools.controlpanel.ui.components.DoubleAddRemovePanel
-
Returns the list of elements in the first selected list.
- getSelectedListModel2() - Method in class org.opends.guitools.controlpanel.ui.components.DoubleAddRemovePanel
-
Returns the list of elements in the second selected list.
- getSelectedObjectClasses() - Method in class org.opends.guitools.controlpanel.ui.SelectObjectClassesPanel
-
Returns the selected object classes.
- getSelectedSuperiors() - Method in class org.opends.guitools.controlpanel.ui.components.SuperiorObjectClassesEditor
-
Returns the list of superior object classes displayed by this panel.
- getSendEmailAsHtmlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the "send-email-as-html" property definition.
- getSender() - Method in class org.opends.server.util.EMailMessage
-
Retrieves the sender for this message.
- getSenderAddress() - Method in interface org.forgerock.opendj.server.config.client.SMTPAccountStatusNotificationHandlerCfgClient
-
Gets the "sender-address" property.
- getSenderAddress() - Method in interface org.forgerock.opendj.server.config.client.SMTPAlertHandlerCfgClient
-
Gets the "sender-address" property.
- getSenderAddress() - Method in interface org.forgerock.opendj.server.config.server.SMTPAccountStatusNotificationHandlerCfg
-
Gets the "sender-address" property.
- getSenderAddress() - Method in interface org.forgerock.opendj.server.config.server.SMTPAlertHandlerCfg
-
Gets the "sender-address" property.
- getSenderAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the "sender-address" property definition.
- getSenderAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Get the "sender-address" property definition.
- getSenderID() - Method in class org.opends.server.replication.protocol.MonitorMsg
-
Get the server ID of the server that sent this message.
- getSenderID() - Method in class org.opends.server.replication.protocol.MonitorRequestMsg
-
Get the server ID of the server that sent this message.
- getSenderID() - Method in class org.opends.server.replication.protocol.RoutableMsg
-
Get the server ID of the server that sent this message.
- getSendMessageWithoutEndUserAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Get the "send-message-without-end-user-address" property definition.
- getSendRejectionNoticePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "send-rejection-notice" property definition.
- getSeqnum() - Method in class org.opends.server.replication.common.CSN
-
Getter for the sequence number.
- getSerializer() - Method in class com.forgerock.opendj.cli.TablePrinter
-
Creates a new table serializer based on the configuration of this table printer.
- getSerializer() - Method in class com.forgerock.opendj.cli.TabSeparatedTablePrinter
-
- getSerializer() - Method in class com.forgerock.opendj.cli.TextTablePrinter
-
- getSerialNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the serialNumber Attribute Type
which has the OID 2.5.4.5.
- getServer() - Method in class org.opends.admin.ads.ReplicaDescriptor
-
Returns the ServerDescriptor object associated with the server where this
replica is located.
- getServer() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the server descriptor on which the task was launched.
- getServerAddress() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves a string representation of the address on the server to which the client connected.
- getServerAddress() - Method in class org.opends.server.api.ClientConnection
-
Retrieves a string representation of the address on the server to
which the client connected.
- getServerAddress() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the server's host.
- getServerAddress() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getServerAddress() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves a string representation of the address on the server to
which the client connected.
- getServerAddress() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves a string representation of the address on the server to which the
client connected.
- getServerAddress() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves a string representation of the address on the server to
which the client connected.
- getServerAddressURL() - Method in class org.opends.server.replication.server.ReplicationServerHandler
-
Retrieves the Address URL for this server handler.
- getServerAliases(String, Principal[]) - Method in class org.opends.admin.ads.util.ApplicationKeyManager
-
- getServerAliases(String, Principal[]) - Method in class org.opends.server.util.SelectableCertificateKeyManager
-
Retrieves the set of certificate aliases that may be used for server
authentication with the given public key type and set of issuers.
- getServerClock(ConnectionWrapper) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the current time of a server in milliseconds.
- getServerConfigurationClass() - Method in class com.example.opendj.meta.ExamplePluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class opendj.meta.MsadPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.config.ManagedObjectDefinition
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AccessControlHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AccountStatusNotificationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AdminEndpointCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AESPasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AlertHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AnonymousSASLMechanismHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AttributeCleanupPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BackendVLVIndexCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Base64PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BcryptPasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BlindTrustManagerProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.BlowfishPasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CancelExtendedOperationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CertificateMapperCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ChangeNumberControlPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CharacterSetPasswordValidatorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ClearPasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ClientConnectionMonitorProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CollectiveAttributeSubentriesVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ConnectionHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CramMD5SASLMechanismHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CryptPasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.DebugLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.DseeCompatAccessControlHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.DynamicGroupImplementationCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntityTagVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntryCacheMonitorProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntryDNVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.EntryUUIDVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogAccountStatusNotificationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ErrorLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExactMatchIdentityMapperCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExtendedOperationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExternalChangelogDomainCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExternalHTTPAccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ExternalSASLMechanismHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FIFOEntryCacheCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedKeyManagerProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FileCountLogRetentionPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FractionalLDIFImportPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.FreeDiskSpaceLogRetentionPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GetConnectionIdExtendedOperationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GetSymmetricKeyExtendedOperationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GoverningStructureRuleVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GroupImplementationCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HasSubordinatesVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HTTPAccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HTTPAnonymousAuthorizationMechanismCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HTTPBasicAuthorizationMechanismCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HTTPEndpointCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2CtsAuthorizationMechanismCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2FileAuthorizationMechanismCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.IdentityMapperCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.IsMemberOfVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JMXAlertHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JsonFileHTTPAccessLogPublisherCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.JsonSchemaCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.KeyManagerProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LastModPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LDAPAttributeDescriptionListPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LDAPKeyManagerProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LDIFConnectionHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LengthBasedPasswordValidatorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LogRetentionPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.LogRotationPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MD5PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MemberVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MemoryUsageMonitorProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.MonitorProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.NumSubordinatesVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ParallelWorkQueueCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordExpirationTimeVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordGeneratorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordModifyExtendedOperationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyImportPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyStateExtendedOperationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicySubentryVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PasswordValidatorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA256PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2HmacSHA512PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PBKDF2PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PKCS11KeyManagerProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PKCS5S2PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PlainSASLMechanismHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.PluginRootCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ProfilerPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RandomPasswordGeneratorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RC4PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RegularExpressionIdentityMapperCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RepeatedCharactersPasswordValidatorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ReplicationSynchronizationProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.Rest2ldapEndpointCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RootDNCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RootDNUserCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.RootDSEBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedMD5PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA1PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA256PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA384PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SaltedSHA512PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SambaPasswordPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SASLMechanismHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SchemaProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SevenBitCleanPluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SHA1PasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SimilarityBasedPasswordValidatorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRetentionPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SizeLimitLogRotationPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SMTPAccountStatusNotificationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SMTPAlertHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SoftReferenceEntryCacheCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.StackTraceMonitorProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.StartTLSExtendedOperationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.StaticGroupImplementationCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.StructuralObjectClassVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SubjectDNToUserAttributeCertificateMapperCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SubjectEqualsDNCertificateMapperCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SubschemaSubentryVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SynchronizationProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.SystemInfoMonitorProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TimeLimitLogRotationPolicyCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TraditionalWorkQueueCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TripleDESPasswordStorageSchemeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TrustManagerProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.UniqueCharactersPasswordValidatorCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.VersionMonitorProviderCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.VirtualAttributeCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.VirtualStaticGroupImplementationCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.WhoAmIExtendedOperationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.opendj.server.config.meta.WorkQueueCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConfigurationClass() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Gets the server configuration class instance associated with this managed
object definition.
- getServerConstraintHandlers() - Method in class org.forgerock.opendj.config.Constraint
-
Gets the server-side constraint handlers which will be used to enforce
this constraint within the server.
- getServerConstraintHandlers() - Method in class org.forgerock.opendj.config.GenericConstraint
-
- getServerContext() - Method in class org.forgerock.opendj.config.server.ServerManagedObject
-
Returns the server management context used by this object.
- getServerContext() - Method in class org.opends.server.api.plugin.DirectoryServerPlugin
-
Returns the server context.
- getServerContext() - Method in class org.opends.server.backends.task.Task
-
Returns the server context.
- getServerContext() - Method in class org.opends.server.core.DirectoryServer
-
Returns the server context.
- getServerDescriptor() - Method in class org.opends.admin.ads.util.ServerLoader
-
Returns the ServerDescriptor that could be retrieved.
- getServerDescriptor() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the last ServerDescriptor that has been retrieved.
- getServerErrorResultCode() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "server-error-result-code" property.
- getServerErrorResultCode() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "server-error-result-code" property.
- getServerErrorResultCode() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the result code that should be used when the Directory Server
encounters an internal server error.
- getServerErrorResultCode() - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the result code that should be used when the Directory
Server encounters an internal server error.
- getServerErrorResultCodePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "server-error-result-code" property definition.
- getServerFqdn() - Method in interface org.forgerock.opendj.server.config.client.DigestMD5SASLMechanismHandlerCfgClient
-
Gets the "server-fqdn" property.
- getServerFqdn() - Method in interface org.forgerock.opendj.server.config.client.GSSAPISASLMechanismHandlerCfgClient
-
Gets the "server-fqdn" property.
- getServerFqdn() - Method in interface org.forgerock.opendj.server.config.server.DigestMD5SASLMechanismHandlerCfg
-
Gets the "server-fqdn" property.
- getServerFqdn() - Method in interface org.forgerock.opendj.server.config.server.GSSAPISASLMechanismHandlerCfg
-
Gets the "server-fqdn" property.
- getServerFqdnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DigestMD5SASLMechanismHandlerCfgDefn
-
Get the "server-fqdn" property definition.
- getServerFqdnPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GSSAPISASLMechanismHandlerCfgDefn
-
Get the "server-fqdn" property definition.
- getServerHost() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the server's host.
- getServerHost() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getServerHostPort() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the address and port of the server system, separated by
a colon.
- getServerId() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "server-id" property.
- getServerId() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "server-id" property.
- getServerId() - Method in class org.opends.admin.ads.ReplicaDescriptor
-
Returns the server id for the replication domain associated with this replica.
- getServerId() - Method in class org.opends.server.replication.common.CSN
-
Getter for the server ID.
- getServerId() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Get the Server Id.
- getServerId() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
-
Get the Server Id.
- getServerId() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the ServerID from the message.
- getServerId() - Method in class org.opends.server.replication.server.changelog.api.ReplicaId
-
Returns the serverId.
- getServerId() - Method in class org.opends.server.replication.server.LightweightServerHandler
-
Get the serverID associated with this LDAP server / directory server.
- getServerId() - Method in class org.opends.server.replication.server.ReplicationServer
-
Get the serverId for this replication server.
- getServerId() - Method in class org.opends.server.replication.server.ServerHandler
-
Get the Server Id.
- getServerId() - Method in class org.opends.server.replication.service.ReplicationBroker
-
Gets the server id.
- getServerId() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Get the server ID.
- getServerIdPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "server-id" property definition.
- getServerIdToCSNMap() - Method in class org.opends.server.replication.common.ServerState
-
Returns a copy of this ServerState's content as a Map of serverId => CSN.
- getServerJMXPort() - Method in class org.opends.quicksetup.UserData
-
Returns the server JMX port.
- getServerLocation() - Method in class org.opends.quicksetup.UserData
-
Returns the location of the server (installation path).
- getServerLockFileName() - Static method in class org.opends.server.core.LockFileManager
-
Retrieves the filename that should be used for the lock file for the
Directory Server instance.
- getServerManagementContext() - Method in interface org.opends.server.core.ServerContext
-
Returns the server management context, which gives
an entry point on configuration objects.
- getServerPort() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the port number for this connection on the server system.
- getServerPort() - Method in class org.opends.quicksetup.UserData
-
Returns the server LDAP port.
- getServerPort() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the port number for this connection on the server
system if available.
- getServerPort() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the server's port.
- getServerPort() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getServerPort() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
Retrieves the port number for this connection on the server
system if available.
- getServerPort() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Retrieves the port number for this connection on the server
system if available.
- getServerPort() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the port number for this connection on the server system.
- getServerProperties() - Method in class org.opends.admin.ads.ServerDescriptor
-
Returns a Map containing the properties of the server.
- getServerRoot() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the path to the root directory for this instance of the Directory
Server.
- getServerRoot() - Method in interface org.opends.server.core.ServerContext
-
Returns the root directory of server.
- getServerRoot() - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the path to the root directory for this instance of the
Directory Server.
- getServerRoot() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
-
Retrieves the directory that should be considered the server root.
- getServerRootAsString() - Method in class org.opends.server.types.DirectoryEnvironmentConfig
-
Retrieves the path of the directory that should be considered the server
root.
- getServerRootDirectory() - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the server root directory (the path where the server is installed).
- getServers() - Method in class org.opends.admin.ads.TopologyCache
-
Returns a Set containing all the servers that are registered in the ADS.
- getServerSASLCredentials() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
Returns the server SASL credentials associated with this bind result.
- getServerSASLCredentials() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the set of server SASL credentials to include in the bind
response.
- getServerSASLCredentials() - Method in class org.opends.server.core.BindOperationBasis
-
- getServerSASLCredentials() - Method in class org.opends.server.core.BindOperationWrapper
-
- getServerSASLCredentials() - Method in class org.opends.server.protocols.ldap.BindResponseProtocolOp
-
Retrieves the server SASL credentials for this response.
- getServerSASLCredentials() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves the set of server SASL credentials to include in the
bind response.
- getServerSASLCredentials() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves the set of server SASL credentials to include in the
bind response.
- getServerStartCommandFile() - Method in class org.opends.quicksetup.Installation
-
Gets the file responsible for stopping the server appropriate for the
current operating system.
- getServerStartupTextErrorPublisher(TextWriter) - Static method in class org.opends.server.loggers.TextErrorLogPublisher
-
Returns a new text error log publisher which will print only notices,
severe warnings and errors, and fatal errors messages to the provided
writer.
- getServerState(DN) - Method in class org.opends.server.replication.common.MultiDomainServerState
-
Returns the ServerState associated to the provided replication domain's
baseDN.
- getServerState() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Get the serverState.
- getServerState() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
-
Get the serverState.
- getServerState() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the ServerState.
- getServerState() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Get the ServerState maintained by the Concrete class.
- getServerStopCommandFile() - Method in class org.opends.quicksetup.Installation
-
Gets the file responsible for stopping the server appropriate for the
current operating system.
- getServerUrl() - Method in class org.opends.server.replication.common.RSInfo
-
Gets the server URL.
- getServerURL() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Get the server URL.
- getServerURL() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
-
Get the server URL.
- getServerURL() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the Server URL from the message.
- getServerURL() - Method in class org.opends.server.replication.server.ReplicationServer
-
Getter on the server URL.
- getServerURL() - Method in class org.opends.server.replication.server.ServerHandler
-
Retrieves the URL for this server handler.
- getServiceDiscoveryMechanism(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Service Discovery Mechanism.
- getServiceDiscoveryMechanism(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Service Discovery Mechanism.
- getServiceDiscoveryMechanismConfigManager() - Method in interface org.opends.server.core.ServerContext
-
Returns the Service Discovery Mechanism Config Manager.
- getServiceDiscoveryMechanismsRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "service-discovery-mechanisms" relation definition.
- getSetupEquivalentCommandLine(UserData) - Static method in class org.opends.quicksetup.util.Utils
-
Returns the equivalent setup CLI command-line.
- getSetupFileName() - Static method in class org.opends.quicksetup.Installation
-
Returns the setup file name to use with the current operating system.
- getShortIdentifier() - Method in class com.forgerock.opendj.cli.Argument
-
Retrieves the single-character identifier that may be used to specify the
value of this argument.
- getShortName() - Method in enum org.forgerock.opendj.config.DurationUnit
-
Get the abbreviated name of this unit.
- getShortName() - Method in enum org.forgerock.opendj.config.SizeUnit
-
Get the abbreviated name of this unit.
- getShortToolDescription() - Method in class com.forgerock.opendj.cli.ArgumentParser
-
- getShortToolDescription() - Method in interface com.forgerock.opendj.cli.ToolRefDocContainer
-
Gets a short description for this tool, suitable in a man page summary line.
- getShowAllAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootDSEBackendCfgDefn
-
Get the "show-all-attributes" property definition.
- getShowAllAttributesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Get the "show-all-attributes" property definition.
- getShowSubordinateNamingContextsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootDSEBackendCfgDefn
-
Get the "show-subordinate-naming-contexts" property definition.
- getShutdownListenerName() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
- getShutdownListenerName() - Method in class org.forgerock.openidm.accountchange.OpenidmAccountStatusNotificationHandler
-
Returns the listener name.
- getShutdownListenerName() - Method in interface org.opends.server.api.ServerShutdownListener
-
Retrieves the human-readable name for this shutdown listener.
- getShutdownListenerName() - Method in class org.opends.server.core.IdleTimeLimitThread
-
- getShutdownListenerName() - Method in class org.opends.server.extensions.DiskSpaceMonitor
-
- getShutdownListenerName() - Method in class org.opends.server.plugins.ReferentialIntegrityPlugin
-
Return the listener name.
- getShutdownListenerName() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
- getShutdownListenerName() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
- getShutdownListenerName() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
- getShutdownListenerName() - Method in class org.opends.server.protocols.ldap.LDAPRequestHandler
-
- getShutdownListenerName() - Method in class org.opends.server.replication.plugin.LDAPReplicationDomain
-
- getSignatureTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.CsvFileAccessLogPublisherCfgClient
-
Gets the "signature-time-interval" property.
- getSignatureTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.CsvFileHTTPAccessLogPublisherCfgClient
-
Gets the "signature-time-interval" property.
- getSignatureTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.CsvFileAccessLogPublisherCfg
-
Gets the "signature-time-interval" property.
- getSignatureTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.CsvFileHTTPAccessLogPublisherCfg
-
Gets the "signature-time-interval" property.
- getSignatureTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "signature-time-interval" property definition.
- getSignatureTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "signature-time-interval" property definition.
- getSignedHash() - Method in class org.opends.server.types.BackupInfo
-
Retrieves the data for the signed hash for this backup, if
appropriate.
- getSimpleBindDN() - Method in class org.opends.server.types.AuthenticationInfo
-
Retrieves the bind DN that the client used for simple
authentication.
- getSimplePassword() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the simple authentication password for this bind operation.
- getSimplePassword() - Method in class org.opends.server.core.BindOperationBasis
-
- getSimplePassword() - Method in class org.opends.server.core.BindOperationWrapper
-
- getSimplePassword() - Method in class org.opends.server.protocols.ldap.BindRequestProtocolOp
-
Retrieves the simple authentication password for this bind request.
- getSimplePassword() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves the simple authentication password for this bind operation.
- getSimplePassword() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves the simple authentication password for this bind
operation.
- getSimplePassword() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
-
Retrieves the simple authentication password for this bind
operation.
- getSimplePassword() - Method in interface org.opends.server.types.operation.PreParseBindOperation
-
Retrieves the simple authentication password for this bind
operation.
- getSingleStructuralObjectclassBehavior() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "single-structural-objectclass-behavior" property.
- getSingleStructuralObjectclassBehavior() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "single-structural-objectclass-behavior" property.
- getSingleStructuralObjectclassBehaviorPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "single-structural-objectclass-behavior" property definition.
- getSingleStructuralObjectClassPolicy() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the policy that should be used regarding enforcement of a single
structural objectclass per entry.
- getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
-
Return the singleton of this class.
- getSingleValueInteger(Iterable<Attribute>, int) - Static method in class org.opends.server.tasks.TaskUtils
-
Get the single integer value of an entry attribute that is defined in the
schema as a single valued integer attribute, and that is not expected to
have attribute options.
- getSingleValueString(Iterable<Attribute>) - Static method in class org.opends.server.tasks.TaskUtils
-
Get the single string value of an entry attribute that is defined in the
schema as a single valued string attribute, and that is not expected to
have attribute options.
- getSize() - Method in enum org.forgerock.opendj.config.SizeUnit
-
Get the number of bytes that this unit represents.
- getSize() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
Returns the requested page size when used in a request control from the
client, or an estimate of the result set size when used in a response
control from the server (may be 0, indicating that the server does not
know).
- getSize() - Method in class org.opends.guitools.controlpanel.datamodel.SortableListModel
-
- getSize() - Method in class org.opends.quicksetup.ui.LabelFieldDescriptor
-
Returns the size of the field.
- getSize() - Method in class org.opends.server.controls.PagedResultsControl
-
Get the control value size element, which is either the requested page size
from the client, or the result set size estimate from the server.
- getSizeLimit() - Method in class com.forgerock.opendj.util.SizeLimitInputStream
-
Retrieves the size limit of this stream.
- getSizeLimit() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the size limit that should be used in order to restrict the
maximum number of entries returned by the search.
- getSizeLimit() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "size-limit" property.
- getSizeLimit() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "size-limit" property.
- getSizeLimit() - Method in interface org.forgerock.opendj.server.core.Operation
-
Retrieves the size limit that will be enforced for searches performed
using this client connection.
- getSizeLimit() - Method in class org.opends.dsml.protocol.SearchRequest
-
Gets the value of the sizeLimit property.
- getSizeLimit() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the size limit that will be enforced for searches
performed using this client connection.
- getSizeLimit() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the default maximum number of entries that should be returned for
a search.
- getSizeLimit() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the size limit for this search operation.
- getSizeLimit() - Method in class org.opends.server.core.SearchOperationBasis
-
- getSizeLimit() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getSizeLimit() - Method in class org.opends.server.protocols.internal.SearchRequest
-
To be removed.
- getSizeLimit() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
Retrieves the size limit for this search request.
- getSizeLimit() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the size limit for this search operation.
- getSizeLimit() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the size limit for this search operation.
- getSizeLimit() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the size limit for this search operation.
- getSizeLimit() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
-
Retrieves the size limit for this search operation.
- getSizeLimit() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the size limit for this search operation.
- getSizeLimit() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the size limit for this search operation.
- getSizeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "size-limit" property definition.
- getSkippedFile() - Method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Returns the path to store the skipped entries of the import.
- getSkipSet() - Method in class org.openidentityplatform.opendj.embedded.Config
-
- getSkipValidationForAdministratorsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "skip-validation-for-administrators" property definition.
- getSkipWriter() - Method in class org.opends.server.types.LDIFImportConfig
-
Retrieves the writer that should be used to write entries that
are skipped because they don't match the criteria.
- getSlowestServer() - Method in class org.opends.server.replication.service.ReplicationDomain.ImportExportContext
-
Returns the serverId of the server that acknowledged the smallest
EntryMsg id.
- getSMTPServer() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "smtp-server" property.
- getSMTPServer() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "smtp-server" property.
- getSMTPServerPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "smtp-server" property definition.
- getSnapshot() - Method in class org.opends.server.replication.common.MultiDomainServerState
-
Returns a snapshot of this object.
- getSnapshot() - Method in class org.opends.server.replication.common.ServerState
-
Returns a snapshot of this object.
- getSNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the sn Attribute Type
which has the OID 2.5.4.4.
- getSocketAddress() - Method in class org.forgerock.opendj.grizzly.GrizzlyLDAPConnectionFactory
-
- getSocketAddress() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Returns the address used by the connections created by this factory.
- getSocketAddresses() - Method in class org.forgerock.opendj.grizzly.GrizzlyLDAPListener
-
- getSocketAddresses() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Returns the addresses that this LDAP listener is listening on.
- getSocketAddresses() - Method in interface org.forgerock.opendj.ldap.spi.LDAPListenerImpl
-
Returns the addresses that this LDAP listener is listening on.
- getSocketChannel() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
Retrieves the socket channel that can be used to communicate with the client.
- getSocketChannel() - Method in class org.opends.server.api.ClientConnection
-
Return the Socket channel associated with a connection.
- getSocketChannel() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
Retrieves the socket channel that can be used to communicate with
the client.
- getSolveConflictsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "solve-conflicts" property definition.
- getSortColumn() - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
Returns the column index used to sort.
- getSortColumn() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNTableModel
-
- getSortColumn() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerTableModel
-
- getSortColumn() - Method in class org.opends.guitools.controlpanel.datamodel.DatabaseMonitoringTableModel
-
Returns the column index used to sort.
- getSortColumn() - Method in class org.opends.guitools.controlpanel.datamodel.SortableTableModel
-
Returns the column index used to sort.
- getSortColumn() - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
- getSortKeys() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
Returns an unmodifiable list containing the sort keys associated with
this server side sort request control.
- getSortKeys() - Method in class org.opends.server.controls.ServerSideSortRequestControl
-
Retrieves the sort order for this server-side sort request control.
- getSortOrder() - Method in interface org.forgerock.opendj.server.config.client.BackendVLVIndexCfgClient
-
Gets the "sort-order" property.
- getSortOrder() - Method in interface org.forgerock.opendj.server.config.server.BackendVLVIndexCfg
-
Gets the "sort-order" property.
- getSortOrder() - Method in class org.opends.guitools.controlpanel.datamodel.VLVIndexDescriptor
-
Returns the sort order list of the VLV index.
- getSortOrderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendVLVIndexCfgDefn
-
Get the "sort-order" property definition.
- getSource() - Method in class org.opends.guitools.controlpanel.event.ConfigurationChangeEvent
-
Returns the source of the event.
- getSource() - Method in class org.opends.guitools.controlpanel.event.ConfigurationElementCreatedEvent
-
Returns the source of the event.
- getSource() - Method in class org.opends.guitools.controlpanel.event.EntryReadErrorEvent
-
Returns the source of the event.
- getSource() - Method in class org.opends.guitools.controlpanel.event.EntryReadEvent
-
Returns the source of the event.
- getSource() - Method in class org.opends.guitools.controlpanel.event.IndexSelectionEvent
-
Returns the source of the event.
- getSource() - Method in class org.opends.guitools.controlpanel.event.LDAPEntryChangedEvent
-
Returns the source of the event.
- getSource() - Method in class org.opends.guitools.controlpanel.event.SchemaElementSelectionEvent
-
Returns the source of the event.
- getSource() - Method in class org.opends.guitools.controlpanel.event.SuperiorObjectClassesChangedEvent
-
Returns the source of the object.
- getSource() - Method in class org.opends.server.tools.dsreplication.SourceDestinationServerUserData
-
Returns a
HostPort representing the source server.
- getSource() - Method in class org.opends.server.types.AdditionalLogItem
-
Returns the class which generated the additional log item.
- getSourceAddress() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "source-address" property.
- getSourceAddress() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "source-address" property.
- getSourceAddress() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "source-address" property.
- getSourceAddress() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "source-address" property.
- getSourceAddress() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "source-address" property.
- getSourceAddress() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "source-address" property.
- getSourceAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "source-address" property definition.
- getSourceAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "source-address" property definition.
- getSourceAddressPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "source-address" property definition.
- getSourceConstraint() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Gets the constraint which should be enforced on the aggregating managed
object.
- getSourceConstraintSynopsis() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Gets the optional constraint synopsis of this aggregation property
definition in the default locale.
- getSourceConstraintSynopsis(Locale) - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Gets the optional constraint synopsis of this aggregation property
definition in the specified locale.The constraint synopsis describes when
and how referenced managed objects must be enabled.
- getSourceHostPort() - Method in class org.opends.server.tools.dsreplication.SourceDestinationServerUserData
-
Returns a host:port string for the source server.
- getSpace() - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the formatted representation of a space.
- getSpace() - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getSpace() - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the formatted representation of a space.
- getSSF() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
- getSSF() - Method in class org.opends.server.api.ClientConnection
-
Return the Security Strength Factor of a client connection.
- getSSF() - Method in interface org.opends.server.extensions.ConnectionSecurityProvider
-
Return a Security Strength Factor.
- getSSF() - Method in class org.opends.server.extensions.SASLByteChannel
-
- getSSF() - Method in class org.opends.server.extensions.TLSByteChannel
-
- getSSF() - Method in class org.opends.server.protocols.internal.InternalClientConnection
-
- getSSF() - Method in class org.opends.server.protocols.jmx.JmxClientConnection
-
Return the Security Strength Factor of a client connection.
- getSSF() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.client.JMXConnectionHandlerCfgClient
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.client.ServiceDiscoveryMechanismCfgClient
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.server.JMXConnectionHandlerCfg
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNickname() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "ssl-cert-nickname" property.
- getSSLCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Get the "ssl-cert-nickname" property definition.
- getSSLCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "ssl-cert-nickname" property definition.
- getSSLCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "ssl-cert-nickname" property definition.
- getSSLCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "ssl-cert-nickname" property definition.
- getSSLCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "ssl-cert-nickname" property definition.
- getSSLCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "ssl-cert-nickname" property definition.
- getSSLCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Get the "ssl-cert-nickname" property definition.
- getSSLCertNicknamePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the "ssl-cert-nickname" property definition.
- getSSLCertNicknamePropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "ssl-cert-nickname" property definition.
- getSslCertNicknames() - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getSslCertNicknames() - Method in interface org.opends.server.types.CryptoManager
-
Get the names of the local certificates to use for SSL.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuite() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "ssl-cipher-suite" property.
- getSSLCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Get the "ssl-cipher-suite" property definition.
- getSSLCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "ssl-cipher-suite" property definition.
- getSSLCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "ssl-cipher-suite" property definition.
- getSSLCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "ssl-cipher-suite" property definition.
- getSSLCipherSuitePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "ssl-cipher-suite" property definition.
- getSslCipherSuites() - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getSslCipherSuites() - Method in interface org.opends.server.types.CryptoManager
-
Get the set of enabled SSL cipher suites.
- getSSLClientAuthPolicy() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Retrieves the SSL client authentication policy for this connection handler.
- getSSLClientAuthPolicy() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "ssl-client-auth-policy" property.
- getSSLClientAuthPolicy() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "ssl-client-auth-policy" property.
- getSSLClientAuthPolicy() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "ssl-client-auth-policy" property.
- getSSLClientAuthPolicy() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "ssl-client-auth-policy" property.
- getSSLClientAuthPolicy() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves the SSL client authentication policy for this connection handler.
- getSSLClientAuthPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "ssl-client-auth-policy" property definition.
- getSSLClientAuthPolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "ssl-client-auth-policy" property definition.
- getSSLConnectionFactory() - Method in class org.opends.server.tools.LDAPConnectionOptions
-
Return the SSLConnectionFactory instance.
- getSSLContext() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Returns the SSLContext that should be used when installing the TLS layer.
- getSSLContext() - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
-
Creates a SSLContext using the parameters of this SSL context
builder.
- getSslContext(String, SortedSet<String>) - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getSslContext(String, SortedSet<String>) - Method in interface org.opends.server.types.CryptoManager
-
Create an SSL context that may be used for communication to
another ADS component.
- getSSLEncryption() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Get the SSL encryption value for the server that created the
message.
- getSSLEncryption() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
-
Get the SSL encryption value for the server that created the
message.
- getSSLEncryption() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the SSL encryption value for the ldap server that created the
message.
- getSSLEncryptionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "ssl-encryption" property definition.
- getSslPort() - Method in class org.opends.quicksetup.SecurityOptions
-
Returns the SSL port.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
-
Gets the "ssl-protocol" property.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Gets the "ssl-protocol" property.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "ssl-protocol" property.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "ssl-protocol" property.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "ssl-protocol" property.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the "ssl-protocol" property.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Gets the "ssl-protocol" property.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "ssl-protocol" property.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "ssl-protocol" property.
- getSSLProtocol() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "ssl-protocol" property.
- getSSLProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Get the "ssl-protocol" property definition.
- getSSLProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CryptoManagerCfgDefn
-
Get the "ssl-protocol" property definition.
- getSSLProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "ssl-protocol" property definition.
- getSSLProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "ssl-protocol" property definition.
- getSSLProtocolPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "ssl-protocol" property definition.
- getSslProtocols() - Method in class org.opends.server.crypto.CryptoManagerImpl
-
- getSslProtocols() - Method in interface org.opends.server.types.CryptoManager
-
Get the set of enabled SSL protocols.
- getSSLServerCertNicknames() - Method in class org.opends.server.protocols.jmx.JmxConnectionHandler
-
Retrieves the nicknames of the server certificates that should be
used in conjunction with this JMX connection handler.
- getSSLSession() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the SSL session currently in use by the underlying connection, or
null if SSL/TLS is not enabled.
- getStackDepth() - Method in class org.opends.server.loggers.TraceSettings
-
Get the level of stack frames to include.
- getStackTraceIfDebugEnabled() - Static method in class com.forgerock.opendj.util.StaticUtils
-
Returns the stack trace for the calling method, but only if SDK debugging
is enabled.
- getStandardObjectServer() - Method in class org.opends.server.snmp.DIRECTORY_SERVER_MIB
-
- getStartDate() - Method in class org.opends.server.tools.tasks.TaskScheduleUserData
-
Gets the date at which this task should be scheduled to start.
- getStartDateTime() - Method in class org.opends.server.admin.client.cli.TaskScheduleArgs
-
Gets the date at which the associated task should be scheduled to start.
- getStartDateTime() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- getStartDateTime() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Gets the date at which this task should be scheduled to start.
- getStartDateTime() - Method in class org.opends.server.tools.tasks.TaskTool
-
Gets the date at which this task should be scheduled to start.
- getStartedId() - Method in class org.opends.quicksetup.installer.InstallerHelper
-
Returns the LocalizableMessage ID that corresponds to a successfully started server.
- getStartServer() - Method in class org.opends.quicksetup.UserData
-
Returns true if the server must be started once the
installation is finished, false if not.
- getStartServerHTML() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the HTML required to render an Start button in HTML.
- getStartTime() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the time that the Directory Server was started, in milliseconds
since the epoch.
- getStartTime() - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the time that the Directory Server was started, in
milliseconds since the epoch.
- getStartTimeUTC() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the time that the Directory Server was started, formatted in UTC.
- getStartTimeUTC() - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the time that the Directory Server was started,
formatted in UTC.
- getStartTlsHostPort() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Gets the Start TLS HostPort based in what is read in the configuration.
- getStartupTextAccessPublisher(TextWriter, boolean) - Static method in class org.opends.server.loggers.TextAccessLogPublisher
-
Returns an instance of the text access log publisher that will print all
messages to the provided writer.
- getStartupTextHTTPAccessPublisher(TextWriter) - Static method in class org.opends.server.loggers.TextHTTPAccessLogPublisher
-
Returns an instance of the text HTTP access log publisher that will print
all messages to the provided writer.
- getState() - Method in class org.opends.guitools.controlpanel.browser.BasicNodeError
-
Returns the state of the refresher when the exception occurred.
- getState() - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerDescriptor
-
Returns the state of the listener.
- getState() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the state of the task.
- getState() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the state of the task.
- getStateUpdateFailurePolicy() - Method in interface org.forgerock.opendj.server.config.client.PasswordPolicyCfgClient
-
Gets the "state-update-failure-policy" property.
- getStateUpdateFailurePolicy() - Method in interface org.forgerock.opendj.server.config.server.PasswordPolicyCfg
-
Gets the "state-update-failure-policy" property.
- getStateUpdateFailurePolicy() - Method in class org.opends.server.core.PasswordPolicy
-
Gets the "state-update-failure-policy" property.
- getStateUpdateFailurePolicy() - Method in class org.opends.server.core.SubentryPasswordPolicy
-
- getStateUpdateFailurePolicyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PasswordPolicyCfgDefn
-
Get the "state-update-failure-policy" property definition.
- getStatTracker() - Method in class org.forgerock.opendj.reactive.LDAPConnectionHandler2
-
Retrieves the set of statistics maintained by this connection handler.
- getStatTracker() - Method in class org.opends.server.protocols.http.HTTPConnectionHandler
-
Retrieves the set of statistics maintained by this connection handler.
- getStatTracker() - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Retrieves the set of statistics maintained by this connection handler.
- getSTAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the st Attribute Type
which has the OID 2.5.4.8.
- getStatus(DN) - Method in interface org.forgerock.opendj.server.core.DataProvider
-
Returns the current status of the provided base DN in this data provider.
- getStatus(DN) - Method in interface org.forgerock.opendj.server.core.DataProviderConnection
-
Returns the current status of the provided base DN in the underlying data
provider.
- getStatus() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the status of the server.
- getStatus() - Method in class org.opends.quicksetup.Installation
-
Gets the current status of this installation.
- getStatus() - Method in class org.opends.server.replication.common.DSInfo
-
Get the DS status.
- getStatus() - Method in class org.opends.server.replication.protocol.StartSessionMsg
-
Get the status from this message.
- getStatus() - Method in class org.opends.server.replication.server.DataServerHandler
-
Gets the status of the connected DS.
- getStatus() - Method in class org.opends.server.replication.server.ReplicationServerHandler
-
Gets the status of the connected DS.
- getStatus() - Method in class org.opends.server.replication.server.ServerHandler
-
Return the ServerStatus.
- getStatus() - Method in class org.opends.server.replication.service.ReplicationDomain
-
Gets the status for this domain.
- getStatusCode() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the HTTP status code returned to the client.
- getStatusCode() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getStep() - Method in exception org.opends.quicksetup.UserDataException
-
Returns the step of the wizard in which this exception occurred.
- getStepsPanel() - Method in class org.opends.quicksetup.ui.QuickSetupDialog
-
Returns the steps panel.
- getStepsPanelInsets() - Static method in class org.opends.quicksetup.ui.UIFactory
-
Returns the insets to be used for the steps panel.
- getStopServer() - Method in class org.opends.quicksetup.UserData
-
Returns whether the user wants to stop the server or not.
- getStorageSchemeName() - Method in class org.opends.server.api.PasswordStorageScheme
-
Retrieves the name of the password storage scheme provided by
this handler.
- getStorageSchemeName() - Method in class org.opends.server.extensions.AESPasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.Base64PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.BcryptPasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.BlowfishPasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.ClearPasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.CryptPasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.MD5PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.PBKDF2HmacSHA256PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.PBKDF2HmacSHA512PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.PBKDF2PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.PKCS5S2PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.RC4PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedMD5PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedSHA1PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedSHA256PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedSHA384PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.SaltedSHA512PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.SHA1PasswordStorageScheme
-
- getStorageSchemeName() - Method in class org.opends.server.extensions.TripleDESPasswordStorageScheme
-
- getStorageStatus() - Method in class org.opends.server.backends.cassandra.Storage
-
- getStorageStatus() - Method in class org.opends.server.backends.jdbc.Storage
-
- getStorageStatus() - Method in class org.opends.server.backends.jeb.JEStorage
-
- getStorageStatus() - Method in class org.opends.server.backends.pdb.PDBStorage
-
- getStorageStatus() - Method in interface org.opends.server.backends.pluggable.spi.Storage
-
Returns the current status of the storage.
- getStreetAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the street Attribute Type
which has the OID 2.5.4.9.
- getStrictFormatCertificatesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "strict-format-certificates" property definition.
- getStrictFormatCountryStringPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "strict-format-country-string" property definition.
- getStrictFormatJPEGPhotosPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "strict-format-jpeg-photos" property definition.
- getStrictFormatTelephoneNumbersPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "strict-format-telephone-numbers" property definition.
- getString() - Method in class com.forgerock.opendj.util.SubstringReader
-
Returns the source string.
- getString(AbstractManagedObjectDefinition<?, ?>, String) - Method in class org.forgerock.opendj.config.ManagedObjectDefinitionResource
-
Get the resource value associated with the specified key.
- getString(byte[], boolean) - Method in class org.opends.guitools.controlpanel.ui.components.BinaryCellPanel
-
Returns the message describing the provided array of bytes.
- getString(byte[]) - Method in class org.opends.guitools.controlpanel.ui.renderer.LDAPEntryTableCellRenderer
-
Returns the String representation for a given byte array.
- getString(BinaryValue) - Method in class org.opends.guitools.controlpanel.ui.renderer.LDAPEntryTableCellRenderer
-
Returns the String representation for a given BinaryValue object.
- getString(ObjectClassValue) - Method in class org.opends.guitools.controlpanel.ui.renderer.LDAPEntryTableCellRenderer
-
Returns the String representation for a given ObjectClassValue object.
- getStringArguments() - Method in class org.opends.quicksetup.JavaArguments
-
Returns a String representation of the arguments (the String that must
be passed when invoking java).
- getStringFromCollection(Collection<String>, String) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
This is a helper method that gets a String representation of the elements
in the Collection.
- getStringValue(CategorizedComboBoxElement) - Method in class org.opends.guitools.controlpanel.ui.renderer.CustomListCellRenderer
-
Returns the String value for a given CategorizedComboBoxElement.
- getStringValue(CategorizedComboBoxElement) - Method in class org.opends.guitools.controlpanel.ui.renderer.IndexComboBoxCellRenderer
-
Returns the String value for a given CategorizedComboBoxElement.
- getStripSyntaxMinUpperBoundAttributeTypeDescriptionPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CoreSchemaCfgDefn
-
Get the "strip-syntax-min-upper-bound-attribute-type-description" property definition.
- getStrongAuthenticationUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the strongAuthenticationUser Object Class
which has the OID 2.5.6.15.
- getStructural() - Method in class org.opends.guitools.controlpanel.datamodel.ObjectClassValue
-
Returns the name of the structural objectclass.
- getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns the structural objectclass for this DIT content rule.
- getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns the structural objectclass of this name form.
- getStructuralClassOID() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns the structural class OID for this schema definition.
- getStructuralObjectClass(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns the structural object class associated with the provided entry,
or null if none was found.
- getStructuralObjectClass(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns the structural object class associated with the provided entry,
or null if none was found.
- getStructuralObjectClass() - Method in class org.opends.server.types.Entry
-
Retrieves the structural objectclass for this entry.
- getStructuralObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the structuralObjectClass Attribute Type
which has the OID 2.5.21.9.
- getSubAnyElements() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the set of subAny elements for this matched values filter.
- getSubAnyElements() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the set of subAny elements for this substring filter.
- getSubAnyElements() - Method in class org.opends.server.types.RawFilter
-
Retrieves the set of subAny elements for this substring filter.
- getSubAnyElements() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the set of subAny elements for this substring filter.
- getSubCommand(String) - Method in class com.forgerock.opendj.cli.SubCommandArgumentParser
-
Retrieves the subcommand with the specified name.
- getSubCommand() - Method in class com.forgerock.opendj.cli.SubCommandArgumentParser
-
Retrieves the subcommand that was selected in the set of command-line arguments.
- getSubCommandUsage(StringBuilder, SubCommand) - Method in class com.forgerock.opendj.cli.SubCommandArgumentParser
-
Appends usage information for the specified subcommand to the provided buffer.
- getSubentries() - Method in class org.opends.server.core.SubentryManager
-
Return all subentries for this manager.
- getSubentries(DN) - Method in class org.opends.server.core.SubentryManager
-
Return subentries applicable to specific DN.
- getSubentries(Entry) - Method in class org.opends.server.core.SubentryManager
-
Return subentries applicable to specific entry.
- getSubentryManager() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the Directory Server subentry manager.
- getSubFinalElement() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the subFinal element for this matched values filter.
- getSubFinalElement() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the subFinal element for this substring filter.
- getSubFinalElement() - Method in class org.opends.server.types.RawFilter
-
Retrieves the subFinal element for this substring filter.
- getSubFinalElement() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the subFinal element for this substring filter.
- getSubInitialElement() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the subInitial element for this matched values filter.
- getSubInitialElement() - Method in class org.opends.server.protocols.ldap.LDAPFilter
-
Retrieves the subInitial component for this substring filter.
- getSubInitialElement() - Method in class org.opends.server.types.RawFilter
-
Retrieves the subInitial component for this substring filter.
- getSubInitialElement() - Method in class org.opends.server.types.SearchFilter
-
Retrieves the subInitial element for this substring filter.
- getSubject() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the Kerberos subject of the user to be authenticated.
- getSubject() - Method in class org.opends.server.util.EMailMessage
-
Retrieves the subject for this message.
- getSubjectAttribute() - Method in interface org.forgerock.opendj.server.config.client.SubjectDNToUserAttributeCertificateMapperCfgClient
-
Gets the "subject-attribute" property.
- getSubjectAttribute() - Method in interface org.forgerock.opendj.server.config.server.SubjectDNToUserAttributeCertificateMapperCfg
-
Gets the "subject-attribute" property.
- getSubjectAttributeMapping() - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
-
Gets the "subject-attribute-mapping" property.
- getSubjectAttributeMapping() - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
-
Gets the "subject-attribute-mapping" property.
- getSubjectAttributeMappingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
-
Get the "subject-attribute-mapping" property definition.
- getSubjectAttributePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectDNToUserAttributeCertificateMapperCfgDefn
-
Get the "subject-attribute" property definition.
- getSubordinateBackends(Backend<?>) - Method in class org.opends.server.core.BackendConfigManager
-
Retrieves the set of subordinate backends of the provided backend.
- getSubordinateBaseDN() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "subordinate-base-dn" property.
- getSubordinateBaseDN() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "subordinate-base-dn" property.
- getSubordinateBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "subordinate-base-dn" property definition.
- getSubordinateBaseDNs() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the restricted set of subordinate base DNs to use when searching the root suffix "".
- getSubordinateFrames() - Method in class org.opends.server.plugins.profiler.ProfileStackFrame
-
Retrieves an array containing the subordinate frames that were seen below
this frame in stack traces.
- getSubordinateTemplateNames() - Method in class org.opends.server.tools.makeldif.Branch
-
Retrieves the names of the subordinate templates for this branch.
- getSubordinateTemplateNames() - Method in class org.opends.server.tools.makeldif.Template
-
Retrieves the names of the subordinate templates used to generate entries
below entries created by this template.
- getSubordinateTemplates() - Method in class org.opends.server.tools.makeldif.Branch
-
Retrieves the set of subordinate templates used to generate entries below
this branch.
- getSubordinateTemplates() - Method in class org.opends.server.tools.makeldif.Template
-
Retrieves the subordinate templates used to generate entries below entries
created by this template.
- getSubschemaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the subschema Object Class
which has the OID 2.5.20.1.
- getSubschemaSubentry() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns a string which represents the DN of the subschema subentry
holding the schema controlling the Root DSE.
- getSubschemaSubentryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the subschemaSubentry Attribute Type
which has the OID 2.5.18.10.
- getSubstringAssertion(ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the normalized form of the provided assertion substring values,
which is best suited for efficiently performing matching operations on
that value.
- getSubstringAssertion(Schema, ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Retrieves the normalized form of the provided assertion substring values,
which is best suited for efficiently performing matching operations on
that value.
- getSubstringAssertion(Schema, ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in class org.opends.server.replication.plugin.HistoricalCsnOrderingMatchingRuleImpl
-
- getSubstringAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Substring Assertion Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.58.
- getSubstringLength() - Method in interface org.forgerock.opendj.server.config.client.BackendIndexCfgClient
-
Gets the "substring-length" property.
- getSubstringLength() - Method in interface org.forgerock.opendj.server.config.server.BackendIndexCfg
-
Gets the "substring-length" property.
- getSubstringLengthPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackendIndexCfgDefn
-
Get the "substring-length" property definition.
- getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the matching rule that should be used for substring matching with
this attribute type.
- getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the default substring matching rule that will be used for
attributes with this syntax.
- getSubstringMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the default substring matching rule that will be used for
attributes with this syntax.
- getSubstringMatchingRule() - Method in class org.opends.server.controls.MatchedValuesFilter
-
Retrieves the substring matching rule that should be used for this matched
values filter.
- getSubstrings() - Method in class org.opends.dsml.protocol.Filter
-
Gets the value of the substrings property.
- getSubtree(DN) - Method in class org.opends.server.api.DITCacheMap
-
Returns a set of stored objects subordinate to subtree DN.
- getSubTreeSpecification() - Method in class org.opends.server.types.SubEntry
-
Getter for subentry subtree specification.
- getSuffix() - Method in class org.opends.admin.ads.ReplicaDescriptor
-
Returns the SuffixDescriptor object representing the suffix topology
across servers to which this replica belongs.
- getSuffixBackendTypes() - Method in class org.opends.quicksetup.installer.SuffixesToReplicateOptions
-
Returns a map which associate backend names and backend types.
- getSuffixDisplay(DN, Set<ServerDescriptor>) - Static method in class org.opends.admin.ads.ServerDescriptor
-
Returns a representation of a base DN for a set of servers.
- getSuffixes() - Method in class org.opends.admin.ads.TopologyCache
-
Returns a Set containing the suffixes (replication topologies) that could
be retrieved after the last call to reloadTopology.
- getSuffixes() - Method in class org.opends.quicksetup.installer.SuffixesToReplicateOptions
-
The set of suffixes that we must replicate with.
- getSuffixesToReplicateOptions() - Method in class org.opends.quicksetup.UserData
-
Returns the suffixes to replicate options.
- getSuffixIcon() - Method in class org.opends.guitools.controlpanel.browser.IconPool
-
Returns the icon associated with a suffix node.
- getSummary(ProgressStep) - Method in class org.opends.guitools.uninstaller.Uninstaller
-
Returns an formatted representation of the summary for the specified
UninstallProgressStep.
- getSummary(ProgressStep) - Method in class org.opends.quicksetup.Application
-
Gets an i18n'd string representing the summary of
a give ProgressStep.
- getSummary(ProgressStep) - Method in class org.opends.quicksetup.installer.Installer
-
- getSuperiorClasses() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the superior classes for this
object class.
- getSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Returns an unmodifiable set containing the superior rules for this DIT
structure rule.
- getSuperiorType() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the superior type for this attribute type.
- getSupportedAlgorithmsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedAlgorithms Attribute Type
which has the OID 2.5.4.52.
- getSupportedAlgorithmSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Supported Algorithm Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.49.
- getSupportedAuthenticationPasswordSchemes() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of supported authentication password schemes
which the Directory Server supports.
- getSupportedAuthPasswordSchemesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedAuthPasswordSchemes Attribute Type
which has the OID 1.3.6.1.4.1.4203.1.3.3.
- getSupportedControlAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedControl Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.13.
- getSupportedControls() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of object identifiers identifying the
request controls that the Directory Server supports.
- getSupportedControls(DN) - Method in interface org.forgerock.opendj.server.core.DataProvider
-
Returns an unmodifiable set containing the OIDs of the controls that may
be supported by the provided base DN in this data provider.
- getSupportedControls(DN) - Method in interface org.forgerock.opendj.server.core.DataProviderConnection
-
Returns an unmodifiable set containing the OIDs of the controls that may
be supported by the provided base DN in the underlying data provider.
- getSupportedControls() - Method in class org.opends.server.api.Backend
-
Retrieves the OIDs of the controls that may be supported by this
backend.
- getSupportedControls() - Method in class org.opends.server.api.ExtendedOperationHandler
-
Retrieves the OIDs of the controls that may be supported by this
extended operation handler.
- getSupportedControls() - Method in class org.opends.server.backends.BackupBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.ChangelogBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.ConfigurationBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.LDIFBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.MemoryBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.MonitorBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.NullBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- getSupportedControls() - Method in class org.opends.server.backends.RootDSEBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.SchemaBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.task.TaskBackend
-
- getSupportedControls() - Method in class org.opends.server.backends.TrustStoreBackend
-
- getSupportedControls() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of supported controls registered with the Directory
Server.
- getSupportedControls() - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the set of OIDs for the supported controls registered
with the Directory Server.
- getSupportedExtendedOperations() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of object identifiers identifying the
extended operations that the Directory Server supports.
- getSupportedExtensionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedExtension Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.7.
- getSupportedExtensions() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of extended operations that may be processed by the
Directory Server.
- getSupportedFeatures() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of object identifiers identifying elective
features that the Directory Server supports.
- getSupportedFeatures(DN) - Method in interface org.forgerock.opendj.server.core.DataProvider
-
Returns an unmodifiable set containing the OIDs of the features that may
be supported by the provided base DN in this data provider.
- getSupportedFeatures(DN) - Method in interface org.forgerock.opendj.server.core.DataProviderConnection
-
Returns an unmodifiable set containing the OIDs of the features that may
be supported by the provided base DN in the underlying data provider.
- getSupportedFeatures() - Method in class org.opends.server.api.Backend
-
Retrieves the OIDs of the features that may be supported by this
backend.
- getSupportedFeatures() - Method in class org.opends.server.api.ExtendedOperationHandler
-
Retrieves the OIDs of the features that may be supported by this
extended operation handler.
- getSupportedFeatures() - Method in class org.opends.server.backends.BackupBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.ChangelogBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.ConfigurationBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.LDIFBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.MemoryBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.MonitorBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.NullBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.pluggable.BackendImpl
-
- getSupportedFeatures() - Method in class org.opends.server.backends.RootDSEBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.SchemaBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.task.TaskBackend
-
- getSupportedFeatures() - Method in class org.opends.server.backends.TrustStoreBackend
-
- getSupportedFeatures() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of supported features registered with the Directory
Server.
- getSupportedFeatures() - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the set of OIDs for the supported features registered
with the Directory Server.
- getSupportedFeaturesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedFeatures Attribute Type
which has the OID 1.3.6.1.4.1.4203.1.3.5.
- getSupportedLDAPVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedLDAPVersion Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.15.
- getSupportedLDAPVersions() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of the versions of LDAP that the Directory
Server supports.
- getSupportedLDAPVersions() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the supported LDAP versions for the Directory Server.
- getSupportedSASLMechanisms() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of the SASL mechanisms that the Directory
Server recognizes and/or supports.
- getSupportedSASLMechanisms() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of SASL mechanisms that are supported by the Directory
Server.
- getSupportedSASLMechanisms() - Static method in class org.opends.server.tools.LDAPAuthenticationHandler
-
Retrieves a list of the SASL mechanisms that are supported by this client
library.
- getSupportedSASLMechanismsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedSASLMechanisms Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.14.
- getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Get the "suppress-internal-operations" property definition.
- getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "suppress-internal-operations" property definition.
- getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Get the "suppress-internal-operations" property definition.
- getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "suppress-internal-operations" property definition.
- getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "suppress-internal-operations" property definition.
- getSuppressInternalOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "suppress-internal-operations" property definition.
- getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogPublisherCfgDefn
-
Get the "suppress-synchronization-operations" property definition.
- getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "suppress-synchronization-operations" property definition.
- getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ExternalAccessLogPublisherCfgDefn
-
Get the "suppress-synchronization-operations" property definition.
- getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "suppress-synchronization-operations" property definition.
- getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "suppress-synchronization-operations" property definition.
- getSuppressSynchronizationOperationsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JsonFileAccessLogPublisherCfgDefn
-
Get the "suppress-synchronization-operations" property definition.
- GetSymmetricKeyExtendedOperation - Class in org.opends.server.crypto
-
This class implements the get symmetric key extended operation, an OpenDS
proprietary extension used for distribution of symmetric keys amongst
servers.
- GetSymmetricKeyExtendedOperation() - Constructor for class org.opends.server.crypto.GetSymmetricKeyExtendedOperation
-
Create an instance of this symmetric key extended operation.
- GetSymmetricKeyExtendedOperationHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Get Symmetric Key Extended
Operation Handler settings.
- GetSymmetricKeyExtendedOperationHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Get Symmetric Key
Extended Operation Handler settings.
- GetSymmetricKeyExtendedOperationHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Get Symmetric Key Extended Operation
Handler managed object definition meta information.
- GetSymmetricKeyExtendedRequest - Class in com.forgerock.opendj.ldap.extensions
-
Get symmetric key extended request.
- getSynchronizationProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Synchronization Provider.
- getSynchronizationProvider(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Synchronization Provider.
- getSynchronizationProviders() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of synchronization providers that have been registered
with the Directory Server.
- getSynchronizationProvidersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "synchronization-providers" relation definition.
- getSynopsis() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Gets the synopsis of this managed object definition in the default
locale.
- getSynopsis(Locale) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Gets the synopsis of this managed object definition in the specified
locale.
- getSynopsis() - Method in class org.forgerock.opendj.config.AdministratorAction
-
Gets the synopsis of this administrator action in the default locale.
- getSynopsis(Locale) - Method in class org.forgerock.opendj.config.AdministratorAction
-
Gets the synopsis of this administrator action in the specified locale.
- getSynopsis() - Method in class org.forgerock.opendj.config.AliasDefaultBehaviorProvider
-
Gets the synopsis of this alias default behavior in the default locale.
- getSynopsis(Locale) - Method in class org.forgerock.opendj.config.AliasDefaultBehaviorProvider
-
Gets the synopsis of this alias default behavior in the specified locale.
- getSynopsis() - Method in class org.forgerock.opendj.config.GenericConstraint
-
Gets the synopsis of this constraint in the default locale.
- getSynopsis(Locale) - Method in class org.forgerock.opendj.config.GenericConstraint
-
Gets the synopsis of this constraint in the specified locale.
- getSynopsis() - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Gets the synopsis of this property definition in the default locale.
- getSynopsis(Locale) - Method in class org.forgerock.opendj.config.PropertyDefinition
-
Gets the synopsis of this property definition in the specified locale.
- getSynopsis() - Method in class org.forgerock.opendj.config.RelationDefinition
-
Gets the synopsis of this relation definition in the default locale.
- getSynopsis(Locale) - Method in class org.forgerock.opendj.config.RelationDefinition
-
Gets the synopsis of this relation definition in the specified locale.
- getSynopsis() - Method in class org.forgerock.opendj.config.Tag
-
Gets the synopsis of this tag in the default locale.
- getSynopsis(Locale) - Method in class org.forgerock.opendj.config.Tag
-
Gets the synopsis of this tag in the specified locale.
- getSyntax() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the syntax for this attribute type.
- getSyntax() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the OID of the assertion value syntax with which this matching
rule is associated.
- getSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the syntax with the specified numeric OID.
- getSyntaxEnforcementPolicy() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the policy that should be used when an attribute value is found
that is not valid according to the associated attribute syntax.
- getSyntaxes() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the syntaxes
contained in this schema.
- getSyntaxText(Syntax) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the string representation of an attribute syntax.
- getSystemInformation() - Method in class org.opends.guitools.controlpanel.util.ConfigFromConnection
-
Returns the monitoring entry for the system information.
- getSystemInformationMonitor() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the monitoring entry for the system information.
- getTab() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Returns the tab formatted.
- getTab() - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the tab in HTML.
- getTab() - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getTab() - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the tab formatted.
- getTable(long) - Method in class org.opends.server.snmp.DsMIBMeta
-
Returns the table object identified by "arc".
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.opends.guitools.controlpanel.ui.renderer.AttributeCellEditor
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.opends.guitools.controlpanel.ui.renderer.AccessibleTableHeaderRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.opends.guitools.controlpanel.ui.renderer.BackupTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.opends.guitools.controlpanel.ui.renderer.BaseDNCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.opends.guitools.controlpanel.ui.renderer.CustomCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.opends.guitools.controlpanel.ui.renderer.LDAPEntryTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.opends.guitools.controlpanel.ui.renderer.SelectableTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.opends.guitools.controlpanel.ui.renderer.TaskCellRenderer
-
- getTableHeight() - Method in class com.forgerock.opendj.cli.TableBuilder
-
Gets the number of rows in table.
- getTableWidth() - Method in class com.forgerock.opendj.cli.TableBuilder
-
Gets the number of columns in table.
- getTags() - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Retrieves the set of tags that have been registered.
- getTamperEvidentPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileAccessLogPublisherCfgDefn
-
Get the "tamper-evident" property definition.
- getTamperEvidentPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CsvFileHTTPAccessLogPublisherCfgDefn
-
Get the "tamper-evident" property definition.
- getTargAttrFilters() - Method in class org.opends.server.authorization.dseecompat.AciTargets
-
Return the class representing the ACI targattrfilters keyword.
- getTargAttrFiltersAciName() - Method in interface org.opends.server.authorization.dseecompat.AciEvalContext
-
Return the name of the ACI that last matched a targattrfilters rule.
- getTargAttrFiltersMatch() - Method in interface org.opends.server.authorization.dseecompat.AciTargetMatchContext
-
Return the value of the targAttrFiltersMatch variable.
- getTargetAttr() - Method in class org.opends.server.authorization.dseecompat.AciTargets
-
Return class representing the ACI targetattr keyword.
- getTargetControl() - Method in class org.opends.server.authorization.dseecompat.AciTargets
-
Return the class representing the ACI targetcontrol keyword.
- getTargetFilter() - Method in class org.opends.server.authorization.dseecompat.AciTargets
-
Return class representing the ACI targetfilter keyword.
- getTargetGroupDN() - Method in class org.opends.server.extensions.VirtualStaticGroup
-
Retrieves the DN of the target group for this virtual static group.
- getTargetIsEnabledCondition() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Gets the condition which is used to determine if a referenced managed
object is enabled.
- getTargetNeedsEnablingCondition() - Method in class org.forgerock.opendj.config.AggregationPropertyDefinition
-
Gets the condition which is used to determine whether referenced
managed objects need to be enabled.
- getTargetPosition() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns the position of the target entry in the result set.
- getTargetPosition() - Method in class org.opends.server.controls.VLVResponseControl
-
Retrieves the position of the target entry in the result set.
- getTargets() - Method in class org.opends.server.authorization.dseecompat.Aci
-
Returns the targets of the ACI.
- getTargetScope() - Method in class org.opends.server.authorization.dseecompat.AciTargets
-
Return the ACI targetscope keyword.
- getTargetType() - Method in class org.opends.server.controls.VLVRequestControl
-
Retrieves the BER type for the target that specifies the beginning of the
results page.
- getTargetUser() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
- getTargetUser() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedResult
-
- getTask() - Method in class org.opends.server.backends.task.TaskThread
-
Retrieves the task currently being processed by this thread, if it is
active.
- getTaskArgsList() - Method in class org.opends.server.tools.dsreplication.ReplicationCliArgumentParser
-
Returns the TaskScheduleArgs object containing the arguments
of this parser.
- getTaskAttributes(TaskScheduleInformation) - Static method in class org.opends.server.tools.tasks.TaskClient
-
This is a commodity method that returns the common attributes (those
related to scheduling) of a task entry for a given
TaskScheduleInformation object.
- getTaskBackend() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the task backend with which this scheduler is associated.
- getTaskBackingFile() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
-
Gets the "task-backing-file" property.
- getTaskBackingFile() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
-
Gets the "task-backing-file" property.
- getTaskBackingFile() - Method in class org.opends.server.backends.task.TaskBackend
-
Retrieves the path to the backing file that will hold the scheduled and
recurring task definitions.
- getTaskBackingFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Get the "task-backing-file" property definition.
- getTaskClass() - Method in class org.opends.server.tools.BackUpDB
-
- getTaskClass() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- getTaskClass() - Method in class org.opends.server.tools.ExportLDIF
-
- getTaskClass() - Method in class org.opends.server.tools.ImportLDIF
-
- getTaskClass() - Method in class org.opends.server.tools.RebuildIndex
-
Gets the Class that implements the utility to execute.
- getTaskClass() - Method in class org.opends.server.tools.RestoreDB
-
Gets the Class that implements the utility to execute.
- getTaskClass() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Gets the Class that implements the utility to execute.
- getTaskClassName() - Method in class org.opends.server.backends.task.RecurringTask
-
Retrieves the fully-qualified name of the Java class that provides the
implementation logic for this recurring task.
- getTaskClient() - Method in class org.opends.server.tools.ManageTasks
-
Gets the client that can be used to interact with the task backend.
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.AddToGroupTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.CancelTaskTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.DeleteBaseDNAndBackendTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.DeleteEntryTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.DeleteIndexTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.ModifyAttributeTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.ModifyEntryTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.ModifyObjectClassTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.NewEntryTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.NewSchemaElementsTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.RebuildIndexTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.ResetUserPasswordTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.RestartServerTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.StartServerTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.StopServerTask
-
- getTaskDescription() - Method in class org.opends.guitools.controlpanel.task.Task
-
The description of the task.
- getTaskDN(List<RawAttribute>) - Static method in class org.opends.server.tools.tasks.TaskClient
-
Returns the DN of the task entry for a given list of task attributes.
- getTaskEntries() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the task entries.
- getTaskEntries() - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Returns the task entries.
- getTaskEntries() - Method in class org.opends.server.tools.tasks.TaskClient
-
Gets all the ds-task entries from the task root.
- getTaskEntries() - Method in class org.opends.server.tools.tasks.TaskScheduleInteraction
-
Returns the task entries that are defined in the server.
- getTaskEntry() - Method in class org.opends.server.backends.task.Task
-
Retrieves the entry containing the definition for this task.
- getTaskEntry(String) - Method in class org.opends.server.tools.tasks.TaskClient
-
Gets the entry of the task whose ID is id from the directory.
- getTaskEntryDN() - Method in class org.opends.server.backends.task.Task
-
Retrieves the DN of the entry containing the definition for this task.
- getTaskID() - Method in class org.opends.server.backends.task.Task
-
Retrieves the unique identifier assigned to this task.
- getTaskId() - Method in class org.opends.server.tools.BackUpDB
-
- getTaskId() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- getTaskId() - Method in class org.opends.server.tools.ExportLDIF
-
- getTaskId() - Method in class org.opends.server.tools.ImportLDIF
-
- getTaskId() - Method in class org.opends.server.tools.RebuildIndex
-
Gets an arbitrary task id assigned to this task.
- getTaskId() - Method in class org.opends.server.tools.RestoreDB
-
Gets an arbitrary task id assigned to this task.
- getTaskID(List<RawAttribute>) - Static method in class org.opends.server.tools.tasks.TaskClient
-
Returns the ID of the task entry for a given list of task attributes.
- getTaskId() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Gets an arbitrary task id assigned to this task.
- getTaskInterruptState() - Method in class org.opends.server.backends.task.Task
-
- getTaskObjectclass() - Method in class org.opends.server.tools.BackUpDB
-
- getTaskObjectclass() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalScheduleInformation
-
- getTaskObjectclass() - Method in class org.opends.server.tools.ExportLDIF
-
- getTaskObjectclass() - Method in class org.opends.server.tools.ImportLDIF
-
- getTaskObjectclass() - Method in class org.opends.server.tools.RebuildIndex
-
Gets the objectclass used to represent scheduled instances of this
utility in the task backend.
- getTaskObjectclass() - Method in class org.opends.server.tools.RestoreDB
-
Gets the objectclass used to represent scheduled instances of this
utility in the task backend.
- getTaskObjectclass() - Method in interface org.opends.server.tools.tasks.TaskScheduleInformation
-
Gets the objectclass used to represent scheduled instances of this
utility in the task backend.
- getTaskRetentionTime() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
-
Gets the "task-retention-time" property.
- getTaskRetentionTime() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
-
Gets the "task-retention-time" property.
- getTaskRetentionTimePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Get the "task-retention-time" property definition.
- getTaskRootDN() - Method in class org.opends.server.backends.task.TaskBackend
-
Retrieves the DN of the entry that is the root for all task information in
the Directory Server.
- getTaskRootEntry() - Method in class org.opends.server.backends.task.TaskScheduler
-
Retrieves the root entry that is the common ancestor for all entries in the
task backend.
- getTasks() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the list of tasks.
- getTaskSchedule() - Method in class org.opends.server.tools.dsreplication.PurgeHistoricalUserData
-
Returns the object describing the schedule of the task.
- getTaskSeparator() - Method in class org.opends.quicksetup.Application
-
Returns the task separator formatted.
- getTaskSeparator() - Method in class org.opends.quicksetup.util.HtmlProgressMessageFormatter
-
Returns the task separator in HTML.
- getTaskSeparator() - Method in class org.opends.quicksetup.util.PlainTextProgressMessageFormatter
-
- getTaskSeparator() - Method in interface org.opends.quicksetup.util.ProgressMessageFormatter
-
Returns the task separator formatted.
- getTaskSpecificAttributeValuePairs() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets a mapping of attributes that are specific to the implementing
task as opposed to the superior, or base, task.
- getTaskState() - Method in class org.opends.server.backends.task.Task
-
Retrieves the current state for this task.
- getTaskState() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets the task state.
- getTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the telephoneNumber Attribute Type
which has the OID 2.5.4.20.
- getTelephoneNumberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the telephoneNumberMatch Matching Rule
which has the OID 2.5.13.20.
- getTelephoneNumberSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the telephoneNumberSubstringsMatch Matching Rule
which has the OID 2.5.13.21.
- getTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Telephone Number Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.50.
- getTeletexTerminalIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the teletexTerminalIdentifier Attribute Type
which has the OID 2.5.4.22.
- getTeletexTerminalIdentifierSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Teletex Terminal Identifier Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.51.
- getTelexNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the telexNumber Attribute Type
which has the OID 2.5.4.21.
- getTelexNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Telex Number Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.52.
- getTemplate() - Method in class org.opends.server.tools.makeldif.TemplateEntry
-
Retrieves the template used to generate this entry.
- getTemplateDirectory() - Method in class org.opends.quicksetup.Installation
-
Gets the directory used to store the template configuration.
- getTemplateLine() - Method in class org.opends.server.tools.makeldif.TemplateValue
-
Retrieves the template line used to generate this value.
- getTemplateLines() - Method in class org.opends.server.tools.makeldif.Template
-
Retrieves the set of template lines for this template.
- getTemplates() - Method in class org.opends.server.tools.makeldif.TemplateFile
-
Retrieves the set of templates defined in this template file.
- getTemporaryDirectory() - Method in class org.opends.quicksetup.Installation
-
Gets the directory used to store files temporarily.
- getTemporaryUpgradeDirectory() - Method in class org.opends.quicksetup.Installation
-
Gets the directory where the upgrader stores files temporarily.
- getTestReversedPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AttributeValuePasswordValidatorCfgDefn
-
Get the "test-reversed-password" property definition.
- getTestReversedPasswordPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DictionaryPasswordValidatorCfgDefn
-
Get the "test-reversed-password" property definition.
- getText() - Method in class org.opends.guitools.controlpanel.ui.components.LabelWithHelpIcon
-
Returns the text displayed on the panel.
- getText() - Method in class org.opends.guitools.controlpanel.ui.components.SelectableLabelWithHelpIcon
-
Returns the text displayed on the panel.
- getText() - Static method in class org.opends.quicksetup.LicenseFile
-
Get the textual contents of the license file.
- getTextForIcon(UIFactory.IconType) - Method in class org.opends.quicksetup.installer.ui.DataReplicationPanel
-
- getTextForIcon(UIFactory.IconType) - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Returns the text to be displayed in the progress label for a give icon
type.
- getThreadCount() - Method in class org.opends.server.types.LDIFImportConfig
-
Return the specified thread count.
- getThrowableMsg(LocalizableMessage, Throwable) - Static method in class com.forgerock.opendj.cli.Utils
-
Returns a localized message for a given properties key an throwable.
- getThrowableStackFrames() - Method in interface org.forgerock.opendj.server.config.client.DebugTargetCfgClient
-
Gets the "throwable-stack-frames" property.
- getThrowableStackFrames() - Method in interface org.forgerock.opendj.server.config.server.DebugTargetCfg
-
Gets the "throwable-stack-frames" property.
- getThrowableStackFramesPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.DebugTargetCfgDefn
-
Get the "throwable-stack-frames" property definition.
- getTime() - Method in class org.opends.server.replication.common.CSN
-
Getter for the time.
- getTime() - Static method in class org.opends.server.util.TimeThread
-
Retrieves the time in milliseconds since the epoch at the last
update.
- getTimeInMillis() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
-
Returns the value of this generalized time in milliseconds since the
epoch.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAccessLogPublisherCfgClient
-
Gets the "time-interval" property.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.FileBasedAuditLogPublisherCfgClient
-
Gets the "time-interval" property.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.FileBasedDebugLogPublisherCfgClient
-
Gets the "time-interval" property.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.FileBasedErrorLogPublisherCfgClient
-
Gets the "time-interval" property.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.client.FileBasedHTTPAccessLogPublisherCfgClient
-
Gets the "time-interval" property.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAccessLogPublisherCfg
-
Gets the "time-interval" property.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.FileBasedAuditLogPublisherCfg
-
Gets the "time-interval" property.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.FileBasedDebugLogPublisherCfg
-
Gets the "time-interval" property.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.FileBasedErrorLogPublisherCfg
-
Gets the "time-interval" property.
- getTimeInterval() - Method in interface org.forgerock.opendj.server.config.server.FileBasedHTTPAccessLogPublisherCfg
-
Gets the "time-interval" property.
- getTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAccessLogPublisherCfgDefn
-
Get the "time-interval" property definition.
- getTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedAuditLogPublisherCfgDefn
-
Get the "time-interval" property definition.
- getTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedDebugLogPublisherCfgDefn
-
Get the "time-interval" property definition.
- getTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedErrorLogPublisherCfgDefn
-
Get the "time-interval" property definition.
- getTimeIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedHTTPAccessLogPublisherCfgDefn
-
Get the "time-interval" property definition.
- getTimeLimit() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the time limit that should be used in order to restrict the
maximum time (in seconds) allowed for the search.
- getTimeLimit() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "time-limit" property.
- getTimeLimit() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "time-limit" property.
- getTimeLimit() - Method in interface org.forgerock.opendj.server.core.Operation
-
Retrieves the time limit that will be enforced for searches performed
using this client connection.
- getTimeLimit() - Method in class org.opends.dsml.protocol.SearchRequest
-
Gets the value of the timeLimit property.
- getTimeLimit() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the time limit that will be enforced for searches
performed using this client connection.
- getTimeLimit() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the default maximum length of time in seconds that should be
allowed when processing a search.
- getTimeLimit() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the time limit for this search operation.
- getTimeLimit() - Method in class org.opends.server.core.SearchOperationBasis
-
- getTimeLimit() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getTimeLimit() - Method in class org.opends.server.protocols.internal.SearchRequest
-
To be removed.
- getTimeLimit() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
Retrieves the time limit for this search request.
- getTimeLimit() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the time limit for this search operation.
- getTimeLimit() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the time limit for this search operation.
- getTimeLimit() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the time limit for this search operation.
- getTimeLimit() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
-
Retrieves the time limit for this search operation.
- getTimeLimit() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the time limit for this search operation.
- getTimeLimit() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the time limit for this search operation.
- getTimeLimitExpiration() - Method in interface org.opends.server.core.SearchOperation
-
Get the time after which the search time limit has expired.
- getTimeLimitExpiration() - Method in class org.opends.server.core.SearchOperationBasis
-
- getTimeLimitExpiration() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getTimeLimitPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "time-limit" property definition.
- getTimeOfDay() - Method in interface org.forgerock.opendj.server.config.client.FixedTimeLogRotationPolicyCfgClient
-
Gets the "time-of-day" property.
- getTimeOfDay() - Method in interface org.forgerock.opendj.server.config.server.FixedTimeLogRotationPolicyCfg
-
Gets the "time-of-day" property.
- getTimeOfDayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FixedTimeLogRotationPolicyCfgDefn
-
Get the "time-of-day" property definition.
- getTimeout() - Method in interface org.forgerock.opendj.ldap.TimeoutEventListener
-
Returns the timeout for this listener.
- getTimeoutServers() - Method in class org.opends.server.replication.server.ExpectedAcksInfo
-
Gets the list of expected servers that did not respond in time.
- getTimeSec() - Method in class org.opends.server.replication.common.CSN
-
Get the timestamp associated to this
CSN in seconds.
- getTimestamp() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Returns the creation time of this promise.
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.AddToGroupPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.AttributeSyntaxPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.BackendIndexesPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.BackendVLVIndexesPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.BackupPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.BaseDNPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.BinaryAttributeEditorPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.BinaryValuePanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.BrowseEntriesPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.components.TitlePanel
-
Returns the title of this panel.
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.components.TreePanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.ConfigurationAttributePanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.ConfigurationObjectClassPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.CustomObjectClassPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.DeleteBackendPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.DuplicateEntryPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.ErrorSearchingEntryPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.ExportLDIFPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.ImportLDIFPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.IndexBrowserRightPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.JavaPropertiesPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntrySelectionPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.LocalOrRemotePanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.LoginPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.MainActionsPane
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.ManageTasksPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.MatchingRulePanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.NewAttributePanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.NewBaseDNPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.NewDomainPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.NewEntryFromLDIFPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.NewGroupPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.NewIndexPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.NewObjectClassPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.NewOrganizationalUnitPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.NewUserPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.ObjectClassEditorPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.RebuildIndexPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.RefreshOptionsPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.ResetUserPasswordPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.SchemaBrowserRightPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.SelectObjectClassesPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.StandardObjectClassPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.StatusGenericPanel
-
Returns the title that will be used as title of the dialog.
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.TaskToSchedulePanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.VerifyIndexPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.VLVIndexPanel
-
- getTitle() - Method in class org.opends.guitools.controlpanel.ui.WindowsServicePanel
-
- getTitle() - Method in class org.opends.guitools.uninstaller.ui.ConfirmUninstallPanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.DataOptionsPanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.DataReplicationPanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.GlobalAdministratorPanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.InstallLicensePanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.InstallReviewPanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.InstallWelcomePanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.RemoteReplicationPortsPanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.RuntimeOptionsPanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.ServerSettingsPanel
-
- getTitle() - Method in class org.opends.quicksetup.installer.ui.SuffixesToReplicatePanel
-
- getTitle() - Method in class org.opends.quicksetup.ui.FinishedPanel
-
- getTitle() - Method in class org.opends.quicksetup.ui.ProgressPanel
-
- getTitle() - Method in class org.opends.quicksetup.ui.QuickSetupStepPanel
-
Returns the title of this panel.
- getTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the title Attribute Type
which has the OID 2.5.4.12.
- getTLSByteChannel(ByteChannel) - Method in class org.opends.server.protocols.ldap.LDAPConnectionHandler
-
Creates a TLS Byte Channel instance using the specified socket channel.
- getTmpDirectory() - Method in class org.opends.server.backends.RebuildConfig
-
Return the temporary directory path.
- getTmpDirectory() - Method in class org.opends.server.types.LDIFImportConfig
-
Return the temporary directory path.
- getTokenInfoUrl() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2OpenamAuthorizationMechanismCfgClient
-
Gets the "token-info-url" property.
- getTokenInfoUrl() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2OpenamAuthorizationMechanismCfg
-
Gets the "token-info-url" property.
- getTokenInfoUrlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "token-info-url" property definition.
- getTokenIntrospectionUrl() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClient
-
Gets the "token-introspection-url" property.
- getTokenIntrospectionUrl() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the "token-introspection-url" property.
- getTokenIntrospectionUrlPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "token-introspection-url" property definition.
- getToolStartupTextErrorPublisher(TextWriter) - Static method in class org.opends.server.loggers.TextErrorLogPublisher
-
Returns a new text error log publisher which will print all messages to the
provided writer.
- getTooltip() - Method in class org.opends.quicksetup.ui.LabelFieldDescriptor
-
Returns the tooltip used in the field.
- getToolTipText(MouseEvent) - Method in class org.opends.guitools.controlpanel.ui.components.LabelWithHelpIcon
-
- getToolTipText(MouseEvent) - Method in class org.opends.guitools.controlpanel.ui.components.SelectableLabelWithHelpIcon
-
- getTopObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the top Object Class
which has the OID 2.5.6.0.
- getTotalConnections() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the total number of client connections that have been established
since the Directory Server started.
- getTotalCount() - Method in class org.opends.server.plugins.profiler.ProfileStackFrame
-
Retrieves the total number of times that a frame with this class and
method name was seen by the profiler thread.
- getTotalDuration() - Method in class org.opends.server.plugins.profiler.ProfileViewer
-
Retrieves the total duration in milliseconds covered by the profile data.
- getTotalIntervals() - Method in class org.opends.server.plugins.profiler.ProfileViewer
-
Retrieves the total number of sample intervals for which profile data is
available.
- getTotalProcessingTime() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the total processing time for this HTTP request.
- getTotalProcessingTime() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getTracer(String) - Static method in class org.opends.server.loggers.DebugLogger
-
Returns the registered Debug Tracer for a traced class.
- getTraceString() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
Returns the trace information, which has no semantic value, and can be
used by administrators in order to identify the user.
- getTrailingArguments() - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Retrieves the set of unnamed trailing arguments that were provided on the
command line.
- getTrailingArguments() - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the set of unnamed trailing arguments that were provided on the command line.
- getTrailingArgumentsDisplayName() - Method in class com.forgerock.opendj.cli.SubCommand
-
Retrieves the trailing arguments display name.
- getTrailingSectionPaths() - Method in class org.forgerock.opendj.maven.doc.CommandLineTool
-
Returns additional paths to DocBook XML RefSect1 documents
to be appended after generated content in reference documentation.
- getTransactionId() - Method in class com.forgerock.opendj.ldap.controls.TransactionIdControl
-
Returns the transaction id.
- getTransactionId() - Method in class org.opends.server.controls.TransactionIdControl
-
Retrieves the transaction id associated with this control.
- getTransactionId() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the transactionId for this request.
- getTransactionId() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getTransactionIsolation() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getTransferData(DataFlavor) - Method in class org.opends.guitools.controlpanel.ui.nodes.DndBrowserNodes
-
- getTransferDataFlavors() - Method in class org.opends.guitools.controlpanel.ui.nodes.DndBrowserNodes
-
- getTrapCommunities(InetAddress) - Method in class org.opends.server.snmp.SNMPInetAddressAcl
- getTrapDestinations() - Method in class org.opends.server.snmp.SNMPInetAddressAcl
- getTrapPort() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "trap-port" property.
- getTrapPort() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "trap-port" property.
- getTrapPortPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "trap-port" property definition.
- getTrapsCommunity() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "traps-community" property.
- getTrapsCommunity() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "traps-community" property.
- getTrapsCommunityPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "traps-community" property definition.
- getTrapsDestination() - Method in interface org.forgerock.opendj.server.config.client.SNMPConnectionHandlerCfgClient
-
Gets the "traps-destination" property.
- getTrapsDestination() - Method in interface org.forgerock.opendj.server.config.server.SNMPConnectionHandlerCfg
-
Gets the "traps-destination" property.
- getTrapsDestinationPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SNMPConnectionHandlerCfgDefn
-
Get the "traps-destination" property definition.
- getTree() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Return the JTree controlled by this controller.
- getTree() - Method in class org.opends.guitools.controlpanel.ui.components.TreePanel
-
Returns the tree contained in the panel.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.opends.guitools.controlpanel.ui.renderer.BrowserCellRenderer
-
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.opends.guitools.controlpanel.ui.renderer.TreeCellRenderer
-
- getTreeModel() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
The tree model created by the controller and assigned
to the JTree.
- getTreePath() - Method in class org.opends.guitools.controlpanel.ui.LDAPEntryPanel
-
Returns the tree path associated with the node that is being displayed.
- getTreePath() - Method in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
Returns the TreePath corresponding to the displayed entry.
- getTrustAllArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'trustAllArg' global argument.
- getTrustedCertificates() - Method in class org.opends.admin.ads.ADSContext
-
Return the set of valid (i.e., not tagged as compromised) instance key-pair
public-key certificate entries in ADS.
- getTrustManager() - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Retrieves a TrustManager object that may be used for
interactions requiring access to a trust manager.
- getTrustManager() - Method in exception org.opends.admin.ads.TopologyCacheException
-
Returns the ApplicationTrustManager that we were using when this exception
was generated.
- getTrustManager() - Method in class org.opends.guitools.controlpanel.browser.LDAPConnectionPool
-
Returns the ApplicationTrustManager used by the connection pool to
connect to servers.
- getTrustManager() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the trust manager to be used by this ControlPanelInfo (and in
general by the control panel).
- getTrustManager() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getTrustManager() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns the trust manager that can be used to establish secure connections.
- getTrustManager() - Method in class org.opends.quicksetup.Application
-
Returns the trust manager that can be used to establish secure connections.
- getTrustManager() - Method in class org.opends.quicksetup.installer.Installer
-
- getTrustManager() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Handle TrustStore.
- getTrustManager() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliParser
-
Handle TrustStore.
- getTrustManager() - Method in class org.opends.server.util.cli.LDAPConnectionConsoleInteraction
-
Gets the trust manager that should be used for connections based on this
interaction.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.AdministrationConnectorCfgClient
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HTTPConnectionHandlerCfgClient
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2OpenamAuthorizationMechanismCfgClient
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgClient
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.LDAPConnectionHandlerCfgClient
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.LDAPPassThroughAuthenticationPolicyCfgClient
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Trust Manager Provider.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.client.ServiceDiscoveryMechanismCfgClient
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2OpenamAuthorizationMechanismCfg
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Trust Manager Provider.
- getTrustManagerProvider() - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "trust-manager-provider" property.
- getTrustManagerProvider(DN) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the trust manager provider registered with the provided entry DN.
- getTrustManagerProvider(DN) - Method in interface org.opends.server.core.ServerContext
-
Returns the trust manager provider matching the provided DN.
- getTrustManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.AdministrationConnectorCfg
-
Gets the "trust-manager-provider" property as a DN.
- getTrustManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPConnectionHandlerCfg
-
Gets the "trust-manager-provider" property as a DN.
- getTrustManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2OpenamAuthorizationMechanismCfg
-
Gets the "trust-manager-provider" property as a DN.
- getTrustManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfg
-
Gets the "trust-manager-provider" property as a DN.
- getTrustManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.LDAPConnectionHandlerCfg
-
Gets the "trust-manager-provider" property as a DN.
- getTrustManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.LDAPPassThroughAuthenticationPolicyCfg
-
Gets the "trust-manager-provider" property as a DN.
- getTrustManagerProviderDN() - Method in interface org.forgerock.opendj.server.config.server.ServiceDiscoveryMechanismCfg
-
Gets the "trust-manager-provider" property as a DN.
- getTrustManagerProviderDN() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "trust-manager-provider" property as a DN.
- getTrustManagerProviderDN() - Method in class org.opends.server.api.ClientConnection
-
Retrieves the DN of the trust manager provider that should be
used for operations requiring access to a trust manager.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AdministrationConnectorCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2OpenamAuthorizationMechanismCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPOauth2TokenIntrospectionAuthorizationMechanismCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProviderPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "trust-manager-provider" property definition.
- getTrustManagerProvidersRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "trust-manager-providers" relation definition.
- getTrustManagers() - Method in class org.opends.server.api.TrustManagerProvider
-
Retrieves a set of TrustManager objects that may be used
for interactions requiring access to a trust manager.
- getTrustManagers() - Method in class org.opends.server.backends.TrustStoreBackend
-
Retrieves a set of TrustManager objects that may be used
for interactions requiring access to a trust manager.
- getTrustManagers() - Method in class org.opends.server.extensions.BlindTrustManagerProvider
-
- getTrustManagers() - Method in class org.opends.server.extensions.FileBasedTrustManagerProvider
-
- getTrustManagers() - Method in class org.opends.server.extensions.LDAPTrustManagerProvider
-
- getTrustManagers() - Method in class org.opends.server.extensions.PKCS11TrustManagerProvider
-
- getTrustManagers() - Static method in class org.opends.server.tools.PromptTrustManager
-
Retrieves the trust manager array that should be used to initialize an SSL
context in cases where the user should be interactively prompted about
whether to trust the server certificate.
- getTrustStoreFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
-
Gets the "trust-store-file" property.
- getTrustStoreFile() - Method in interface org.forgerock.opendj.server.config.client.TrustStoreBackendCfgClient
-
Gets the "trust-store-file" property.
- getTrustStoreFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
-
Gets the "trust-store-file" property.
- getTrustStoreFile() - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Gets the "trust-store-file" property.
- getTruststoreFileFromConfig() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Returns the absolute path of the trust store file that appears on the
config.
- getTrustStoreFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Get the "trust-store-file" property definition.
- getTrustStoreFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "trust-store-file" property definition.
- getTrustStorePasswordArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'trustStorePassword' global argument.
- getTrustStorePasswordFileArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'trustStorePasswordFile' global argument.
- getTrustStorePathArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'trustStore' global argument.
- getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
-
Gets the "trust-store-pin" property.
- getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.client.LDAPTrustManagerProviderCfgClient
-
Gets the "trust-store-pin" property.
- getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.client.PKCS11TrustManagerProviderCfgClient
-
Gets the "trust-store-pin" property.
- getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.client.TrustStoreBackendCfgClient
-
Gets the "trust-store-pin" property.
- getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
-
Gets the "trust-store-pin" property.
- getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.server.LDAPTrustManagerProviderCfg
-
Gets the "trust-store-pin" property.
- getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.server.PKCS11TrustManagerProviderCfg
-
Gets the "trust-store-pin" property.
- getTrustStorePin() - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Gets the "trust-store-pin" property.
- getTrustStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
-
Gets the "trust-store-pin-environment-variable" property.
- getTrustStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.client.LDAPTrustManagerProviderCfgClient
-
Gets the "trust-store-pin-environment-variable" property.
- getTrustStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.client.PKCS11TrustManagerProviderCfgClient
-
Gets the "trust-store-pin-environment-variable" property.
- getTrustStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.client.TrustStoreBackendCfgClient
-
Gets the "trust-store-pin-environment-variable" property.
- getTrustStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
-
Gets the "trust-store-pin-environment-variable" property.
- getTrustStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.server.LDAPTrustManagerProviderCfg
-
Gets the "trust-store-pin-environment-variable" property.
- getTrustStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.server.PKCS11TrustManagerProviderCfg
-
Gets the "trust-store-pin-environment-variable" property.
- getTrustStorePinEnvironmentVariable() - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Gets the "trust-store-pin-environment-variable" property.
- getTrustStorePinEnvironmentVariablePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Get the "trust-store-pin-environment-variable" property definition.
- getTrustStorePinEnvironmentVariablePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Get the "trust-store-pin-environment-variable" property definition.
- getTrustStorePinEnvironmentVariablePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Get the "trust-store-pin-environment-variable" property definition.
- getTrustStorePinEnvironmentVariablePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "trust-store-pin-environment-variable" property definition.
- getTrustStorePinFile() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
-
Gets the "trust-store-pin-file" property.
- getTrustStorePinFile() - Method in interface org.forgerock.opendj.server.config.client.LDAPTrustManagerProviderCfgClient
-
Gets the "trust-store-pin-file" property.
- getTrustStorePinFile() - Method in interface org.forgerock.opendj.server.config.client.PKCS11TrustManagerProviderCfgClient
-
Gets the "trust-store-pin-file" property.
- getTrustStorePinFile() - Method in interface org.forgerock.opendj.server.config.client.TrustStoreBackendCfgClient
-
Gets the "trust-store-pin-file" property.
- getTrustStorePinFile() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
-
Gets the "trust-store-pin-file" property.
- getTrustStorePinFile() - Method in interface org.forgerock.opendj.server.config.server.LDAPTrustManagerProviderCfg
-
Gets the "trust-store-pin-file" property.
- getTrustStorePinFile() - Method in interface org.forgerock.opendj.server.config.server.PKCS11TrustManagerProviderCfg
-
Gets the "trust-store-pin-file" property.
- getTrustStorePinFile() - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Gets the "trust-store-pin-file" property.
- getTrustStorePinFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Get the "trust-store-pin-file" property definition.
- getTrustStorePinFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Get the "trust-store-pin-file" property definition.
- getTrustStorePinFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Get the "trust-store-pin-file" property definition.
- getTrustStorePinFilePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "trust-store-pin-file" property definition.
- getTrustStorePinProperty() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
-
Gets the "trust-store-pin-property" property.
- getTrustStorePinProperty() - Method in interface org.forgerock.opendj.server.config.client.LDAPTrustManagerProviderCfgClient
-
Gets the "trust-store-pin-property" property.
- getTrustStorePinProperty() - Method in interface org.forgerock.opendj.server.config.client.PKCS11TrustManagerProviderCfgClient
-
Gets the "trust-store-pin-property" property.
- getTrustStorePinProperty() - Method in interface org.forgerock.opendj.server.config.client.TrustStoreBackendCfgClient
-
Gets the "trust-store-pin-property" property.
- getTrustStorePinProperty() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
-
Gets the "trust-store-pin-property" property.
- getTrustStorePinProperty() - Method in interface org.forgerock.opendj.server.config.server.LDAPTrustManagerProviderCfg
-
Gets the "trust-store-pin-property" property.
- getTrustStorePinProperty() - Method in interface org.forgerock.opendj.server.config.server.PKCS11TrustManagerProviderCfg
-
Gets the "trust-store-pin-property" property.
- getTrustStorePinProperty() - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Gets the "trust-store-pin-property" property.
- getTrustStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Get the "trust-store-pin" property definition.
- getTrustStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Get the "trust-store-pin" property definition.
- getTrustStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Get the "trust-store-pin" property definition.
- getTrustStorePinPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "trust-store-pin" property definition.
- getTrustStorePinPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Get the "trust-store-pin-property" property definition.
- getTrustStorePinPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPTrustManagerProviderCfgDefn
-
Get the "trust-store-pin-property" property definition.
- getTrustStorePinPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PKCS11TrustManagerProviderCfgDefn
-
Get the "trust-store-pin-property" property definition.
- getTrustStorePinPropertyPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "trust-store-pin-property" property definition.
- getTrustStoreType() - Method in interface org.forgerock.opendj.server.config.client.FileBasedTrustManagerProviderCfgClient
-
Gets the "trust-store-type" property.
- getTrustStoreType() - Method in interface org.forgerock.opendj.server.config.client.TrustStoreBackendCfgClient
-
Gets the "trust-store-type" property.
- getTrustStoreType() - Method in interface org.forgerock.opendj.server.config.server.FileBasedTrustManagerProviderCfg
-
Gets the "trust-store-type" property.
- getTrustStoreType() - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Gets the "trust-store-type" property.
- getTrustStoreTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FileBasedTrustManagerProviderCfgDefn
-
Get the "trust-store-type" property definition.
- getTrustStoreTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "trust-store-type" property definition.
- getTrustTransactionIdsPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "trust-transaction-ids" property definition.
- getType() - Method in class org.forgerock.opendj.config.AdministratorAction
-
Gets the type of this administrator action.
- getType() - Method in interface org.forgerock.opendj.server.config.client.UniqueAttributePluginCfgClient
-
Gets the "type" property.
- getType() - Method in interface org.forgerock.opendj.server.config.server.UniqueAttributePluginCfg
-
Gets the "type" property.
- getType() - Method in exception org.opends.admin.ads.TopologyCacheException
-
Returns the type of this exception.
- getType() - Method in class org.opends.admin.ads.util.PreferredConnection
-
Returns the type of the connection.
- getType() - Method in class org.opends.dsml.protocol.Control
-
Gets the value of the type property.
- getType() - Method in class org.opends.dsml.protocol.ErrorResponse
-
Gets the value of the type property.
- getType() - Method in class org.opends.guitools.controlpanel.datamodel.BackendDescriptor
-
Returns the type of the backend.
- getType() - Method in class org.opends.guitools.controlpanel.datamodel.BackupDescriptor
-
Returns the type of the backup.
- getType() - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNDescriptor
-
Returns the type for this base DN.
- getType() - Method in class org.opends.guitools.controlpanel.datamodel.BinaryValue
-
Return the type of the binary value.
- getType() - Method in class org.opends.guitools.controlpanel.datamodel.CategorizedComboBoxElement
-
Returns the type of the element.
- getType() - Method in class org.opends.guitools.controlpanel.datamodel.ScheduleType
-
Returns the type of the schedule.
- getType() - Method in class org.opends.guitools.controlpanel.event.BrowserEvent
-
Returns the type of event.
- getType() - Method in class org.opends.guitools.controlpanel.task.AddToGroupTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.CancelTaskTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.DeleteBaseDNAndBackendTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.DeleteEntryTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.DeleteIndexTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.DeleteSchemaElementsTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.ModifyAttributeTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.ModifyEntryTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.ModifyObjectClassTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.NewEntryTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.NewSchemaElementsTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.RebuildIndexTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.ResetUserPasswordTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.RestartServerTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.StartServerTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.StopServerTask
-
- getType() - Method in class org.opends.guitools.controlpanel.task.Task
-
Returns the type of the task.
- getType() - Method in exception org.opends.quicksetup.ApplicationException
-
Returns the Type of this exception.
- getType() - Method in class org.opends.quicksetup.installer.DataReplicationOptions
-
Returns the type of DataReplicationOptions represented by this object
(replicate or not).
- getType() - Method in class org.opends.quicksetup.installer.NewSuffixOptions
-
Returns the type of NewSuffixOptions represented by this object (import
data or not, what use as source of the data...).
- getType() - Method in class org.opends.quicksetup.installer.SuffixesToReplicateOptions
-
Returns the type of SuffixesToReplicateOptions represented by this object
(replicate or not).
- getType() - Method in class org.opends.quicksetup.ui.LabelFieldDescriptor
-
Returns the field type.
- getType() - Method in exception org.opends.quicksetup.UserDataCertificateException
-
Returns the type of exception.
- getType() - Method in enum org.opends.server.controls.PasswordPolicyWarningType
-
Retrieves the BER type to use for the associated element in the password
policy control.
- getType() - Method in class org.opends.server.protocols.ldap.AbandonRequestProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.AddRequestProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.AddResponseProtocolOp
-
- getType() - Method in class org.opends.server.protocols.ldap.BindRequestProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.BindResponseProtocolOp
-
- getType() - Method in class org.opends.server.protocols.ldap.CompareRequestProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.CompareResponseProtocolOp
-
- getType() - Method in class org.opends.server.protocols.ldap.DeleteRequestProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.DeleteResponseProtocolOp
-
- getType() - Method in class org.opends.server.protocols.ldap.ExtendedRequestProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
- getType() - Method in class org.opends.server.protocols.ldap.IntermediateResponseProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.ModifyDNRequestProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.ModifyDNResponseProtocolOp
-
- getType() - Method in class org.opends.server.protocols.ldap.ModifyRequestProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.ModifyResponseProtocolOp
-
- getType() - Method in class org.opends.server.protocols.ldap.ProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
- getType() - Method in class org.opends.server.protocols.ldap.SearchResultDoneProtocolOp
-
- getType() - Method in class org.opends.server.protocols.ldap.SearchResultEntryProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.SearchResultReferenceProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.protocols.ldap.UnbindRequestProtocolOp
-
Retrieves the BER type for this protocol op.
- getType() - Method in class org.opends.server.tools.tasks.TaskEntry
-
Gets a user presentable string indicating the type of this task.
- getType() - Method in enum org.opends.server.util.ChangeOperationType
-
Retrieves the human-readable name this change type.
- getTypeConformsToSchemaError() - Method in class org.opends.server.types.Entry
-
Returns a error when entry type does not conform to a schema
requirements.
- getTypedValue() - Method in class com.forgerock.opendj.cli.MultiChoiceArgument
-
Retrieves the string value for this argument.
- getTypeMap() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getTypeOrDefault(String) - Static method in enum org.opends.server.util.Platform.KeyType
-
Get a KeyType based on the alias name.
- getTypePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UniqueAttributePluginCfgDefn
-
Get the "type" property definition.
- getTypes() - Method in class org.opends.guitools.controlpanel.datamodel.IndexDescriptor
-
Returns the type of indexes (equality, substring, etc.).
- getTypesOnly() - Method in interface org.opends.server.core.SearchOperation
-
Retrieves the typesOnly flag for this search operation.
- getTypesOnly() - Method in class org.opends.server.core.SearchOperationBasis
-
- getTypesOnly() - Method in class org.opends.server.core.SearchOperationWrapper
-
- getTypesOnly() - Method in class org.opends.server.protocols.ldap.SearchRequestProtocolOp
-
Retrieves the value of the typesOnly flag for this search request.
- getTypesOnly() - Method in interface org.opends.server.types.operation.PostOperationSearchOperation
-
Retrieves the typesOnly flag for this search operation.
- getTypesOnly() - Method in interface org.opends.server.types.operation.PostResponseSearchOperation
-
Retrieves the typesOnly flag for this search operation.
- getTypesOnly() - Method in interface org.opends.server.types.operation.PreOperationSearchOperation
-
Retrieves the typesOnly flag for this search operation.
- getTypesOnly() - Method in interface org.opends.server.types.operation.PreParseSearchOperation
-
Retrieves the typesOnly flag for this search operation.
- getTypesOnly() - Method in interface org.opends.server.types.operation.SearchEntrySearchOperation
-
Retrieves the typesOnly flag for this search operation.
- getTypesOnly() - Method in interface org.opends.server.types.operation.SearchReferenceSearchOperation
-
Retrieves the typesOnly flag for this search operation.
- getUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uid Attribute Type
which has the OID 0.9.2342.19200300.100.1.1.
- getUIDObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uidObject Object Class
which has the OID 1.3.6.1.1.3.1.
- getUnacceptableReasons() - Method in class org.opends.server.extensions.EntryCacheCommon.ConfigErrorHandler
-
Get the current unacceptable reasons.
- getUnauthenticatedConnectionFactory() - Method in class com.forgerock.opendj.cli.ConnectionFactoryProvider
-
Constructs a connection factory for unauthenticated connections.
- getUnbindRequestProtocolOp() - Method in class org.opends.server.protocols.ldap.LDAPMessage
-
Retrieves the protocol op for this LDAP message as an unbind request
protocol op.
- getUnbindRequests() - Method in class org.opends.server.protocols.ldap.LDAPStatistics
-
Retrieves the number of unbind requests that have been received.
- getUninstallBatFile() - Method in class org.opends.quicksetup.Installation
-
Returns the path to the uninstall.bat file.
- getUniqueMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uniqueMember Attribute Type
which has the OID 2.5.4.50.
- getUniqueMemberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uniqueMemberMatch Matching Rule
which has the OID 2.5.13.23.
- getUnit(String) - Static method in enum org.forgerock.opendj.config.DurationUnit
-
Get the unit corresponding to the provided unit name.
- getUnit(String) - Static method in enum org.forgerock.opendj.config.SizeUnit
-
Get the unit corresponding to the provided unit name.
- getUnitSynopsis() - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
-
Gets the optional unit synopsis of this integer property definition in
the default locale.
- getUnitSynopsis(Locale) - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
-
Gets the optional unit synopsis of this integer property definition in
the specified locale.
- getUnsignedHash() - Method in class org.opends.server.types.BackupInfo
-
Retrieves the data for the unsigned hash for this backup, if
appropriate.
- getUpdatedEntry() - Method in interface org.opends.server.core.ModifyDNOperation
-
Retrieves the new entry, as it will appear after it is renamed.
- getUpdatedEntry() - Method in class org.opends.server.core.ModifyDNOperationBasis
-
- getUpdatedEntry() - Method in class org.opends.server.core.ModifyDNOperationWrapper
-
- getUpdatedEntry() - Method in interface org.opends.server.types.operation.PostOperationModifyDNOperation
-
Retrieves the new entry, as it will appear after it is renamed.
- getUpdatedEntry() - Method in interface org.opends.server.types.operation.PostResponseModifyDNOperation
-
Retrieves the new entry, as it will appear after it is renamed.
- getUpdatedEntry() - Method in interface org.opends.server.types.operation.PostSynchronizationModifyDNOperation
-
Retrieves the new entry, as it will appear after it is renamed.
- getUpdatedEntry() - Method in interface org.opends.server.types.operation.PreOperationModifyDNOperation
-
Retrieves the new entry, as it will appear after it is renamed.
- getUpdatedEntry() - Method in interface org.opends.server.types.operation.SubordinateModifyDNOperation
-
Retrieves the new entry, as it will appear after it is renamed.
- getUpdatedEntry() - Method in class org.opends.server.workflowelement.localbackend.LocalBackendModifyDNOperation
-
Retrieves the new entry, as it will appear after it is renamed.
- getUpdateInterval() - Method in interface org.forgerock.opendj.server.config.client.ReferentialIntegrityPluginCfgClient
-
Gets the "update-interval" property.
- getUpdateInterval() - Method in interface org.forgerock.opendj.server.config.server.ReferentialIntegrityPluginCfg
-
Gets the "update-interval" property.
- getUpdateInterval() - Method in interface org.forgerock.openidm.accountchange.client.OpenidmAccountStatusNotificationHandlerCfgClient
-
Gets the "update-interval" property.
- getUpdateInterval() - Method in interface org.forgerock.openidm.accountchange.server.OpenidmAccountStatusNotificationHandlerCfg
-
Gets the "update-interval" property.
- getUpdateIntervalPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReferentialIntegrityPluginCfgDefn
-
Get the "update-interval" property definition.
- getUpdateIntervalPropertyDefinition() - Method in class org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn
-
Get the "update-interval" property definition.
- getUpdateMessage() - Method in class org.opends.server.replication.plugin.UpdateToReplay
-
Getter for update message.
- getUpdateRemoteReplication() - Method in class org.opends.guitools.uninstaller.UninstallUserData
-
Returns whether the user wants to update remote replication configuration
or not.
- getUpperLimit() - Method in class org.forgerock.opendj.config.DurationPropertyDefinition
-
Get the upper limit in milli-seconds.
- getUpperLimit() - Method in class org.forgerock.opendj.config.IntegerPropertyDefinition
-
Get the upper limit.
- getUpperLimit() - Method in class org.forgerock.opendj.config.SizePropertyDefinition
-
Get the upper limit in bytes.
- getUri() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the URI issued by the client.
- getUri() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getURIs() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
Returns a List containing the continuation reference URIs
included with this search result reference.
- getURL() - Method in interface org.opends.guitools.controlpanel.ui.nodes.BrowserNodeInfo
-
URL of the displayed entry.
- getURL() - Method in class org.opends.quicksetup.util.URLWorker
-
Returns the URL that we are trying to launch in the users browser.
- getUrl() - Method in exception org.opends.quicksetup.util.WebBrowserException
-
Returns the url that we were trying to display when the exception occurred.
- getURL() - Method in class org.opends.server.authorization.dseecompat.UserDNTypeURL
-
Returns the URL.
- getUrlTemplate() - Method in class org.forgerock.opendj.rest2ldap.SubResource
-
Gets the URL template that must match for this sub-resource to apply to a given request.
- getUsage() - Method in class com.forgerock.opendj.cli.ArgumentParser
-
Retrieves a string containing usage information based on the defined
arguments.
- getUsage() - Method in class com.forgerock.opendj.cli.SubCommandArgumentParser
-
Retrieves a string containing usage information based on the defined arguments.
- getUsage(PropertyDefinition<?>) - Method in class org.forgerock.opendj.config.PropertyDefinitionUsageBuilder
-
Generates the usage information for the provided property definition.
- getUsage() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the usage indicator for this attribute type.
- getUsePasswordCachingPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "use-password-caching" property definition.
- getUserAgent() - Method in interface org.opends.server.loggers.HTTPRequestInfo
-
Returns the user agent used by the client.
- getUserAgent() - Method in class org.opends.server.protocols.http.HttpLogContext
-
- getUserAnswer() - Method in class org.opends.quicksetup.ui.CertificateDialog
-
Wheter the user accepted the certificate or not.
- getUserArguments() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Returns the arguments passed in the command-line to launch the application.
- getUserAttribute(AttributeType) - Method in class org.opends.server.types.Entry
-
Retrieves the requested user attribute element(s) for the
specified attribute type.
- getUserAttributes() - Method in interface org.opends.server.core.AddOperation
-
Retrieves the set of processed user attributes for the entry to add.
- getUserAttributes() - Method in class org.opends.server.core.AddOperationBasis
-
- getUserAttributes() - Method in class org.opends.server.core.AddOperationWrapper
-
- getUserAttributes() - Method in class org.opends.server.types.Entry
-
Retrieves the entire set of user (i.e., non-operational)
attributes for this entry.
- getUserAttributes() - Method in interface org.opends.server.types.operation.PostOperationAddOperation
-
Retrieves the set of processed user attributes for the entry to
add.
- getUserAttributes() - Method in interface org.opends.server.types.operation.PostResponseAddOperation
-
Retrieves the set of processed user attributes for the entry to
add.
- getUserAttributes() - Method in interface org.opends.server.types.operation.PostSynchronizationAddOperation
-
Retrieves the set of processed user attributes for the entry to
add.
- getUserAttributes() - Method in interface org.opends.server.types.operation.PreOperationAddOperation
-
Retrieves the set of processed user attributes for the entry to
add.
- getUserBaseDN() - Method in interface org.forgerock.opendj.server.config.client.FingerprintCertificateMapperCfgClient
-
Gets the "user-base-dn" property.
- getUserBaseDN() - Method in interface org.forgerock.opendj.server.config.client.SubjectAttributeToUserAttributeCertificateMapperCfgClient
-
Gets the "user-base-dn" property.
- getUserBaseDN() - Method in interface org.forgerock.opendj.server.config.client.SubjectDNToUserAttributeCertificateMapperCfgClient
-
Gets the "user-base-dn" property.
- getUserBaseDN() - Method in interface org.forgerock.opendj.server.config.server.FingerprintCertificateMapperCfg
-
Gets the "user-base-dn" property.
- getUserBaseDN() - Method in interface org.forgerock.opendj.server.config.server.SubjectAttributeToUserAttributeCertificateMapperCfg
-
Gets the "user-base-dn" property.
- getUserBaseDN() - Method in interface org.forgerock.opendj.server.config.server.SubjectDNToUserAttributeCertificateMapperCfg
-
Gets the "user-base-dn" property.
- getUserBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.FingerprintCertificateMapperCfgDefn
-
Get the "user-base-dn" property definition.
- getUserBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectAttributeToUserAttributeCertificateMapperCfgDefn
-
Get the "user-base-dn" property definition.
- getUserBaseDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SubjectDNToUserAttributeCertificateMapperCfgDefn
-
Get the "user-base-dn" property definition.
- getUserCertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the userCertificate Attribute Type
which has the OID 2.5.4.36.
- getUserData() - Method in class org.opends.quicksetup.Application
-
Returns the UserData object representing the parameters provided by
the user to do the installation.
- getUserData() - Method in interface org.opends.quicksetup.CliApplication
-
Gets the user data this application will use when running.
- getUserData() - Method in class org.opends.quicksetup.QuickSetupCli
-
Gets the user data this application will use when running.
- getUserDataConnection() - Method in class org.opends.guitools.controlpanel.browser.BrowserController
-
Return the connection for accessing the directory user data.
- getUserDataConnection() - Method in class org.opends.guitools.controlpanel.datamodel.ControlPanelInfo
-
Returns the connection to be used by the ControlPanelInfo to retrieve user data.
- getUserDataConnection(ControlPanelInfo, DN, String) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the connection to connect to the server using the
information in the ControlCenterInfo object (which provides the host, port
and protocol to be used) and some LDAP credentials.
- getUserDefinedTime(String) - Static method in class org.opends.server.util.TimeThread
-
Retrieves the current time formatted using the given format string.
- getUserDN() - Method in interface org.forgerock.opendj.server.config.client.HTTPAnonymousAuthorizationMechanismCfgClient
-
Gets the "user-dn" property.
- getUserDN() - Method in interface org.forgerock.opendj.server.config.server.HTTPAnonymousAuthorizationMechanismCfg
-
Gets the "user-dn" property.
- getUserDN() - Method in class org.opends.server.types.AccountStatusNotification
-
Retrieves the DN of the user entry to which this notification
applies.
- getUserDNEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "user-dn-equal-to" property.
- getUserDNEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "user-dn-equal-to" property.
- getUserDNEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "user-dn-equal-to" property definition.
- getUserDNNotEqualTo() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "user-dn-not-equal-to" property.
- getUserDNNotEqualTo() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "user-dn-not-equal-to" property.
- getUserDNNotEqualToPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "user-dn-not-equal-to" property definition.
- getUserDNPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPAnonymousAuthorizationMechanismCfgDefn
-
Get the "user-dn" property definition.
- getUserDNType() - Method in class org.opends.server.authorization.dseecompat.UserDNTypeURL
-
Returns the DN type.
- getUserEntry() - Method in class org.opends.server.types.AccountStatusNotification
-
Retrieves user entry for whom this notification applies.
- getUserEntryDN() - Method in interface org.opends.server.core.BindOperation
-
Retrieves the user entry DN for this bind operation.
- getUserEntryDN() - Method in class org.opends.server.core.BindOperationBasis
-
- getUserEntryDN() - Method in class org.opends.server.core.BindOperationWrapper
-
- getUserEntryDN() - Method in interface org.opends.server.types.operation.PostOperationBindOperation
-
Retrieves the user entry DN for this bind operation.
- getUserEntryDN() - Method in interface org.opends.server.types.operation.PostResponseBindOperation
-
Retrieves the user entry DN for this bind operation.
- getUserEntryDN() - Method in interface org.opends.server.types.operation.PreOperationBindOperation
-
Retrieves the user entry DN for this bind operation.
- getUserFriendlyName() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Gets the user friendly name of this managed object definition in the
default locale.
- getUserFriendlyName(Locale) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Gets the user friendly name of this managed object definition in the
specified locale.
- getUserFriendlyName() - Method in exception org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
-
Gets the user friendly name of the component that caused this exception.
- getUserFriendlyName() - Method in exception org.forgerock.opendj.config.client.OperationRejectedException
-
Gets the user friendly name of the component that caused this exception.
- getUserFriendlyName() - Method in class org.forgerock.opendj.config.RelationDefinition
-
Gets the user friendly name of this relation definition in the default
locale.
- getUserFriendlyName(Locale) - Method in class org.forgerock.opendj.config.RelationDefinition
-
Gets the user friendly name of this relation definition in the specified
locale.
- getUserFriendlyPluralName() - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Gets the user friendly plural name of this managed object definition in
the default locale.
- getUserFriendlyPluralName(Locale) - Method in class org.forgerock.opendj.config.AbstractManagedObjectDefinition
-
Gets the user friendly plural name of this managed object definition in
the specified locale.
- getUserFriendlyPluralName() - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
-
Gets the user friendly plural name of this relation definition in the
default locale.
- getUserFriendlyPluralName(Locale) - Method in class org.forgerock.opendj.config.InstantiableRelationDefinition
-
Gets the user friendly plural name of this relation definition in the
specified locale.
- getUserFriendlyPluralName() - Method in class org.forgerock.opendj.config.SetRelationDefinition
-
Gets the user friendly plural name of this relation definition in the
default locale.
- getUserFriendlyPluralName(Locale) - Method in class org.forgerock.opendj.config.SetRelationDefinition
-
Gets the user friendly plural name of this relation definition in the
specified locale.
- getUserIdentity() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Returns the identity of the user whose password is to be modified, or
null if the request should be applied to the user currently
associated with the session.
- getUserIdentityAsString() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Returns the identity of the user whose password is to be modified decoded
as a UTF-8 string, or null if the request should be applied to
the user currently associated with the session.
- getUserIsMemberOf() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "user-is-member-of" property.
- getUserIsMemberOf() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "user-is-member-of" property.
- getUserIsMemberOfPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "user-is-member-of" property definition.
- getUserIsNotMemberOf() - Method in interface org.forgerock.opendj.server.config.client.AccessLogFilteringCriteriaCfgClient
-
Gets the "user-is-not-member-of" property.
- getUserIsNotMemberOf() - Method in interface org.forgerock.opendj.server.config.server.AccessLogFilteringCriteriaCfg
-
Gets the "user-is-not-member-of" property.
- getUserIsNotMemberOfPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.AccessLogFilteringCriteriaCfgDefn
-
Get the "user-is-not-member-of" property definition.
- getUserPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the userPassword Attribute Type
which has the OID 2.5.4.35.
- getUserSecurityInformationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the userSecurityInformation Object Class
which has the OID 2.5.6.18.
- getUseSSLArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'useSSLArg' global argument.
- getUseSSLPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "use-ssl" property definition.
- getUseSSLPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JMXConnectionHandlerCfgDefn
-
Get the "use-ssl" property definition.
- getUseSSLPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "use-ssl" property definition.
- getUseSSLPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "use-ssl" property definition.
- getUseSSLPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "use-ssl" property definition.
- getUseSSLPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Get the "use-ssl" property definition.
- getUseSSLPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the "use-ssl" property definition.
- getUseStartTLSArg() - Method in class org.opends.server.admin.client.cli.SecureConnectionCliArgs
-
Return the 'useStartTLSArg' global argument.
- getUseStartTLSPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServiceDiscoveryMechanismCfgDefn
-
Get the "use-start-tls" property definition.
- getUseStartTLSPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ServiceDiscoveryMechanismCfgDefn
-
Get the "use-start-tls" property definition.
- getUseStartTLSPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.StaticServiceDiscoveryMechanismCfgDefn
-
Get the "use-start-tls" property definition.
- getUseTCPKeepAlivePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "use-tcp-keep-alive" property definition.
- getUseTCPKeepAlivePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "use-tcp-keep-alive" property definition.
- getUseTCPKeepAlivePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "use-tcp-keep-alive" property definition.
- getUseTCPNoDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.HTTPConnectionHandlerCfgDefn
-
Get the "use-tcp-no-delay" property definition.
- getUseTCPNoDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPConnectionHandlerCfgDefn
-
Get the "use-tcp-no-delay" property definition.
- getUseTCPNoDelayPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDAPPassThroughAuthenticationPolicyCfgDefn
-
Get the "use-tcp-no-delay" property definition.
- getUsmMIBName() - Method in class org.opends.server.snmp.SNMPClassLoaderProvider
-
Gets the ObjectName of the crated USM MIB MBean.
- getUTCTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the UTC Time Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.53.
- getUUIDMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uuidMatch Matching Rule
which has the OID 1.3.6.1.1.16.2.
- getUUIDOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uuidOrderingMatch Matching Rule
which has the OID 1.3.6.1.1.16.3.
- getUUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the UUID Syntax
which has the OID 1.3.6.1.1.16.1.
- getValue() - Method in class com.forgerock.opendj.cli.Argument
-
Retrieves the string vale for this argument.
- getValue() - Method in class com.forgerock.opendj.cli.MenuResult
-
Gets the menu result value if this is a menu result indicating success.
- getValue() - Method in class com.forgerock.opendj.ldap.controls.AccountUsabilityRequestControl
-
- getValue() - Method in class com.forgerock.opendj.ldap.controls.AccountUsabilityResponseControl
-
- getValue() - Method in class com.forgerock.opendj.ldap.controls.AffinityControl
-
- getValue() - Method in class com.forgerock.opendj.ldap.controls.RealAttributesOnlyRequestControl
-
- getValue() - Method in class com.forgerock.opendj.ldap.controls.TransactionIdControl
-
- getValue() - Method in class com.forgerock.opendj.ldap.controls.VirtualAttributesOnlyRequestControl
-
- getValue() - Method in class com.forgerock.opendj.ldap.extensions.GetConnectionIDExtendedRequest
-
- getValue() - Method in class com.forgerock.opendj.ldap.extensions.GetConnectionIDExtendedResult
-
- getValue() - Method in class com.forgerock.opendj.ldap.extensions.GetSymmetricKeyExtendedRequest
-
- getValue() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedRequest
-
- getValue() - Method in class com.forgerock.opendj.ldap.extensions.PasswordPolicyStateExtendedResult
-
- getValue() - Method in class org.forgerock.opendj.config.conditions.ContainsCondition
-
Returns the value that must be set for this condition to be fulfilled.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
-
- getValue() - Method in interface org.forgerock.opendj.ldap.controls.Control
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.RelaxRulesControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
- getValue() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
Returns the value, if any, associated with this extended request.
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getValue() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
-
- getValue() - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
-
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
Returns the value, if any, associated with this extended result.
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
Returns the value, if any, associated with this intermediate response.
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getValue() - Method in interface org.forgerock.opendj.server.config.client.UserDefinedVirtualAttributeCfgClient
-
Gets the "value" property.
- getValue() - Method in interface org.forgerock.opendj.server.config.server.UserDefinedVirtualAttributeCfg
-
Gets the "value" property.
- getValue() - Method in class org.opends.dsml.protocol.AttributeValueAssertion
-
Gets the value of the value property.
- getValue() - Method in class org.opends.dsml.protocol.DsmlAttr
-
Gets the value of the value property.
- getValue() - Method in class org.opends.dsml.protocol.DsmlModification
-
Gets the value of the value property.
- getValue() - Method in class org.opends.dsml.protocol.MatchingRuleAssertion
-
Gets the value of the value property.
- getValue() - Method in class org.opends.guitools.controlpanel.datamodel.CategorizedComboBoxElement
-
Returns the value.
- getValue() - Method in class org.opends.guitools.controlpanel.ui.components.BinaryCellPanel
-
Returns the object represented by this panel.
- getValue() - Method in class org.opends.guitools.controlpanel.ui.components.ObjectClassCellPanel
-
Returns the object class value displayed in this panel.
- getValue() - Method in class org.opends.server.backends.pluggable.spi.EmptyCursor
-
- getValue() - Method in interface org.opends.server.backends.pluggable.spi.SequentialCursor
-
Returns the value of the record on which this cursor is currently positioned.
- getValue() - Method in class org.opends.server.protocols.ldap.ExtendedRequestProtocolOp
-
Retrieves the value for this extended request.
- getValue() - Method in class org.opends.server.protocols.ldap.ExtendedResponseProtocolOp
-
Retrieves the value for this extended response.
- getValue() - Method in class org.opends.server.protocols.ldap.IntermediateResponseProtocolOp
-
Retrieves the value for this intermediate response.
- getValue() - Method in class org.opends.server.protocols.ldap.LDAPControl
-
Retrieves the value for this control.
- getValue() - Method in enum org.opends.server.replication.common.AssuredMode
-
Get a numeric representation of the mode.
- getValue() - Method in enum org.opends.server.replication.common.ServerStatus
-
Get a numeric representation of the status.
- getValue() - Method in enum org.opends.server.replication.common.StatusMachineEvent
-
Get a numeric representation of the event.
- getValue() - Method in class org.opends.server.replication.plugin.GenerationIdChecksum
-
- getValue(AttributeType) - Method in class org.opends.server.tools.makeldif.TemplateEntry
-
Retrieves the value for the specified attribute, if defined.
- getValue() - Method in class org.opends.server.tools.makeldif.TemplateValue
-
Retrieves the generated value.
- getValue() - Method in class org.opends.server.types.AdditionalLogItem
-
Returns the log item value, or null if this log item does not have
a value.
- getValue() - Method in class org.opends.server.types.IntermediateResponse
-
Retrieves the value for this intermediate response.
- getValueAt(int, int) - Method in class org.opends.guitools.controlpanel.datamodel.AbstractIndexTableModel
-
- getValueAt(int, int) - Method in class org.opends.guitools.controlpanel.datamodel.BackupTableModel
-
- getValueAt(int, int) - Method in class org.opends.guitools.controlpanel.datamodel.BaseDNTableModel
-
- getValueAt(int, int) - Method in class org.opends.guitools.controlpanel.datamodel.ConnectionHandlerTableModel
-
- getValueAt(int, int) - Method in class org.opends.guitools.controlpanel.datamodel.DatabaseMonitoringTableModel
-
- getValueAt(int, int) - Method in class org.opends.guitools.controlpanel.datamodel.TaskTableModel
-
- getValueDeleteTime() - Method in class org.opends.server.replication.plugin.AttrValueHistorical
-
Get the last time when the value was deleted.
- getValuePlaceholder() - Method in class com.forgerock.opendj.cli.Argument
-
Retrieves the value placeholder that will be displayed for this argument
in the generated usage information.
- getValuePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.UserDefinedVirtualAttributeCfgDefn
-
Get the "value" property definition.
- getValues() - Method in class com.forgerock.opendj.cli.Argument
-
Retrieves the set of string values for this argument.
- getValues() - Method in class com.forgerock.opendj.cli.MenuResult
-
Gets the menu result values if this is a menu result indicating success.
- getValues() - Method in interface com.forgerock.opendj.ldap.extensions.PasswordPolicyStateOperation
-
Returns the operation values.
- getValues() - Method in enum com.forgerock.opendj.ldap.extensions.PasswordPolicyStateOperationType
-
- getValues(String) - Method in class org.opends.guitools.controlpanel.ui.LDIFViewEntryPanel
-
- getValues(String) - Method in class org.opends.guitools.controlpanel.ui.ViewEntryPanel
-
Gets the values associated with a given attribute.
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.api.VirtualAttributeProvider
-
Generates an unmodifiable attribute with the values for the provided entry.
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.CollectiveAttributeSubentriesVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.EntryDNVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.GoverningStructureRuleVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.HasSubordinatesVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.MemberVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.NumSubordinatesVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.PasswordExpirationTimeVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.PasswordPolicySubentryVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.StructuralObjectClassVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
-
- getValues(Entry, VirtualAttributeRule) - Method in class org.opends.server.extensions.UserDefinedVirtualAttributeProvider
-
- getValues() - Method in class org.opends.server.protocols.ldap.LDAPAttribute
-
Retrieves the set of values for this attribute.
- getValues(AttributeType) - Method in class org.opends.server.tools.makeldif.TemplateEntry
-
Retrieves the set of values for the specified attribute, if defined.
- getValues() - Method in class org.opends.server.types.RawAttribute
-
Retrieves the set of values for this attribute.
- getValuesHistorical() - Method in class org.opends.server.replication.plugin.AttrHistorical
-
Get the historical informations for this attribute Info.
- getValuesHistorical() - Method in class org.opends.server.replication.plugin.AttrHistoricalMultiple
-
- getValuesHistorical() - Method in class org.opends.server.replication.plugin.AttrHistoricalSingle
-
- getValueSynopsis(E) - Method in class org.forgerock.opendj.config.EnumPropertyDefinition
-
Gets the synopsis of the specified enumeration value of this enumeration
property definition in the default locale.
- getValueSynopsis(Locale, E) - Method in class org.forgerock.opendj.config.EnumPropertyDefinition
-
Gets the synopsis of the specified enumeration value of this enumeration
property definition in the specified locale.
- getValueUpdateTime() - Method in class org.opends.server.replication.plugin.AttrValueHistorical
-
Get the last time when the value was updated.
- getVCSRevision() - Method in class org.opends.quicksetup.Installation
-
Gets the VCS revision of the build.
- getVendorName() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns a string which represents the name of the Directory Server
implementer.
- getVendorNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the vendorName Attribute Type
which has the OID 1.3.6.1.1.4.
- getVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns a string which represents the version of the Directory Server
implementation.
- getVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the vendorVersion Attribute Type
which has the OID 1.3.6.1.1.5.
- getVersion() - Method in class org.opends.server.authorization.dseecompat.AciBody
-
Return version string of the ACI.
- getVersion() - Method in class org.opends.server.replication.protocol.StartMsg
-
Get the version included in the Start message mean the replication
protocol version used by the server that created the message.
- getVersion() - Method in class org.opends.server.replication.protocol.UpdateMsg
-
Get the version included in the update message.
- getVersionMonitor() - Method in class org.opends.guitools.controlpanel.util.ConfigFromConnection
-
Returns the version entry of the monitoring tree.
- getVersionNumber() - Method in class org.opends.server.tools.LDAPConnectionOptions
-
Get the LDAP version number.
- getVersionString() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the full version string for the Directory Server.
- getVersionString() - Static method in class org.opends.server.types.DirectoryConfig
-
Retrieves the full version string for the Directory Server.
- getVersionWithRevision(String) - Static method in class com.forgerock.opendj.util.ManifestUtil
-
Returns the version with the revision contained in the module manifest whose name is provided.
- getViewFactory() - Method in class org.opends.quicksetup.ui.CustomHTMLEditorKit
-
- getViewPositions(Component) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Gets the view positions object for the provided component.
- getVirtualAttribute(String) - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the named Virtual Attribute.
- getVirtualAttribute(String) - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the named Virtual Attribute.
- getVirtualAttributeRule() - Method in class org.opends.server.types.VirtualAttribute
-
Retrieves the virtual attribute rule that governs the behavior of
this virtual attribute.
- getVirtualAttributes() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of virtual attribute rules registered with the Directory
Server.
- getVirtualAttributes(Entry) - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves the set of virtual attribute rules registered with the Directory
Server that are applicable to the provided entry.
- getVirtualAttributes() - Method in class org.opends.server.core.VirtualAttributeConfigManager
-
Retrieves the collection of registered virtual attribute rules.
- getVirtualAttributesRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "virtual-attributes" relation definition.
- getVisibility() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
-
Returns a boolean indicating whether sub-entries should be
included in the search results.
- getVisibility() - Method in class org.opends.server.controls.SubentriesControl
-
Retrieves the visibility for this Subentries Control.
- getVLVIndexes() - Method in class org.opends.guitools.controlpanel.datamodel.BackendDescriptor
-
Returns the vlv index objects associated with the backend.
- getVLVNameInCellRenderer(VLVIndexDescriptor) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns a string representing the VLV index in a cell.
- getVLVNameInCommandLine(VLVIndexDescriptor) - Static method in class org.opends.guitools.controlpanel.util.Utilities
-
Returns the representation of the VLV index as it must be used in the
command-line.
- getVLVResultCode() - Method in class org.opends.server.controls.VLVResponseControl
-
Retrieves the result code for the VLV operation.
- getVLVSortOrder(String) - Method in class org.opends.guitools.controlpanel.util.ConfigReader
-
Method that transforms the VLV sort order value as it is defined in the
schema to a list of VLVSortOrder objects.
- getWarnedTime() - Method in class org.opends.server.core.PasswordPolicyState
-
Retrieves the time that the user was first warned about an upcoming expiration.
- getWarnings() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the warnings that
were detected when this schema was constructed.
- getWarnings() - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
Returns the warnings generated by the parsing of template file.
- getWarnings() - Method in class org.opends.server.backends.jdbc.CachedConnection
-
- getWarningType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Returns the password policy warning type, if available.
- getWarningType() - Method in class org.opends.server.controls.PasswordPolicyResponseControl
-
Retrieves the password policy warning type contained in this control.
- getWarningValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Returns the password policy warning value, if available.
- getWarningValue() - Method in class org.opends.server.controls.PasswordPolicyResponseControl
-
Retrieves the password policy warning value for this control.
- getWeight() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "weight" property.
- getWeight() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "weight" property.
- getWeight() - Method in class org.opends.server.replication.common.RSInfo
-
Get the RS weight.
- getWeight() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Gets the weight of the replication server.
- getWeight() - Method in class org.opends.server.replication.server.ReplicationServer
-
Gets the weight affected to the replication server.
- getWeightPropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "weight" property definition.
- getWindowSize() - Method in interface org.forgerock.opendj.server.config.client.ReplicationDomainCfgClient
-
Gets the "window-size" property.
- getWindowSize() - Method in interface org.forgerock.opendj.server.config.client.ReplicationServerCfgClient
-
Gets the "window-size" property.
- getWindowSize() - Method in interface org.forgerock.opendj.server.config.server.ReplicationDomainCfg
-
Gets the "window-size" property.
- getWindowSize() - Method in interface org.forgerock.opendj.server.config.server.ReplicationServerCfg
-
Gets the "window-size" property.
- getWindowSize() - Method in class org.opends.server.replication.protocol.ReplServerStartDSMsg
-
Get the window size for the server that created this message.
- getWindowSize() - Method in class org.opends.server.replication.protocol.ReplServerStartMsg
-
Get the window size for the server that created this message.
- getWindowSize() - Method in class org.opends.server.replication.protocol.ServerStartMsg
-
Get the window size for the ldap server that created the message.
- getWindowSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationDomainCfgDefn
-
Get the "window-size" property definition.
- getWindowSizePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.ReplicationServerCfgDefn
-
Get the "window-size" property definition.
- getWizardSteps() - Method in class org.opends.guitools.uninstaller.Uninstaller
-
- getWizardSteps() - Method in class org.opends.quicksetup.installer.Installer
-
- getWizardSteps() - Method in class org.opends.quicksetup.ui.GuiApplication
-
Returns the set of wizard steps used in this application's wizard.
- getWordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the wordMatch Matching Rule
which has the OID 2.5.13.32.
- getWorkQueue() - Method in interface org.forgerock.opendj.server.config.client.RootCfgClient
-
Gets the Work Queue.
- getWorkQueue() - Method in interface org.forgerock.opendj.server.config.server.RootCfg
-
Gets the Work Queue.
- getWorkQueue() - Method in class org.opends.guitools.controlpanel.util.ConfigFromConnection
-
Returns the monitoring entry for the work queue.
- getWorkQueue() - Static method in class org.opends.server.core.DirectoryServer
-
Retrieves a reference to the Directory Server work queue.
- getWorkQueueMonitor() - Method in class org.opends.guitools.controlpanel.datamodel.ServerDescriptor
-
Returns the monitoring entry for the work queue.
- getWorkQueueRelationDefinition() - Method in class org.forgerock.opendj.server.config.meta.RootCfgDefn
-
Get the "work-queue" relation definition.
- getWrapColumn() - Method in class org.opends.server.types.LDIFExportConfig
-
Retrieves the column at which long lines should be wrapped.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.BackupBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.GlobalCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.LDIFBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.LocalBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.MemoryBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.MonitorBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.NullBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.PluggableBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.SchemaBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.TaskBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.client.TrustStoreBackendCfgClient
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.BackupBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.GlobalCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.LDIFBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.LocalBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.MemoryBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.MonitorBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.NullBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.PluggableBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.SchemaBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.TaskBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in interface org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Gets the "writability-mode" property.
- getWritabilityMode() - Method in class org.opends.server.api.LocalBackend
-
Retrieves the writability mode for this backend.
- getWritabilityMode() - Method in class org.opends.server.backends.ConfigurationBackend.ConfigurationBackendCfg
-
- getWritabilityMode() - Method in class org.opends.server.core.CoreConfigManager
-
Retrieves the writability mode for the Directory Server.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.BackupBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.CASBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.GlobalCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JDBCBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.JEBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LDIFBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.LocalBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MemoryBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.MonitorBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.NullBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PDBBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.PluggableBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.SchemaBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TaskBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWritabilityModePropertyDefinition() - Method in class org.forgerock.opendj.server.config.meta.TrustStoreBackendCfgDefn
-
Get the "writability-mode" property definition.
- getWriter(ByteStringBuilder) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 writer whose destination is the provided byte string
builder.
- getWriter(ByteStringBuilder, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 writer whose destination is the provided byte string
builder.
- getWriter(OutputStream) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 writer whose destination is the provided output stream.
- getWriter(OutputStream, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 writer whose destination is the provided output stream.
- getWriter(W, int) - Static method in class org.forgerock.opendj.io.LDAP
-
Creates a new LDAP writer which will write LDAP messages to the provided
ASN.1 writer.
- getWriter() - Method in class org.opends.server.types.LDIFExportConfig
-
Retrieves the writer that should be used to write the LDIF data.
- getWriteSelector() - Method in class org.forgerock.opendj.reactive.LDAPClientConnection2
-
- getWriteSelector() - Method in class org.opends.server.api.ClientConnection
-
Retrieves a Selector that may be used to ensure that
write operations complete in a timely manner, or terminate the
connection in the event that they fail to do so.
- getWriteSelector() - Method in class org.opends.server.protocols.ldap.LDAPClientConnection
-
- getX121AddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the x121Address Attribute Type
which has the OID 2.5.4.24.
- getX500UniqueIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the x500UniqueIdentifier Attribute Type
which has the OID 2.5.4.45.
- getX509CertificateExactAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the X.509 Certificate Exact Assertion Syntax
which has the OID 1.3.6.1.1.15.1.
- getX509TrustManager() - Method in class org.opends.admin.ads.util.ApplicationTrustManager
-
- getYoungestModificationTime() - Method in class org.opends.server.schema.SchemaHandler
-
Returns the youngest modification time for schema files.
- GLOBAL_ADMIN_UID - Static variable in class com.forgerock.opendj.cli.CliConstants
-
Default Administration UID.
- GLOBAL_ADMIN_UID - Static variable in class org.opends.admin.ads.ADSContext
-
Default global admin UID.
- GLOBAL_ADMIN_UID - Static variable in class org.opends.quicksetup.Constants
-
Default global admin UID.
- GLOBAL_PASSWORD - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
-
The optional password which is used to protect all private and secret keys.
- GlobalAdministratorPanel - Class in org.opends.quicksetup.installer.ui
-
This class is used to set the global administrator parameters.
- GlobalAdministratorPanel(GuiApplication) - Constructor for class org.opends.quicksetup.installer.ui.GlobalAdministratorPanel
-
Constructor of the panel.
- GlobalCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Global Configuration settings.
- GlobalCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Global
Configuration settings.
- GlobalCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Global Configuration managed object
definition meta information.
- GlobalCfgDefn.DisabledPrivilege - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "disabled-privilege" property.
- GlobalCfgDefn.EtimeResolution - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "etime-resolution" property.
- GlobalCfgDefn.InvalidAttributeSyntaxBehavior - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "invalid-attribute-syntax-behavior" property.
- GlobalCfgDefn.SingleStructuralObjectclassBehavior - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "single-structural-objectclass-behavior" property.
- GlobalCfgDefn.WritabilityMode - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "writability-mode" property.
- glueObjectClass(String) - Method in class org.forgerock.opendj.rest2ldap.SubResourceCollection
-
Specifies an LDAP object class which is to be associated with any intermediate "glue" entries forming the DN
template.
- glueObjectClasses(String...) - Method in class org.forgerock.opendj.rest2ldap.SubResourceCollection
-
Specifies one or more LDAP object classes which is to be associated with any intermediate "glue" entries
forming the DN template.
- GoverningStructureRuleVirtualAttributeCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Governing Structure Rule
Virtual Attribute settings.
- GoverningStructureRuleVirtualAttributeCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Governing
Structure Rule Virtual Attribute settings.
- GoverningStructureRuleVirtualAttributeCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Governing Structure Rule Virtual
Attribute managed object definition meta information.
- GoverningStructureRuleVirtualAttributeProvider - Class in org.opends.server.extensions
-
This class implements a virtual attribute provider that is meant to serve
the governingStructuralRule operational attribute as described in RFC 4512.
- GoverningStructureRuleVirtualAttributeProvider() - Constructor for class org.opends.server.extensions.GoverningStructureRuleVirtualAttributeProvider
-
Creates a new instance of this governingStructureRule virtual attribute provider.
- GREATER_OR_EQUAL_TYPE - Static variable in class org.opends.server.controls.MatchedValuesFilter
-
The BER type associated with the greaterOrEqual filter type.
- greaterOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new greater or equal filter using the provided
attribute description and assertion value.
- greaterOrEqual - Variable in class org.opends.dsml.protocol.Filter
-
- greaterThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new greater than filter using the provided attribute
description and assertion value.
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.api.VirtualAttributeProvider
-
Indicates whether this virtual attribute provider will generate any value
for the provided entry that is greater than or equal to the given value.
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.EntityTagVirtualAttributeProvider
-
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.EntryDNVirtualAttributeProvider
-
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.EntryUUIDVirtualAttributeProvider
-
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.GoverningStructureRuleVirtualAttributeProvider
-
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.HasSubordinatesVirtualAttributeProvider
-
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.IsMemberOfVirtualAttributeProvider
-
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.MemberVirtualAttributeProvider
-
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.StructuralObjectClassVirtualAttributeProvider
-
- greaterThanOrEqualTo(Entry, VirtualAttributeRule, ByteString) - Method in class org.opends.server.extensions.SubschemaSubentryVirtualAttributeProvider
-
- greaterThanOrEqualTo(ByteString) - Method in interface org.opends.server.types.Attribute
-
Indicates whether this attribute has any value(s) that are
greater than or equal to the provided value.
- greaterThanOrEqualTo(ByteString) - Method in class org.opends.server.types.CollectiveVirtualAttribute
-
- greaterThanOrEqualTo(ByteString) - Method in class org.opends.server.types.VirtualAttribute
-
- greyBackground - Static variable in class org.opends.guitools.controlpanel.ui.ColorAndFontConstants
-
The grey color background that is used for instance as background for the
buttons in the dialogs (in the bottom of the dialogs).
- gridColor - Static variable in class org.opends.guitools.controlpanel.ui.ColorAndFontConstants
-
The grid color for the table.
- GRIZZLY_TRANSPORT - Static variable in class org.forgerock.opendj.grizzly.GrizzlyLDAPConnectionFactory
-
Grizzly TCP Transport NIO implementation to use for connections.
- GrizzlyLDAPConnectionFactory - Class in org.forgerock.opendj.grizzly
-
LDAP connection factory implementation using Grizzly for transport.
- GrizzlyLDAPConnectionFactory(String, int, Options) - Constructor for class org.forgerock.opendj.grizzly.GrizzlyLDAPConnectionFactory
-
Creates a new LDAP connection factory based on Grizzly which can be used to create connections to the Directory
Server at the provided host and port address using provided connection options.
- GrizzlyLDAPListener - Class in org.forgerock.opendj.grizzly
-
LDAP listener implementation using Grizzly for transport.
- GrizzlyLDAPListener(Set<InetSocketAddress>, Options, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>) - Constructor for class org.forgerock.opendj.grizzly.GrizzlyLDAPListener
-
Creates a new LDAP listener implementation which will listen for LDAP client connections using the provided
address and connection options.
- GrizzlyLDAPListener(Set<InetSocketAddress>, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>, Options, TCPNIOTransport) - Constructor for class org.forgerock.opendj.grizzly.GrizzlyLDAPListener
-
Creates a new LDAP listener implementation which will listen for LDAP client connections using the provided
address, connection options and provided TCP transport.
- GrizzlyMessages - Class in com.forgerock.opendj.grizzly
-
This file contains localizable message descriptors having the resource
name com.forgerock.opendj.grizzly.grizzly.
- GrizzlyTransportProvider - Class in com.forgerock.opendj.grizzly
-
Grizzly transport provider implementation.
- GrizzlyTransportProvider() - Constructor for class com.forgerock.opendj.grizzly.GrizzlyTransportProvider
-
- Group<T extends GroupImplementationCfg> - Class in org.opends.server.api
-
This class defines the set of methods that must be implemented by a
Directory Server group.
- Group() - Constructor for class org.opends.server.api.Group
-
- groupId - Variable in class org.opends.server.replication.protocol.StartMsg
-
Group id of the replicated domain.
- groupId - Variable in class org.opends.server.replication.server.ServerHandler
-
Group id of this remote server.
- GroupImplementationCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying Group Implementation settings.
- GroupImplementationCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying Group
Implementation settings.
- GroupImplementationCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the Group Implementation managed object
definition meta information.
- GroupManager - Class in org.opends.server.core
-
This class provides a mechanism for interacting with all groups defined in
the Directory Server.
- GroupManager(ServerContext) - Constructor for class org.opends.server.core.GroupManager
-
Creates a new instance of this group manager.
- GSERException - Exception in org.opends.server.protocols.asn1
-
This class defines an exception that may be thrown if a problem occurs while
interacting with a GSER String.
- GSERException(LocalizableMessage) - Constructor for exception org.opends.server.protocols.asn1.GSERException
-
Creates a new GSER exception with the provided message.
- GSERException(LocalizableMessage, Throwable) - Constructor for exception org.opends.server.protocols.asn1.GSERException
-
Creates a new GSER exception with the provided message and root
cause.
- GSERParser - Class in org.forgerock.opendj.ldap
-
This class implements a parser for strings which are encoded using the
Generic String Encoding Rules (GSER) defined in RFC 3641.
- GSERParser(CharSequence) - Constructor for class org.forgerock.opendj.ldap.GSERParser
-
Creates a new GSER Parser.
- GSERParser - Class in org.opends.server.protocols.asn1
-
This class implements a parser for strings which are encoded using the
Generic String Encoding Rules (GSER) defined in RFC 3641.
- GSERParser(String) - Constructor for class org.opends.server.protocols.asn1.GSERParser
-
Creates a new GSER Parser.
- GSSAPISASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The GSSAPI SASL bind request as defined in RFC 2831.
- GSSAPISASLMechanismHandler - Class in org.opends.server.extensions
-
This class provides an implementation of a SASL mechanism that
authenticates clients through Kerberos v5 over GSSAPI.
- GSSAPISASLMechanismHandler() - Constructor for class org.opends.server.extensions.GSSAPISASLMechanismHandler
-
Creates a new instance of this SASL mechanism handler.
- GSSAPISASLMechanismHandlerCfg - Interface in org.forgerock.opendj.server.config.server
-
A server-side interface for querying GSSAPI SASL Mechanism Handler
settings.
- GSSAPISASLMechanismHandlerCfgClient - Interface in org.forgerock.opendj.server.config.client
-
A client-side interface for reading and modifying GSSAPI SASL
Mechanism Handler settings.
- GSSAPISASLMechanismHandlerCfgDefn - Class in org.forgerock.opendj.server.config.meta
-
An interface for querying the GSSAPI SASL Mechanism Handler managed
object definition meta information.
- GSSAPISASLMechanismHandlerCfgDefn.QualityOfProtection - Enum in org.forgerock.opendj.server.config.meta
-
Defines the set of permissable values for the "quality-of-protection" property.
- GuiApplication - Class in org.opends.quicksetup.ui
-
This class represents an application with a wizard GUI that can be run in the
context of QuickSetup.
- GuiApplication() - Constructor for class org.opends.quicksetup.ui.GuiApplication
-
Constructs an instance of an application.
- GUIDTag - Class in org.opends.server.tools.makeldif
-
This class defines a tag that is used to include a GUID in the attribute value.
- GUIDTag() - Constructor for class org.opends.server.tools.makeldif.GUIDTag
-
Creates a new instance of this GUID tag.
- guiLaunchFailed() - Method in class org.opends.guitools.uninstaller.UninstallLauncher
-
- guiLaunchFailed() - Method in class org.opends.quicksetup.installer.SetupLauncher
-
- guiLaunchFailed() - Method in class org.opends.quicksetup.Launcher
-
Called if launching of the GUI failed.